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

Debug DLL inconsistency?

kenhagin
Beginner
465 Views
I built a debug mixed language dll using VC2005 and IVF 9.1 (current). Using Dependency Walker, I see that libifcoremdd.dll pulls in libmmd.dll, and my code pulls in libmmdd.dll. It seems a waste at minimum, and a possible conflict to have both libmmd.dll and libmmdd.dll as dependencies forthe same executable. Shouldn't libifcoremdd.dll pull in libmmdd.dll instead of libmmd.dll?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
465 Views

I doubt it's a conflict, but I agree that it doesn't look right. Please report this to Intel Premier Support.

0 Kudos
Reply