X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com From: "Gerrit van Niekerk" Organization: GPvNO To: djgpp AT delorie DOT com Date: Thu, 13 Dec 2007 12:33:58 +0200 MIME-Version: 1.0 Subject: V2.04 atof() with em387.dxe not working Message-ID: <476126B6.22072.1F8A1AB@gerritvn.gpvno.co.za> X-Confirm-Reading-To: gerritvn AT gpvno DOT co DOT za,gpvno AT telkomsa DOT net X-pmrqc: 1 X-mailer: Pegasus Mail for Windows (4.41) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Reply-To: djgpp AT delorie DOT com Function atof("1.23") using DJGPP 2.04 with EM387.DXE (or linked with LIBEMU.A) returns 0.000. So do strtof() and strtod(). WMEMU.DXE works fine, but I prefer not to use it because of the GPL license. I could not find anything about the problem in the archives. Is there a solution?