Paul wrote: > ----- Original Message ----- > From: "Arno Garrels" <[EMAIL PROTECTED]> >> A rebuild mostly resolves it, if you define USE_SSL in >> OverbyteIcsDefs.inc you get less or no such errors. >> > > ok, so I need to add all ICS-conditionals in the include file.
It seems that in Delphi 2009 the Rebuild All button does not always work as in Delphi 7. > > I tested the client, but I need to set all strings (received) to > ansistrings (server is ascii) :-( If you receive ANSI data why don't you convert to UnicodeString? The new unit OverbyteIcsCharsetUtils.pas provides functions to get the Windows code page identifier from a MIME charset string. -- Arno Garrels > > > Paul -- 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
