Re: decimal round off issue
- From: Ben Morrow <ben@xxxxxxxxxxxx>
- Date: Thu, 24 Sep 2009 02:10:05 +0100
Quoth "Peter J. Holzer" <hjp-usenet2@xxxxxx>:
Is there a "standard" C library on Windows which gcc has to use or does
it use the glibc? I suspect it's the former (I've seen similar results
with Microsofts C compiler).
Huh? glibc is Linux- (well, and Hurd-) only. gcc on Win32 uses
MSVCRT.DLL, which used to be part of MSVC6 and nowadays is part of
Windows, or Internet Explorer, or something. Later versions of MSVC
insist on using their own versions of the C library, which cause
Interesting problems if you have a DLL compiled against one loaded into
an EXE compiled against another. (This is one reason why it's
particularly important to compile modules with the correct compiler on
Win32.)
Ben
.
- Follow-Ups:
- Re: decimal round off issue
- From: Peter J. Holzer
- Re: decimal round off issue
- From: Ilya Zakharevich
- Re: decimal round off issue
- References:
- decimal round off issue
- From: Shiping Zhang
- Re: decimal round off issue
- From: Peter J. Holzer
- Re: decimal round off issue
- From: sln
- Re: decimal round off issue
- From: Peter J. Holzer
- decimal round off issue
- Prev by Date: FAQ 8.23 How can I open a pipe both to and from a command?
- Next by Date: Re: Button in WWW::Mechanize
- Previous by thread: Re: decimal round off issue
- Next by thread: Re: decimal round off issue
- Index(es):
Relevant Pages
|