Mail Archives: djgpp/2002/01/21/10:13:06
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"
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>Re: hash library - interface criticisms</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=2>>I have no idea what does lcc use in its library.</FONT>
<BR><FONT SIZE=2>LCC-WIN32 uses CRTDLL.DLL, VC++ uses MSVCRT.DLL, so there is no mystery</FONT>
<BR><FONT SIZE=2>why they have different behaviour. An easy way to find out if it is the runtime</FONT>
<BR><FONT SIZE=2>that is at fault is to get and install MingW, which also uses MSVCRT.DLL and</FONT>
<BR><FONT SIZE=2>see if it behaves like VC++.</FONT>
</P>
<P><FONT SIZE=2>>Btw, a program should not need to free its heap before it exits. The OS</FONT>
<BR><FONT SIZE=2>will take care about it.</FONT>
</P>
<P><FONT SIZE=2>Hopefully nobody takes this little bit of flame bait.</FONT>
</P>
</BODY>
</HTML>
------_=_NextPart_001_01C1A28A.FA427350--
- Raw text -