- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm trying to build a full debug version of a C++ application (mine is actually only a .dll that loads into another 3rd application that is fully debug)that uses some IVF fortran routines. So my application loads libifcoremdd.dll. But I see that libifcoremdd.dll loads MSVCRT.DLL rather than MSVCRTD.DLL. Is there a version that uses MSVCRTD.DLL available somewhere?
Thanks
Thanks
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No - but this shouldn't impact your ability to debug the application. The problem is that we supply one version of our DLLs but we support three different versions of VS, each with their own distinctive-named DLLs. So we came up with a solution that does not require the MSVC debug DLLs - they aren't useful for the libifcore code anyway.

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