Re: [twsocket] problem within a nt service (again)

2005-06-19 Thread Francois PIETTE
Yes, I already have even debug the thread with problem, and checked that, the server and client events, both are called in the same thread, and, an detail I haven't said before is that the client socket is being activated inside the serversocket event onconnect, I mean, when the listener socket

Re: [twsocket] problem within a nt service (again)

2005-06-18 Thread Moacir Flávio Gonçalves
ocket becomes available it starts the socketclient connection, is this a problem? - Original Message - From: "Francois PIETTE" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Saturday, June 18, 2005 12:33 PM Subject: Re: [twsocket] problem within a nt servic

Re: [twsocket] problem within a nt service (again)

2005-06-18 Thread Francois PIETTE
4:03 PM Subject: [twsocket] problem within a nt service (again) People, I'm actually debbuging my nt service is triggering an access violation reading address 0, and I start it over, putting one thing back at a time until I can find what is triggering the error. Well, now I found i

[twsocket] problem within a nt service (again)

2005-06-18 Thread Moacir Flávio Gonçalves
People, I'm actually debbuging my nt service is triggering an access violation reading address 0, and I start it over, putting one thing back at a time until I can find what is triggering the error. Well, now I found it and is like this: With only a TWSocketServer it run ok, no problem... Wit