[twsocket] WSocket Memory Leak

2005-12-13 Thread Johan Visage
Hi, I am using Delphi 7 with WSocket version 5.18 I have a Socket Server connected to multiple Client Sockets, sending out data on request of the clients. The requests are put in a message queue and then handled by WSocket. I seem to be losing memory in the Socket Buffers. It does not happen

Re: [twsocket] WSocket Memory Leak

2005-12-13 Thread Angus Robertson - Magenta Systems Ltd
> I seem to be losing memory in the Socket Buffers. Use FastMM4 in the application, with {$define FullDebugMode}, from http://fastmm.sourceforge.net. When the app terminates, it will show which memory was not released. Turn off debug, and the application will run faster anyway. Beware you nee

Re: [twsocket] ICS and Free Pascal

2005-12-13 Thread Marco van de Voort
> > Is anyone have succesfully using ICS with FPC? I would like to write > > some programs in FP and as i am an ICS addicted user ... > > I never tested with FP, but Marco van de Voort ([EMAIL PROTECTED] or > [EMAIL PROTECTED]) sent me some changes to make it compatible as much as > possible. Th

Re: [twsocket] WSocket Memory Leak

2005-12-13 Thread Francois PIETTE
You may want to use MemCheck (http://v.mahon.free.fr/pro/freeware/memcheck/), a free tool to discover memory leaks, or MemProof (http://www.automatedqa.com/downloads/memproof/), another free tool. Both are interesting. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -

Re: [twsocket] ICS and Free Pascal

2005-12-13 Thread Ionut Muntean
Thank you Marco. So, console programs should compile. This is what I'm interested in. I will give it a try. Where are the patches u mentioned? / Ionut Muntean -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marco van de Voort Sent: 13 12 2005 19:11 To: I