[twsocket] ICS-V6 Beta almost finalized

2006-03-26 Thread Francois PIETTE
I have uploaded a new version of ICS-V6 beta to my website. This version has all component converted to V6 and one sample per component (except FingCli and TnScript). During porting, I fiwed small bugs in TnEmulVT and related sample. All the files have now their name beginning with "OverbyteIcs".

Re: [twsocket] I wonder... (TFtpServer)

2006-03-26 Thread Wilfried Mestdagh
Hello, TWSocketServer is newer... --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Sunday, March 26, 2006, 15:38, Fastream Technologies wrote: > Hello, > Why doesn't FTP server use TWSocketServer but emulate the same functionality > itself?

[twsocket] I wonder... (TFtpServer)

2006-03-26 Thread Fastream Technologies
Hello, Why doesn't FTP server use TWSocketServer but emulate the same functionality itself? Any special reason for that? Best Regards, SZ -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http:

Re: [twsocket] Still dll trouble

2006-03-26 Thread Francois PIETTE
> Subject: Re: [twsocket] TWSocket Digest, Vol 161, Issue 19 When replying to a "digest" message, please change the subject to something appropriate. The best is to use the same subject as before. >> Just to be sure it is related to ICS: remove any ICS code from the DLL >> and >> run your test

Re: [twsocket] TWSocket Digest, Vol 161, Issue 19

2006-03-26 Thread Markus Humm
>> Now I wrote a simple test program which Loadlibraries the dll, waits >> some ms and freelibraries it then and waits another few ms. This is done >> up to 1000 times to check whether it works or not. if only done a few >> times all is well, but when really trying to do it 1000x it crashes (the >

Re: [twsocket] ICS V6 Http Post problem

2006-03-26 Thread Francois PIETTE
>>> Move((PChar(Data) + Offset)^, (PChar(Buf) + WrCount)^, Copied); > I always "loved" the Pascal way of obfuscating code with those > complicated mix of @ pchar ^ and other funny notation as soon as you > need to play with pointers and direct data memory access... FYI, it is the same no

Re: [twsocket] ICS V6 Http Post problem

2006-03-26 Thread Dod
Hello, I always "loved" the Pascal way of obfuscating code with those complicated mix of @ pchar ^ and other funny notation as soon as you need to play with pointers and direct data memory access... >> The bug is in OverbyteIcsWSockBuf.pas. In function TBuffer.Write, you'll >> find a li

Re: [twsocket] ICS V6 Http Post problem

2006-03-26 Thread Frans van Daalen
- Original Message - From: "Francois PIETTE" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Saturday, March 25, 2006 11:10 AM Subject: Re: [twsocket] ICS V6 Http Post problem > I've been able to reproduce the problem and to fix it ! > The bug is in OverbyteIcsWSockBuf.pas. In funct