[twsocket] ftpcommon.pas

2006-10-19 Thread New Era
Could anyone that uses this unit provide a sample app. to me Thanks. Send instant messages to your online friends http://uk.messenger.yahoo.com -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at

Re: [twsocket] ICS V6. and W98/W95

2006-10-19 Thread jan hek
hello helpers, I don't really understand : after running the madExcept patch, the programs containing ICS sockets in W98 work, without failure. Suggestions ? compiler option in the ICS packages ? Compiler or other options in my applications ? regards Jan - Original Message - From:

Re: [twsocket] ICS V6. and W98/W95

2006-10-19 Thread Fastream Technologies
I always compile my ICSv6 package in release mode with no CodeGuard for release builds of the application. Best Regards, SZ www.fastream.com On 10/19/06, jan hek [EMAIL PROTECTED] wrote: hello helpers, I don't really understand : after running the madExcept patch, the programs containing ICS

[twsocket] HttpCli ErrCode

2006-10-19 Thread Paul
Hi, anyone knows what an ErrCode = 3 (in onRequestDone) means ? Paul -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] HttpCli ErrCode

2006-10-19 Thread Arno Garrels
Paul wrote: Hi, anyone knows what an ErrCode = 3 (in onRequestDone) means ? That's what I found in in the unit: { EHttpException error code } httperrNoError = 0; httperrBusy = 1; httperrNoData = 2; httperrAborted

Re: [twsocket] ICS V6. and W98/W95

2006-10-19 Thread jan hek
LS, The first error is eedfadeH on address The 2nd error shown is: Range Check Error on the OutputDebugString(PChar('Dispose ' + ClassName + ' ThreadID=' + IntToStr(GetCurrentThreadId))); line, of the procedure TIcsWndControl.Dispose(Disposing: Boolean). Perhaps now someone might

Re: [twsocket] ICS V6. and W98/W95

2006-10-19 Thread Arno Garrels
jan hek wrote: Ah, now I remember, you can just out comment the stuff that calls OutputDebugString. --- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html LS, The first error is eedfadeH on address The 2nd error shown is: Range Check Error on the

Re: [twsocket] ICS V6. and W98/W95

2006-10-19 Thread jan hek
Arno, this does the trick. I tried to do it as good as possible, there where 2 files involved overbyteICS-wndcontrol and -TnCnx remark : In the wndcontrol is a doubtful thing : (in the clr part) procedure TIcsWndHandler.DeallocateHWnd. that cannot be simply solved by commenting out.. thanks

Re: [twsocket] ICS V6. and W98/W95

2006-10-19 Thread Arno Garrels
jan hek wrote: Arno, this does the trick. I tried to do it as good as possible, there where 2 files involved overbyteICS-wndcontrol and -TnCnx Just in OverbyteIcsWndControl.pas is enough. remark : In the wndcontrol is a doubtful thing : (in the clr part) procedure

Re: [twsocket] ICS V6. and W98/W95

2006-10-19 Thread Arno Garrels
jan hek wrote: remark : In the wndcontrol is a doubtful thing : (in the clr part) procedure TIcsWndHandler.DeallocateHWnd. that cannot be simply solved by commenting out.. I see, sorry. But are you using .NET? So you can just leave it as it is, next version will hopefully fix it. In my

Re: [twsocket] ICS V6. and W98/W95

2006-10-19 Thread jan hek
Arno, no I'm not using .net but I like to be complete. Thanks for your support rgds jan - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Thursday, October 19, 2006 9:29 PM Subject: Re: [twsocket] ICS V6. and W98/W95 jan hek

[twsocket] problem with chat program

2006-10-19 Thread larry j. ward
hello, i'm using TWSocket to send the TMemo text to another client, but i can't find a way to get the whole buffer including CRLF, for example: The memo1 contains these strings: -- Hello(CRLF) World! -- the remote client does receives the buffer splitted line by line, it handles

[twsocket] Upload files from local to web, using THttpcli

2006-10-19 Thread Oleg P .
Good day for all! I read all what i found about THttpcli, and still do not understand how to upload local file to web using THttpcli Please help me! That is a very important to me An example on C++Builder would be VERY useful! Thanks. Oleg. -- To unsubscribe or change your settings for