Re: [twsocket] THttpCli Problem in Multi Thread Application

2008-07-09 Thread muzaffer peynirci
Thank you very much... Best Regards. -Muzaffer Peynirci- - Original Message From: Dimitry Timokhov [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Tuesday, July 8, 2008 7:07:01 PM Subject: Re: [twsocket] THttpCli Problem in Multi Thread Application Although I

Re: [twsocket] THttpCli Problem in Multi Thread Application

2008-07-08 Thread Dimitry Timokhov
Although I don't quite understand why, you seem to be right; I tried it and it worked. I'm sure you should know better the nature of async windows sockets to understand my answer. I'm not profy in WinSocks but i know for sure that windows messages are used to notify about events. So you

Re: [twsocket] THttpCli Problem in Multi Thread Application

2008-07-07 Thread muzaffer peynirci
Timokhov [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Monday, June 23, 2008 4:15:50 PM Subject: Re: [twsocket] THttpCli Problem in Multi Thread Application Hi. You shoul create THttpCli in context of your thread. Therefore you MUST call THttpCli in Execute method. Regards

[twsocket] THttpCli Problem in Multi Thread Application

2008-06-23 Thread muzaffer peynirci
Hi Everyone; I have a very simple program which has a second thread namely HttpCliThread. In HttpCliThread I just create a THttpCli object sleep 1 second and then delete it. The problem takes place when I close the form; the form doesn't close properly and it gives error (The debugging steps

Re: [twsocket] THttpCli Problem in Multi Thread Application

2008-06-23 Thread Dimitry Timokhov
Hi. You shoul create THttpCli in context of your thread. Therefore you MUST call THttpCli in Execute method. Regards, Dimitry Timokhov 2008/6/23, muzaffer peynirci [EMAIL PROTECTED]: Hi Everyone; I have a very simple program which has a second thread namely HttpCliThread. In HttpCliThread