X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Message-ID: <4A9C2C50D8FBD511A3A30004ACB80BFC052D01@nex_server.nextransport.com> From: George Kinney To: "'djgpp AT delorie DOT com'" Subject: Re: hash library - interface criticisms Date: Mon, 21 Jan 2002 09:50:33 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1A28A.FA427350" Reply-To: djgpp AT delorie DOT com This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C1A28A.FA427350 Content-Type: text/plain; charset="ISO-8859-1" >I have no idea what does lcc use in its library. LCC-WIN32 uses CRTDLL.DLL, VC++ uses MSVCRT.DLL, so there is no mystery why they have different behaviour. An easy way to find out if it is the runtime that is at fault is to get and install MingW, which also uses MSVCRT.DLL and see if it behaves like VC++. >Btw, a program should not need to free its heap before it exits. The OS will take care about it. Hopefully nobody takes this little bit of flame bait. ------_=_NextPart_001_01C1A28A.FA427350 Content-Type: text/html; charset="ISO-8859-1" Re: hash library - interface criticisms

>I have no idea what does lcc use in its library.
LCC-WIN32 uses CRTDLL.DLL, VC++ uses MSVCRT.DLL, so there is no mystery
why they have different behaviour. An easy way to find out if it is the runtime
that is at fault is to get and install MingW, which also uses MSVCRT.DLL and
see if it behaves like VC++.

>Btw, a program should not need to free its heap before it exits.  The OS
will take care about it.

Hopefully nobody takes this little bit of flame bait.

------_=_NextPart_001_01C1A28A.FA427350--