Fastream Technologies wrote:
> Hello,
>
> First problem was with the type TSocket. I made a workaround by moving the
> type definition to the top of the module but I have a bigger problem:
>
> In ICSStreams, there is an exception type called SFCreateError that cannot
It's not an exception, but a resource string that is in one of the
const-units, see top of the unit, may be the define needs to be changed?
{$IFDEF DELPHI6}
resourcestring
SFCreateErrorEx = 'Cannot create file "%s". %s';
SFOpenErrorEx = 'Cannot open file "%s". %s';
{$ENDIF}
> be found anywhere (netiher by compiler nor by find).
>
> Any ideas?
>
> Best Regards,
>
> SZ
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be