Re: [twsocket] Installing latest beta under BCB6--PROBLEMS!

2006-01-21 Thread Francois PIETTE
> Just wondering, the new internet components that come with BCB2006 are no > good? There is no new internet component that come with BCB2006. Being good or not is not a subject allowed here on ICS support mailing list. This mailing list is for ICS support and not to compare products. ICS is d

Re: [twsocket] Installing latest beta under BCB6--PROBLEMS!

2006-01-21 Thread Mike Versteeg
January 16, 2006 1:16 PM > Subject: Re: [twsocket] Installing latest beta under BCB6--PROBLEMS! > > > >> I should remove what? I do not understand. There was no BCB package > >> and I created one from normal ICS beta package. > > > > IcsZLibDll.pas is not i

Re: [twsocket] Installing latest beta under BCB6--PROBLEMS!

2006-01-16 Thread Fastream Technologies
Robertson - Magenta Systems Ltd" <[EMAIL PROTECTED]> To: Sent: Monday, January 16, 2006 1:16 PM Subject: Re: [twsocket] Installing latest beta under BCB6--PROBLEMS! >> I should remove what? I do not understand. There was no BCB package >> and I created one from normal ICS be

Re: [twsocket] Installing latest beta under BCB6--PROBLEMS!

2006-01-16 Thread Angus Robertson - Magenta Systems Ltd
> I should remove what? I do not understand. There was no BCB package > and I created one from normal ICS beta package. IcsZLibDll.pas is not in the ICS package. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocke

Re: [twsocket] Installing latest beta under BCB6--PROBLEMS!

2006-01-16 Thread Fastream Technologies
riginal Message ---- > > *Subject:* Re: [twsocket] Installing latest beta under BCB6--PROBLEMS! > *From:* "Fastream Technologies" <[EMAIL PROTECTED]> > *To:* "ICS support mailing" > *Date:* Mon, 16 Jan 2006 10:32:55 +0200 > > Hello, &

Re: [twsocket] Installing latest beta under BCB6--PROBLEMS!

2006-01-16 Thread Angus Robertson - Magenta Systems Ltd
: if (ZLibDLLHandle > 0) then ZLibDllActualName := ZLibDllNameBis; Regards, SubZero - Original Message - From: "Fastream Technologies" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Wednesday, January 11, 2006 4:08 PM Subject: Re: [twsocket]

Re: [twsocket] Installing latest beta under BCB6--PROBLEMS!

2006-01-16 Thread Fastream Technologies
am Technologies" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Wednesday, January 11, 2006 4:08 PM Subject: Re: [twsocket] Installing latest beta under BCB6--PROBLEMS! > Ok those things were easy yet still needed to be fixed. Now I get > > IcsZlibdll.obj not found

Re: [twsocket] Installing latest beta under BCB6--PROBLEMS!

2006-01-11 Thread Angus Robertson - Magenta Systems Ltd
> IcsZlibdll.obj not found That module is not used or needed unless you change the defines to use the ZLIB DLL instead of ZLIB OBJ files. So it's not in the ICS package. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listin

Re: [twsocket] Installing latest beta under BCB6--PROBLEMS!

2006-01-11 Thread Francois Piette
-- Original Message - From: "Fastream Technologies" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Wednesday, January 11, 2006 3:08 PM Subject: Re: [twsocket] Installing latest beta under BCB6--PROBLEMS! > Ok those things were easy yet still needed to be fixed. Now

Re: [twsocket] Installing latest beta under BCB6--PROBLEMS!

2006-01-11 Thread Francois Piette
; <[EMAIL PROTECTED]> To: "ICS support mailing" 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 wo

Re: [twsocket] Installing latest beta under BCB6--PROBLEMS!

2006-01-11 Thread Angus Robertson - Magenta Systems Ltd
> In ICSStreams, there is an exception type called SFCreateError that > cannot be found anywhere That literal is in RTLConsts. Angus -- 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.o

Re: [twsocket] Installing latest beta under BCB6--PROBLEMS!

2006-01-11 Thread Arno Garrels
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

Re: [twsocket] Installing latest beta under BCB6--PROBLEMS!

2006-01-11 Thread Fastream Technologies
ent: Wednesday, January 11, 2006 4:00 PM Subject: [twsocket] Installing latest beta under BCB6--PROBLEMS! > 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 I

[twsocket] Installing latest beta under BCB6--PROBLEMS!

2006-01-11 Thread Fastream Technologies
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 be found anywhere (netiher by compiler nor by find). Any ideas? Be