> const-units, see top of the unit, may be the define needs to be changed?
>
> {$IFDEF DELPHI6}
Try COMPILER6 instead of DELPHI6.
This symbol is defined for both Delphi and BCB.
--
[EMAIL PROTECTED]
http://www.overbyte.be
----- Original Message -----
From: "Arno Garrels" <[EMAIL PROTECTED]>
To: "ICS support mailing" <[email protected]>
Sent: Wednesday, January 11, 2006 3:18 PM
Subject: Re: [twsocket] Installing latest beta under BCB6--PROBLEMS!
> 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
--
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