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