Re: [twsocket] WinSock error 10035 with TWSocketServer

2007-01-11 Thread Bevan Edwards
Hi Francois, Thanks for your prompt reply. >> I'm getting error 10035 (operation would block) and >> wondered why this would happen now and not >> previously. > > Error 10035 is not really an error when using non blocking socket. It just > means nothing is ready to be read. > Instead of Receiv

Re: [twsocket] WinSock error 10035 with TWSocketServer

2007-01-11 Thread Francois PIETTE
> resulting in an empty string, despite the fact that by inspecting the > object I could see there is data in the receive buffer. There is no receive buffer in the component ! > I'm getting error 10035 (operation would block) and > wondered why this would happen now and not > previously. Error

Re: [twsocket] Fw: Need help with Nov 11 V6 Betainstallationunderbcb2006

2007-01-11 Thread Francois PIETTE
> I'm just came home, sorry but I have no time to check your vc32.zip. I checked his files. It worked like a charm. I use BDS2006 with Update 2 installed. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://www.overbyte.be - Original Messa

Re: [twsocket] Fw: Need help with Nov 11 V6 Beta installationunderbcb2006

2007-01-11 Thread Arno Garrels
Hello SZ, I'm just came home, sorry but I have no time to check your vc32.zip. What I did some minutes ago was downloading and installing V6 to a new path, it compiled like charme in the BDS2006 BCB personality. I added the SSL sources, and it again compiled w/o any problem. However I used a pack

[twsocket] WinSock error 10035 with TWSocketServer

2007-01-11 Thread Bevan Edwards
Hi all, I am using BDS2006 to write a service application that creates a TWSocketServer and waits for connections. When a connection is made, the client sends requests and the service processes the requests and returns the results. This is all being done with LineMode enabled. I've written a

Re: [twsocket] udp multicast multiple packages -> TWSocket bug?

2007-01-11 Thread Francois PIETTE
No time to look at your code. Sorry. Could you tell me why you need a thread for TWSocket ? It is asynchronous anyway. If you use a thread, be sure to create TWSocket from the execute method and to add a message pump in your thread. Also make sure to /not/ call the message pump from any of the e