Re: [twsocket] Problems installing ICS on C++ Builder 2006 (Update 1)

2005-12-21 Thread Kris Schoofs
Francois, I managed to solve the problem with C++ Builder 2006. As I already mentioned the missing 'ICSNTLMMSGS.OBJ' was located in '...\Borland Studio Projects\ics\Delphi\Vc32\Release_Build' So I copied this file from this folder to : '...\Borland Studio Projects\ics\Delphi\Vc32\' and this

Re: [twsocket] Problems installing ICS on C++ Builder 2006 (Update1)

2005-12-21 Thread Francois Piette
Thanks for feedback. Do you have an options set somewhere to store the obj file in a special folder ? -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: Kris Schoofs [EMAIL PROTECTED] To: twsocket twsocket@elists.org Sent: Wednesday, December 21, 2005 1:31 PM

[twsocket] Problems installing ICS on C++ Builder 2006 (Update 1)

2005-12-21 Thread Ian Tuck
This is slightly off-topic, but you're the first person I know who has tried C++ 2006, Kris. Have you found that all (any?) other component libraries work out of the box? What are your first impressions? Ian -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] Problems installing ICS on C++ Builder 2006 (Update1)

2005-12-21 Thread Francois PIETTE
So this seems to be default behaviour for everything you build. This approach does help with keeping things more organized I guess. I agree, but O don't understand why the linker doesn't find the obj files where the compiler place them if you are using the default settings. It's not normal to

[twsocket] ReceiveStr/SendStr vs. Receive/Send

2005-12-21 Thread lame.one
Hi guys thanks for your earlier responses they helped lots. I was reading ICS demos and comments from Francois and others and I was wondering of an identical replacement for receivestr and sendstr. I'd like to use an array of char instead since it doesn't need to copy the data multiple times. Is

Re: [twsocket] ReceiveStr/SendStr vs. Receive/Send

2005-12-21 Thread Francois PIETTE
Hi guys thanks for your earlier responses they helped lots. I was reading ICS demos and comments from Francois and others and I was wondering of an identical replacement for receivestr and sendstr. I'd like to use an array of char instead since it doesn't need to copy the data multiple times.

Re: [twsocket] TWSocketServer multiple connections speed

2005-12-21 Thread Arno Garrels
Time Bandit wrote: Hi everyone, just coming back to ICS after something like 6 years off the list. I'm building a socket server that should handle lot's of short time connections. Clients will connect, send a request, get an answer, then disconnect. The number of clients will be somewhere