Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!elroy!orion.cf.uci.edu!uci-ics!venera.isi.edu!dick From: dick@venera.isi.edu (Richard Gillmann) Newsgroups: comp.windows.ms Subject: Re: Windows and Floating Point Keywords: windows, floating, link4 Message-ID: <7470@venera.isi.edu> Date: 8 Feb 89 18:48:46 GMT References: <332@rna.UUCP> Reply-To: dick@venera.isi.edu.UUCP (Richard Gillmann) Organization: Information Sciences Institute, Univ. of So. California Lines: 8 I've written lots of floating point code with MS C 5.1 and SDK 2.1 and Link version 5.02 -- don't know about your setup. I use the altmath option exclusively (/Fpa on the C compile and slibca/mlibca). You have to be careful not to mix the emulator and altmath routines. You might try linking with slibca and renaming slibce to something else so it won't be picked up as a default somewhere. Use the /NOD switch as well.