From: pdooley AT aoc DOT nrao DOT edu (Phil Dooley) Subject: Floating Point & Stack Size 4 Nov 1996 19:38:18 -0800 Sender: daemon AT cygnus DOT com Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <199611042157.OAA04962.cygnus.gnu-win32@zia.aoc.nrao.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Sender: pdooley AT zia DOT aoc DOT nrao DOT edu X-Mailer: Windows Eudora Pro Version 2.1.2 Original-To: gnu-win32 AT cygnus DOT com Original-Sender: owner-gnu-win32 AT cygnus DOT com Floating Point: I ran into a conversion problem with an atof function on this string."-0.38124628887886702E-09". Works on djgpp and BC4. This first reared its head in an fscanf conversion. Bombs with a exception trapped. Shortening it down to 5 numbers to the right of the decimal point will work, but I need the precision. There seems to be related threads to this problem. Does anybody have a quick fix? Stack Size: Can't seem to find any documentation on how to change the stack size. Either with a statement or switch. Got a large program that works OK under UNIX, but when I try to port it to win32 I run out of stack space. THX - For help on using this list, send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".