- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have s VS2008 solution. It has an IVF DLL and a VB.NET Main program.
The VB uses the DLL with
Private Declare Sub INIT_PARMS Lib "ERI_TEST.dll" Alias "INIT_PARMS" ()
How do I set VS to use the loaded IVF Fortran project vs the compiled DLL so I can single step through the DLL?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
To enable debugging of Fortran code called from Visual Basic, right click on the VB project and then select Properties. In the left column, select Configuration Properties > Debugging. Check the box labeled "Enable unmanaged code debugging" and click OK.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the help. That works perfect.

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