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

program dependent on the 'for_errsns_load' function of libifcoremd.dll

gao_l_
Beginner
352 Views

Dear Sir,

I am using Intel FORTRAN v18.0.1.156[IA-32]

I have a project that has set the runtime library to Multithreaded instead of Multithreaded DLL in visual studio.

But the generated executable always depends on the 'for_errsns_load' function of libifcoremd.dll.

What can I do to make it independent of libifcoremd? Can you help me?

Thanks

0 Kudos
1 Reply
andrew_4619
Honored Contributor II
352 Views

You would be better showing the build options you are using form a buildlog file. There are several options that prevent static build for example any parallel option,

 

 

0 Kudos
Reply