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

Linking in Release mode

Intel_C_Intel
Employee
426 Views
I installed the 8.1 compiler and all is fine (i think) in debug mode. I cannot link in release mode, however. I get unresolved externals from the libifcoremt.lib:
___mb_cur_max
__pctype
___argv
___argc
The solution is a mixed C++, C, and Fortran program in Visual Studio 2003.Net
Any help? I have tried playing around with the project settings, including
Thank You,
Lynn

0 Kudos
1 Reply
Steven_L_Intel1
Employee
426 Views
You need to make sure that the Libraries settings are the same in Fortran as they are for C++. If you are using libifcoremt, that suggests you selected "Multithreaded". Select the same for C++.
I would urge you to use Premier Support to report problems, as we can help you better through that venue.
0 Kudos
Reply