> TFptString is defined on lines > 438 to 442 of OverbyteIcsFtpSrv.pas. The IFDEF checks for > DELPHI3_UP. For C++ this gives short string as the type of > TFtpString.
We are slowly removing all the legacy code for support of ancient compilers, so that check will disappear in a day or two and become: TFtpString = UnicodeString; Note, this is not backward compatible, since for Delphi 2007 and earlier it means WideString, but is needed for Unicode support. So try changing it now, the Delphi 2009 version compiles OK with only some warnings in the demo. Sorry, have not used C for 20 years. > On line 4250 if I use Tooltip Symbol Insight by hovering the mouse > over Client I get a message Client - Erroneous_Type I'm using a later source version, which you can download from the SVN repository, but my experience is tooltips only work if there are no other errors in the code. Angus -- 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