When compiling Synapse (trunk 170) in RAD Studio XE3 with C++ Builder 
personality, errors are found in SynaUtil.pas where the macro 
DELPHIXE_UP is used. It appears that macro is not defined when compiling 
Delphi code with C++ Builder. This was not an issue in XE or XE2 because 
TimeSeparator was deprecated, but could still be used. In XE3, it is 
required to use FormatSettings.TimeSeparator, so the existing code 
fails. If you replace DELPHIXE_UP with COMPILER15_UP, the code will 
compile correctly in both Delphi and C++ Builder personalities.

Joe

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to