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

libifcoremd vs libifcorert

philippe_bernier
Beginner
279 Views

Hi Guys,

I am compiling a fortran library with a C++ DLL. I am using the Multi-threaded DLL option in my fortran project. My C++ part is also Multi-threaded. My problem is that if I look at the dependency of the resulting DLL, I see a dependency to LIBIFCORERT instead of LIBIFCOREMD or I see both fortran runtime libs as dependency...

What am-I missing ?

Thank you

Philippe

 

0 Kudos
1 Reply
Steven_L_Intel1
Employee
279 Views

You have at least some Fortran file compiled with /libs:dll but not /threads. You might also have the C project specifying libifcorert.lib to link against.

0 Kudos
Reply