[twsocket] www.overbyte.be

2006-01-31 Thread Bjørnar Nielsen
Down again? Regards Bjørnar -- 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

Re: [twsocket] www.overbyte.be

2006-01-31 Thread Bjørnar Nielsen
Down again? Works from here. Note that the provider is moving, so there may be some interruption while they setup things, and probably when they change their IPs (DNS propagation). I understand. Now it works from here. Regards Bjørnar -- To unsubscribe or change your settings for

[twsocket] Problems with TWSocket.close and DLL

2006-01-31 Thread Humm, Markus
Hello, I'm writing a application in D2006 and build a communication dll for it. The communications dll encapsulates different communication methods (for USB, ethernet...). Ethernet communication is done via ICS TWSocket, the version included on the partner cd. The DLL has a data module which

Re: [twsocket] Problems with TWSocket.close and DLL

2006-01-31 Thread Dod
Hello Markus, Why not .free the socket thru a message sent in .OnClose event ? This is a better way than doing a sleep(x) that tends to defeat asynchronous ICS model, you' better thing in term of events. Also you could not free you TWSocket but re-use later as you maintain a

Re: [twsocket] Problems with TWSocket.close and DLL

2006-01-31 Thread Dod
Hello, Think that ICS is fully asynchronous and event driven, it's a different approach comparing to Indy or other Socket components and also comparaing to RS232 programming where synchronous mode is usual. With ICS (server or client mode) you can make or receive thousand of

Re: [twsocket] Problems with TWSocket.close and DLL

2006-01-31 Thread Arno Garrels
Humm, Markus wrote: The DLL has a data module which has one single TWSocket for all incomming data and for each outgoing connection a TWSocket is created dynamically. The instance of this socket is stored in a TObjectList together with other relevant information. Sounds like you re-invented

[twsocket] C++Builder 2006 and ICS

2006-01-31 Thread Albert Wiersch
I downloaded the latest ICS BETA and installed it in BDS 2006, but I cannot access the components in the C++Builder personality. They seem to be in the Delphi personality only. I need them in the C++Builder personality. Can anyone help with getting the latest BETA installed in BDS 2006 so the

Re: [twsocket] C++Builder 2006 and ICS

2006-01-31 Thread Arno Garrels
Albert Wiersch wrote: I downloaded the latest ICS BETA and installed it in BDS 2006, but I cannot access the components in the C++Builder personality. I made a separate package for BCB. If I change personality I need to install appropriate package (uninstalling the other one first). But I'm

Re: [twsocket] C++Builder 2006 and ICS

2006-01-31 Thread Albert Wiersch
It is unfortunate if a new package is necessary. Why can't the Delphi and C++Builder personalities share the same components in BDS 2006? I was hoping this would be a huge plus for BDS 2006, but if separate installs and packages are needed, then that really puts a damper on it. Where can I get a