Software Archive
Read-only legacy content
17061 Discussions

floating point exception

Intel_C_Intel
Employee
480 Views
hi,
while runing a program that uses a 3rd party DLL we got the floating point stack check exception.could it be that we are passing an incompatible datatype?how can one check where this exception occurs?how do we trap it?pls help.
--rs
0 Kudos
1 Reply
Steven_L_Intel1
Employee
480 Views
The usual cause of this error is calling a function that returns a floating result as if it were a subroutine, or vice-versa. The debugger should stop at the point of error, but the actual error may have occurred earlier in the program. You can't trap it - this is something you have to fix.

Steve
0 Kudos
Reply