You are not logged in.
Pages: 1
I Just Tried to compile Latest version of SynCommons.pas.
and found these error: [error]SynCommons.pas(16473): Undeclared Identifier : 'Name'
Offline
This is due to the current work on port to FPC.
Should be fixed by http://synopse.info/fossil/info/3c464d188c
Offline
thank you.
Offline
Now, with the latest version of SynCommons.pas, i get this error under D2010 but not wint D7
[DCC Error] SynCommons.pas(19774): E2250 There is no overloaded version of 'UniqueString' that can be called with these arguments
[DCC Fatal Error] FileTables.pas(11): F2063 Could not compile used unit 'SynCommons.pas'
but, under D7 i get compiler warnings in the SQLite3Commons.pas at lines 20821 and 20842 with the folowing messages:
Return Value of function 'TCollTstDynArray FVReader2' might be undefined
Return Value of function 'TCollTstDynArray FVClassReader' might be undefined
Offline
Minor compilation issue fixed for Unicode versions of Delphi.
Offline
Pages: 1