Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!julius.cs.uiuc.edu!psuvax1!psuvm!rmg3 From: RMG3@psuvm.psu.edu Newsgroups: comp.sys.mac.apps Subject: Re: THINK C: Prog Work w/ANSI But Not ANSI881 Message-ID: <90271.104436RMG3@psuvm.psu.edu> Date: 28 Sep 90 14:44:36 GMT References: <37733@ut-emx.uucp> Organization: Penn State University Lines: 20 When I was attempting to use Think C 4.00 I ran in to the same problem as Mr. Wu. My program would run correctly under the ANSI library, but not the ANSI881 library. My program was rather shorter (even) than his. #include main() { float a; a = 0.5; printf(" %f",a); } The program runs fine with the ANSI library, and barfs with the ANSI881 library. I placed a call to Symantec some time ago (a couple months) at their NOT-toll free number and left the specifics with them. They said they would get back to me shortly. I have never heard from them. Fortunately, I don't use C for my professional work. Bob Grumbine a.k.a. rmg3@psuvm.psu.edu