>From latest snapshot, V7 with SSL, I get this error:
[DCC Error] OverbyteIcsSmtpProt.pas(1665): E2003 Undeclared identifier:
'SafeWSocketGCount'
FWSocket.Name := ClassName + '_Socket' + IntToStr(SafeWSocketGCount);
SafeWSocketGCount is defined like this:
{$IFNDEF NO_ADV_MT}
function SafeWSocketGCount : Integer;
{$ENDIF}
Is the best fix to set the name on the socket only when NO_ADV_MT is not
defined? Or must the name on the socket always be set?
Regards Bjørnar
--
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