Skip to content
Prev 17376 / 63421 Next

floating point control on windows

Chris Paulse <cpaulse at aecom.yu.edu> wrote:
I think maybe most parsimonious/simple fix for this problem is to add
"fp10.obj" to the link line for your code.  This file is provided by
Microsoft to flip the precision of the run time library to 80 bits.
The linker should find it automatically.

http://msdn.microsoft.com/library/en-us/vclib/html/_crt_floating.2d.point_support.asp

-- David Hinds