Hi,

Zvonko Tesic found a problem in last version.
It did not make the C++ Builder happy since new private property
getter "GetUserName" caused a name conflict with Win32 API 
functions GetUserNameA and GetUserNameW.

This is now fixed in OverbyteIcsPop3Prot.pas. 
You may want to download the new files: 
http://www.duodata.de/misc/delphi/ics/OverbyteIcsPop3Prot.zip

Or simply add two lines right after the uses section in OverbyteIcsPop3Prot.pas:

(*$HPPEMIT '#pragma alias 
"@overbyteicspop3p...@tcustompop3cli@GetUserNameA$qqrv"="@overbyteicspop3p...@tcustompop3cli@GetUserName$qqrv"'
 *)
(*$HPPEMIT '#pragma alias 
"@overbyteicspop3p...@tcustompop3cli@GetUserNameW$qqrv"="@overbyteicspop3p...@tcustompop3cli@GetUserName$qqrv"'
 *)
 
--
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

Reply via email to