Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Debug DLL inconsistency?

kenhagin
Beginner
480 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
480 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