Re: [twsocket] Twsocket/onDataAvailable in a DLL, called by a Thread

2006-08-04 Thread Wilfried Mestdagh
Hello, TWSocket has a method 'MessageLoop'. You only have to call this one because it is pumping messages until WM_QUIT is posted to it. To execute TWSocket in thread context you have to do this in Execute method of thread: - Create it in Execute method of thread - Assign properties and event ha

Re: [twsocket] Twsocket/onDataAvailable in a DLL, called by a Thread

2006-08-04 Thread Francois Piette
ED]> To: Sent: Friday, August 04, 2006 9:43 AM Subject: [twsocket] Twsocket/onDataAvailable in a DLL, called by a Thread > Hello, > > I'm still stuck with my problems : > http://groups.google.fr/group/borland.public.delphi.internet.winsock/browse_frm/thread/d1361882f2bf604a/a848b588

[twsocket] Twsocket/onDataAvailable in a DLL, called by a Thread

2006-08-04 Thread Crafton
Hello, I'm still stuck with my problems : http://groups.google.fr/group/borland.public.delphi.internet.winsock/browse_frm/thread/d1361882f2bf604a/a848b588964d09a2?lnk=st&q=&rnum=1&hl=fr#a848b588964d09a2 F. Piette said to view example : there is bunch of example, the only one i found is the ThrdSr