Hello Arno
> Possibly there's still a similar problem at another place in
> (Overbyte)IcsWSocket.pas. Can you please change your code like below
> and report back whether that helps or not?
> procedure TCustomWSocket.Dup(NewHSocket : TSocket);
> ..
> // FSelectEvent := FD_READ or FD_WRITE or FD_C
Dod wrote:
> Hello Arno,
>
> I do not totally agree with you as FastMM is updated regularly so it
> is interesting to use updated version against original version
> included in BDS.
Agreed, I just mentioned it since not everybody may be aware that it is
included.
--
Arno Garrels [TeamICS]
http
Arno Garrels wrote:
> Do you find this text in OverbyteIcsWSocket.pas?
>
> { FP:26/09/06 Are FD_READ and FD_WRITE really necessary ? Probably
> not ! }
> { Lodewijk Ellen reported a problem with W2K3SP1 triggering an AV in
> }
> { accept. Keeping only FD_ACCEPT and FD_CLOSE solved the problem.
Hello Arno,
I do not totally agree with you as FastMM is updated regularly so it
is interesting to use updated version against original version
included in BDS.
Regards.
AG> You do not need FastMM since it is already built-in BDS2006,
AG> that's most likely not different in the Turbos.
--
T
info2004 wrote:
> Hi,
>
> I have installed Turbo Delphi 2006, OverbyteIcsV6beta.zip, and fastMM
> that I
> downloaded today.
You do not need FastMM since it is already built-in BDS2006,
that's most likely not different in the Turbos.
In order to get leak-reports set
ReportMemoryLeaksOnShutdown
It is my router that is causing the problem. I plugged my cable modem
directly into the computer and I can connect to as many as I want now.
I guess I just need to play around with the router settings. It's a
linksys wrt54g; if anyone knows what I need to change to fix it.
Thanks for your help.
O
You were right, the error is 10060 which is a timeout. It got me
thinking that it wasn't the programs fault. My program is an IRC
client of sorts and I'm trying to get it to connect to many networks.
So I started mIRC and I was getting the same error when trying to
connect, a connection timeout. Bu
Hi,
I have installed Turbo Delphi 2006, OverbyteIcsV6beta.zip, and fastMM that I
downloaded today.
When I exit my program, fastMM is creating a log. A snip of which is:
2007/3/23
15:40:59
A memory block has been leaked. The size is
Éric Fleming Bonilha wrote:
I also searched a little bit, all stack traces I found have these
three items on top:
7c82fadf ntdll!ExpInterlockedPopEntrySListFault
ntdll!RtlpAllocateFromHeapLookaside+0x13
ntdll!RtlAllocateHeap+0x1dd
Most likely (native) RtlAllocateHeap is called by HeapAlloc.
How