Peter Van Hove wrote: > Not with the structs that contain Byte values. In the structs, System::Byte > is used.
That's new in 2009, 2007 still used Byte. > Does the static const Byte put you on the right track to check the > pas files for Byte vs. System::Byte ? I noticed this yesterday already. However it is the Delphi compiler generating the .hpp files. Even the RTL, for example, SysUtils.hpp is generated the same way, System::Byte in strucs and Byte in static consts (System.hpp included). So my guess is that it is not an ICS-problem. -- Arno Garrels -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
