Anatoly Podgoretsky wrote: > About support old OS I'm not sure, you must decide itself, realy such > computers no such more.
I just read about MultiByteToWideChar() here http://msdn2.microsoft.com/en-us/library/ms776413(VS.85).aspx "Windows 95/98/Me: A version of MultiByteToWideChar is included in these operating systems, but a more extensive version of the function is supported by the Microsoft Layer for Unicode." What the hell does that mean? Perhaps MultiByteToWideChar() alone were sufficient, though the old OS _may require the Microsoft Layer for Unicode? I got ConvertINetMultiByteToUnicode() from the mlang.dll running which also works in XP. But do we really need this overhead? > Also again about default parameters - what minimal Delphi Version ICS > must support, defaults not supported with early versions of Delphi, > but ICS support it's, except last ICS OK > Another aspect - for example I prefer use such functions not from > library but coded itself in own code. It's my preferation, that not > depend from internal realisation of any libraries. In this case it is required to handle NTLM authentication. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -- 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
