Re: [twsocket] ICSv6 Thread Attach/Detach problem

2006-06-04 Thread Fastream Technologies
AFAIU, instead of FWindowHandle being defined as window, we now have the entire hierarchy being derived from a Twndcontrol which pools and shares the windows. But I am clueless in terms of this bug as well. I sent a private email to Francois asking for consultancy about this. Thanks anyway, SZ

Re: [twsocket] ICSv6 Thread Attach/Detach problem

2006-06-04 Thread Arno Garrels
Fastream Technologies wrote: > Nothing changes. This is my second answer to this question as > sometimes my email server gets swamped :(... > > I still get the exception even though the package compiles with no > errors. Looks like a bit more complicated. Francois probably knows better how to fix

Re: [twsocket] ICSv6 Thread Attach/Detach problem

2006-06-04 Thread Fastream Technologies
Nothing changes. This is my second answer to this question as sometimes my email server gets swamped :(... I still get the exception even though the package compiles with no errors. Regards, SZ - Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing" Se

Re: [twsocket] ICSv6 Thread Attach/Detach problem

2006-06-04 Thread Arno Garrels
Fastream Technologies wrote: > It is used here: Yes I know, but what happens? As Francois already supposed it is in fact redefined and never assigned in TCustomWSocket. --- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -- To unsubscribe or change your settings for T

Re: [twsocket] ICSv6 Thread Attach/Detach problem

2006-06-04 Thread Fastream Technologies
Alright it compiled with it commented but still the same exception! Regards, SZ - Original Message - From: "Fastream Technologies" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Sunday, June 04, 2006 5:17 PM Subject: Re: [twsocket] ICSv6 Thread Attach/Detach problem : It is used

Re: [twsocket] ICSv6 Thread Attach/Detach problem

2006-06-04 Thread Fastream Technologies
It is used here: {* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *} {$IFDEF COMPILER2_UP} procedure TCustomWSocket.ThreadAttach; begin inherited ThreadAttach; if FHSocket <> INVALID_SOCKET then WSocket_Synchronized_WSAASyncSelect(FHSocket, Handle,

Re: [twsocket] ICSv6 Thread Attach/Detach problem

2006-06-04 Thread Arno Garrels
Fastream Technologies wrote: > If this was the case, how do you suggest me to fix it? Rename the > variable? What happens if you comment out declaration of FThreadID in OverbyteIcsWSocket.pas? --- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html > > Regards, > > SZ

Re: [twsocket] ICSv6 Thread Attach/Detach problem

2006-06-04 Thread Fastream Technologies
If this was the case, how do you suggest me to fix it? Rename the variable? Regards, SZ - Original Message - From: "Francois PIETTE" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Sunday, June 04, 2006 2:21 PM Subject: Re: [twsocket] ICSv6 Thread Attach/Detach problem : >> BTW,

Re: [twsocket] ICSv6 Thread Attach/Detach problem

2006-06-04 Thread Fastream Technologies
Did it. Still there is the same problem. - Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Sunday, June 04, 2006 1:55 PM Subject: Re: [twsocket] ICSv6 Thread Attach/Detach problem : Fastream Technologies wrote: : > - Original Message

Re: [twsocket] ICSv6 Thread Attach/Detach problem

2006-06-04 Thread Francois PIETTE
>> BTW, I have a problem with THttpCli Thread(at/de)tach, here is my >> algorithm: >> >> - I create the component in main thread context >> - ThreadDetach >> - ThreadAttach in the worker thread >> - Use >> - Thread Detach in the worker thread (here it fires the exception "not >> attached here") >>

Re: [twsocket] ICSv6 Thread Attach/Detach problem

2006-06-04 Thread Arno Garrels
Fastream Technologies wrote: > - Original Message - > From: "Arno Garrels" <[EMAIL PROTECTED]> > To: "ICS support mailing" > Sent: Sunday, June 04, 2006 1:19 PM > Subject: Re: [twsocket] ICSv6 Thread Attach/Detach problem > > >> Fastream Technologies wrote: >>> Hello, >>> BTW, I ha

Re: [twsocket] ICSv6 Thread Attach/Detach problem

2006-06-04 Thread Fastream Technologies
- Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Sunday, June 04, 2006 1:19 PM Subject: Re: [twsocket] ICSv6 Thread Attach/Detach problem > Fastream Technologies wrote: >> Hello, >> >>> BTW, I have a problem with THttpCli Thread(at/de)tach, h

Re: [twsocket] ICSv6 Thread Attach/Detach problem

2006-06-04 Thread Arno Garrels
Fastream Technologies wrote: > Hello, > >> BTW, I have a problem with THttpCli Thread(at/de)tach, here is my >> algorithm: >> >> - I create the component in main thread context >> - ThreadDetach >> - ThreadAttach in the worker thread >> - Use >> - Thread Detach in the worker thread (here it fires

[twsocket] ICSv6 Thread Attach/Detach problem

2006-06-04 Thread Fastream Technologies
Hello, > BTW, I have a problem with THttpCli Thread(at/de)tach, here is my > algorithm: > > - I create the component in main thread context > - ThreadDetach > - ThreadAttach in the worker thread > - Use > - Thread Detach in the worker thread (here it fires the exception "not > attached here") > -