Re: [twsocket] Cannot create a hidden windows for TWSocket

2005-12-23 Thread Fastream Technologies
Sometimes the code gives 10022 (Invalid handle). Do not know what's wrong. - Original Message - From: Francois Piette [EMAIL PROTECTED] To: twsocket@elists.org Sent: Friday, December 23, 2005 11:35 AM Subject: [twsocket] Cannot create a hidden windows for TWSocket Ok. The problem

Re: [twsocket] Cannot create a hidden windows for TWSocket

2005-12-23 Thread Arno Garrels
Fastream Technologies wrote: Sometimes the code gives 10022 (Invalid handle). Do not know what's wrong. 10022 Invalid argument An invalid value was given for one of the arguments to a function. For example, the value given for the origin when positioning a file pointer (by means of a call to

Re: [twsocket] Cannot create a hidden windows for TWSocket

2005-12-23 Thread Fastream Technologies
Hello, - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Friday, December 23, 2005 2:22 PM Subject: Re: [twsocket] Cannot create a hidden windows for TWSocket Fastream Technologies wrote: Sometimes the code gives 10022

Re: [twsocket] Cannot create a hidden windows for TWSocket

2005-12-23 Thread Arno Garrels
Fastream Technologies wrote: - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Friday, December 23, 2005 2:22 PM Subject: Re: [twsocket] Cannot create a hidden windows for TWSocket I saw this error while I was playing

Re: [twsocket] Cannot create a hidden windows for TWSocket

2005-12-23 Thread Arno Garrels
Fastream Technologies wrote: I have no file pointers. Also in my architecture, I create in the main listener thread, ThreadAttach in the worker thread context If you have multiple instances per thread, are all instances created at the same time? How do you wait in the listener thread until a

Re: [twsocket] Cannot create a hidden windows for TWSocket

2005-12-23 Thread Fastream Technologies
Hello, - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Friday, December 23, 2005 5:16 PM Subject: Re: [twsocket] Cannot create a hidden windows for TWSocket Fastream Technologies wrote: I have no file pointers. Also in my

Re: [twsocket] Cannot create a hidden windows for TWSocket

2005-12-23 Thread Arno Garrels
Fastream Technologies wrote: Hello, - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Friday, December 23, 2005 5:16 PM Subject: Re: [twsocket] Cannot create a hidden windows for TWSocket Fastream Technologies wrote: I

Re: [twsocket] Cannot create a hidden windows for TWSocket

2005-12-23 Thread Fastream Technologies
- window destruction. Warmest Regards, :) SZ - Original Message - From: Fastream Technologies [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Friday, December 23, 2005 6:31 PM Subject: Re: [twsocket] Cannot create a hidden windows for TWSocket The error occurs when

Re: [twsocket] Cannot create a hidden windows for TWSocket

2005-12-23 Thread Arno Garrels
Fastream Technologies wrote: The error occurs when the client is disconnected. The problematic message ID is 1025. Here is the non-ICS code: void __fastcall httpServerClientClass::TriggerSessionClosed(WORD ErrCode) { if(!FSessionClosedFlag !serverThread-isTerminated()) {

Re: [twsocket] Cannot create a hidden windows for TWSocket

2005-12-23 Thread Fastream Technologies
@elists.org Sent: Friday, December 23, 2005 7:50 PM Subject: Re: [twsocket] Cannot create a hidden windows for TWSocket Fastream Technologies wrote: The error occurs when the client is disconnected. The problematic message ID is 1025. Here is the non-ICS code: void __fastcall httpServerClientClass