Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Full Debug version

dajum
Novice
494 Views
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
0 Kudos
1 Reply
Steven_L_Intel1
Employee
494 Views
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.
0 Kudos
Reply