You are not logged in.
Pages: 1
Hello,
I'm a new user trying to figure out this framework but I'm afraid i failed to go very far: the TestSQL3 project (pulled from the GIT repo) does not compile on my system: the SynSelfTest.pas unit fails at line
....
{$ifdef ISDELPHI2010}
List := Client.RetrieveList<TSQLRecordTest>('*');
....
This is the error that I get:
[dcc32 Error] SynSelfTests.pas(7450): E2250 There is no overloaded version of 'RetrieveList' that can be called with these arguments
Any suggestion as what I might be doing wrong ?
Thanks
Pages: 1