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

Help ? error LNK 2001: unresolved external symbol _for_check_mult_overflow

peakyue
Beginner
669 Views
Hi All,
This is the problem when I link my source code with sci.lib (my own lib) under CVF 6.5. Although I found a similar message in the archives here, I am still confused with my case.
My projectis specifed as fortran console application and under the link tab of Project Settings libraries modules are kernel32.lib and sci.lib only.
Does anyone have ideas about this? Your input is appreciated.
Jerry
0 Kudos
2 Replies
Steven_L_Intel1
Employee
669 Views
You have code that was built with CVF 6.6, but are linking it against 6.5. Recompile with 6.5 or upgrade to 6.6C and rebuild.
0 Kudos
peakyue
Beginner
669 Views
Thanks a lot. Now my program works right.
Jerry
0 Kudos
Reply