Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29255 Discussions

handling float point excpetion in DLL

kyawtuns
Beginner
506 Views

Is there any way to handle float point excpetion in Fortran DLL by itself that I called form Borland C++ builder 6?

0 Kudos
1 Reply
g_f_thomas
Beginner
506 Views
The same way as you handle them if starting from VC++. One thing to be aware of though is that Borland and Microsoft set the fpu control world differently so you might have to reset as you switch to and fro between them. Look up SETCONTROLFPQQ in the docs.

Ciao,
Gerry T.
0 Kudos
Reply