#1 2016-04-28 12:17:18

Fulgan
Member
Registered: 2016-04-28
Posts: 1

TestSQL3 fails to compile on XE5

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

Offline

#2 2016-04-28 12:52:47

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,231
Website

Re: TestSQL3 fails to compile on XE5

I just tested with XE6, and no problem with this line...

Anyone else using XE5?

Offline

Board footer

Powered by FluxBB