- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I was wondering if there is any support for exception handling in visual fortran compiler?
Please provide me with any documentation about the the support present in your compiler.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What you can do is wrap Fortran code with C++ code to do that. There's an "ExceptionHandling" sample provided that you should look at.
One caveat - right now, the exception handling works only if you link statically. If you link against DLLs, then most everything you do exception-wise will be ignored. A fix for that is planned for the next update (but it isn't checked in to that stream yet, so don't count your exceptional chickens quite yet.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hear hear. This is an excellent feature in IVF. It annoyed me when it started to act up (not work) with DLL's, obliging me to resuscitate CVF in one crucial case. Now that it's being fixed and rolled out sometime soon is reassuring, thanks IVF engineers.
Gerry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We used a online download version for this software. I dont think we have a disk with us. Please suggest a place where I can find this document online.
Thanks,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
MADsblionel:
One caveat - right now, the exception handling works only if you link statically. If you link against DLLs, then most everything you do exception-wise will be ignored. A fix for that is planned for the next update (but it isn't checked in to that stream yet, so don't count your exceptional chickens quite yet.)
I tried this with 101021 but it doesn't appear to work with either static or dynamic linking. Any news onthe update?
Thanks,
Gerry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page