- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are import libraries the same for Debug / Release DLL builds?
The reason I'm asking is that I have a Fortran main program which calls various DLLs. I'd prefer to have one version (ie. Debug) of this driver program. Can I link in the Debug import libraries and still be able to run Release DLLs if these are in the same DIR as the EXE?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes. Import libraries are simply a connection between procedure names and a DLL. They have no real code of their own.

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