You are not logged in.
Pages: 1
I haven't updated in a few months, everything being stable, but this morning I downloaded the latest snapshot and updated my system. Now, when doing a full build of my app, I get an error
"[DCC Error] SynCommons.pas(2200): E2010 Incompatible types: 'NativeInt' and 'Integer'"
on the line
"var MoveFast: procedure(const Source; var Dest; Count: PtrInt) = System.Move;"
This is on Delphi XE.
Is this a real bug in the latest sources, or have I done something wrong?
Thanks
Offline
Is it better with http://synopse.info/fossil/info/d03c381bcb ?
It was working with FPC, Delphi 5, 6, 7, 2007, and XE6... but I did not test Delphi XE.
Thanks for the feedback!
Offline
Yes, that seems to have fixed it.
Thanks!
Offline
Pages: 1