Re: [twsocket] Remember the SetWindowLong bug in WSocket?

2006-02-05 Thread Fastream Technologies
- Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Sunday, February 05, 2006 2:15 PM Subject: Re: [twsocket] Remember the SetWindowLong bug in WSocket? > Fastream Technologies wrote: >> Are >> you using NOFORMS

Re: [twsocket] Remember the SetWindowLong bug in WSocket?

2006-02-05 Thread Arno Garrels
es less that 5 minutes (incl. porting it to BCB)! Arno > This is a reverse > proxy. > > Regards, > > SZ > > - Original Message - > From: "Arno Garrels" <[EMAIL PROTECTED]> > To: "ICS support mailing" > Sent: Sunday, February 05,

Re: [twsocket] Remember the SetWindowLong bug in WSocket?

2006-02-05 Thread Fastream Technologies
From: "Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Sunday, February 05, 2006 1:41 PM Subject: Re: [twsocket] Remember the SetWindowLong bug in WSocket? > Fastream Technologies wrote: >> I agree with you in your both emails BUT e

Re: [twsocket] Remember the SetWindowLong bug in WSocket?

2006-02-05 Thread Arno Garrels
egards, > > SZ > > - Original Message - > From: "Arno Garrels" <[EMAIL PROTECTED]> > To: "ICS support mailing" > Sent: Saturday, February 04, 2006 5:38 PM > Subject: Re: [twsocket] Remember the SetWindowLong bug in WSocket? >

Re: [twsocket] Remember the SetWindowLong bug in WSocket?

2006-02-04 Thread Fastream Technologies
- From: "Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Saturday, February 04, 2006 7:40 PM Subject: Re: [twsocket] Remember the SetWindowLong bug in WSocket? > Fastream Technologies wrote: >> Yes it is called in my beta as well but the o

Re: [twsocket] Remember the SetWindowLong bug in WSocket?

2006-02-04 Thread Arno Garrels
CTED]> > To: "ICS support mailing" > Sent: Saturday, February 04, 2006 7:05 PM > Subject: Re: [twsocket] Remember the SetWindowLong bug in WSocket? > > >> It looks like you have an old HttpProt version. >> SetWindowLong is correctly called in my code

Re: [twsocket] Remember the SetWindowLong bug in WSocket?

2006-02-04 Thread Fastream Technologies
rom: "Fastream Technologies" <[EMAIL PROTECTED]> > To: "ICS support mailing" > Sent: Saturday, February 04, 2006 3:41 PM > Subject: Re: [twsocket] Remember the SetWindowLong bug in WSocket? > > >>I found the ICS bug: when I put the below in the ThttpCli des

Re: [twsocket] Remember the SetWindowLong bug in WSocket?

2006-02-04 Thread Francois PIETTE
ent: Saturday, February 04, 2006 3:41 PM Subject: Re: [twsocket] Remember the SetWindowLong bug in WSocket? >I found the ICS bug: when I put the below in the ThttpCli descendent's > destructor, it works: > > SetWindowLong(FWindowHandle, 0, 0); >DestroyWindow(FWin

Re: [twsocket] Remember the SetWindowLong bug in WSocket?

2006-02-04 Thread Fastream Technologies
ROTECTED]> To: "ICS support mailing" Sent: Saturday, February 04, 2006 5:38 PM Subject: Re: [twsocket] Remember the SetWindowLong bug in WSocket? > BTW: Also this returns TRUE for both windows: > > function XSocketDeallocateHWnd(Wnd: HWND): boolean; > begin >Resu

Re: [twsocket] Remember the SetWindowLong bug in WSocket?

2006-02-04 Thread Arno Garrels
se). I've my doubts that order of > destroying the windows matters, but not 100% sure. > > --- > Arno Garrels [TeamICS] > http://www.overbyte.be/eng/overbyte/teamics.html > > >> Best Regards, >> >> SZ >> >> ----- Original Message ----- >

Re: [twsocket] Remember the SetWindowLong bug in WSocket?

2006-02-04 Thread Arno Garrels
"ICS support mailing" > Sent: Saturday, February 04, 2006 1:28 PM > Subject: Re: [twsocket] Remember the SetWindowLong bug in WSocket? > > >> Fastream Technologies wrote: >>> Hello, >>> >>> That bug caused a lot of frustration here. Now the p

Re: [twsocket] Remember the SetWindowLong bug in WSocket?

2006-02-04 Thread Fastream Technologies
mailing" Sent: Saturday, February 04, 2006 1:28 PM Subject: Re: [twsocket] Remember the SetWindowLong bug in WSocket? > Fastream Technologies wrote: >> Hello, >> >> That bug caused a lot of frustration here. Now the problem is resolved >> for >> FTP and web

Re: [twsocket] Remember the SetWindowLong bug in WSocket?

2006-02-04 Thread Arno Garrels
Fastream Technologies wrote: > Hello, > > That bug caused a lot of frustration here. Now the problem is resolved for > FTP and web servers with my fix BUT for the reverse proxy, there is a > window leakage that cannot be detected by CodeGuard. It seems the problem > is in THttpCli destructor. XWin

[twsocket] Remember the SetWindowLong bug in WSocket?

2006-02-03 Thread Fastream Technologies
Hello, That bug caused a lot of frustration here. Now the problem is resolved for FTP and web servers with my fix BUT for the reverse proxy, there is a window leakage that cannot be detected by CodeGuard. It seems the problem is in THttpCli destructor. XWindowDealloc returns true but I have BIG