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

Traping an exception in Mixed-Language Programming

merckx
Beginner
1,221 Views
I'm using CVF 6.6
I have a C++ function which includes a call to a Fortran subroutine.
I would like to trap in the C++ any exception occuring in the Fortran.
Is it possible ?
0 Kudos
1 Reply
rahzan
New Contributor I
1,221 Views
Have you looked at the
CSLEXP projects in the sample files?

Tim
0 Kudos
Reply