Board index » delphi » Invalid Floating Point Operation
Ben Crain
![]() Delphi Developer |
Wed, 08 Aug 2001 03:00:00 GMT
Invalid Floating Point Operation
My app requires intensive number crunching, some of which is done in a
3rd-party DLL that parses and evaluates equations. Seems to work fine. I've put it through lots of tests, on my pc, under Win98. No problems or error messages, all bugs seem to be fixed. Now I deploy to another computer, running Win95. I deploy both by just installing the executable and single DLL on the other computer, and by creating a setup program via InstallShield. In either case, when the app loads on the other computer, I get the Windows message: "Invalid Floating Point Operation". Sounds fatal. But, after zapping the message, the app continues to load, and performs flawlessly -- at least so far. What's going on? How do I troubleshoot it? If the code really Thank, Ben Crain |