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".
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?
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:
> 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
>> 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
>
>>> 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
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
- 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