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

Compiler error

sarosh
Beginner
315 Views
I'm working with a mixed language program in which I have a C++ program calling Fortran Modules. I'm using Visual C++ 6.0 and CVF 6.6.
When I try compiling this, I receive the following errors after adding dfor.lib to Project Settings -> Link -> General -> Object/Library modules:
Linking...
Creating library Release/FDS.lib and object Release/FDS.exp
dfor.lib(for_init.obj) : error LNK2001: unresolved external symbol __pxcptinfoptrs
dfor.lib(for_m_qqs.obj) : error LNK2001: unresolved external symbol _errno
dfor.lib(for_portlib.obj) : error LNK2001: unresolved external symbol _errno
Release/FDS.dll : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
FDS.dll - 4 error(s), 0 warning(s)
Does anyone know why this happens?
Thanks!
Sarosh
0 Kudos
1 Reply
Steven_L_Intel1
Employee
315 Views
See here.
0 Kudos
Reply