Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29280 Discussions

Help ? error LNK 2001: unresolved external symbol _for_check_mult_overflow

peakyue
Beginner
674 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
674 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
674 Views
Thanks a lot. Now my program works right.
Jerry
0 Kudos
Reply