You are not logged in.
Pages: 1
I get the error - Undeclared identifier : AnsiString.
This points to AnsiString in :-
function CompressGZip(var DataRawByteString; Compress: boolean): AnsiString;
in the unit SynZip.
When I compile the Client with FireMonkey on Windows these are the DCU generated:-
mORMot
mORMotHttpClient
SynBidirSock
SynCommons
SynCrtSock
SynCrypto
SynLog
SynLZ
SynSSPlAuth
SynTests
SynWinSock
SynZip.
I have read 'ReadMe.txt'.
I note that there are these Include files available: 'Synopse.inc', 'SynCrossPlatform.inc'.
I note that mORMot pulls in SynZip.
I placed in the Android client under Project | Options the 'Conditional defines' NEXTGEN.
Is there another conditional defines I need to use?
Should I be replacing some units with some from the CrossPlatform folder?
Regards,
Peter Evans
Offline
Thank you for that information, I am looking into it.
Offline
Pages: 1