- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Intel Forum,
I am currently looking at options for using legacy Fortran code, called from .NET languages (eg. C#). I am wanting to know ifJIT debugging (stepping into the dll) can be done in this case with IVF 9.1 ?Ideally I would like to be able todebug dlls as is possible if called from a Fortran program.
If so,what is the most straightforward option for interfacing from:
- standard dll call (dll import/export) from .NET language, or,
- Fortran.NET wrapper for dll (called from other .NET language) for easier interfacing of variables. (Is a Fortran.NET wrapper possible with IVF?))
I couldnt find this topic in previous posts.Please direct me there if it has already been raised.
Cheers
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What you need to do is set the property "Configuration Properties > Debugging > Debuggers > Enable unmanaged code debugging" in the .NET project. Then you can set breakpoints in the DLL and even step into it.
We do not have a .NET Fortran compiler, but the next major release will bring back the COM Server Wizard (last seen in CVF Professional Edition) that enables you to create COM servers in Fortran, and these are accessible in the .NET environment.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page