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

Exception Handlers

carl_lawrence-slater
355 Views

Using Intel VFC 8.1, we are trying to assign custom exception handlers as we did in CVF 6.6. (Using VC++7.1 on the C++ side), but we are not able to gain access to the members of the C structure as we had before.

The examples we followed previously was under CVF path .. Samples/exceptionhandling/geteptrs but of course this is not available in IVFC 8.1.

Although it is funny in the Intel Docs reference to GETEXCEPTIONPTRSQQ the call out A complete working example can be found in the online samples. Anybody know where this is?

Thanks

Carl

0 Kudos
3 Replies
Steven_L_Intel1
Employee
355 Views
Sorry, no example is provided. The CVF one should work. I can build it but can't get the handler routine to be invoked - I don't know why. I'll ask our library people about this.
0 Kudos
g_f_thomas
Beginner
355 Views

What a laugh! Intel has been playing this jingle so long it's time it jangled.

Me, myself,

Gerry T.

0 Kudos
Steven_L_Intel1
Employee
355 Views
I figured out the problem I was having - a variant of MCLS. The Fortran and C projects needed to be using the same variant of the C run-time libraries. IVF example attached.
0 Kudos
Reply