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

Problems mixing Visual Fortran 6.5 and Visual C++ 6

rcampbell1979
Beginner
514 Views
I am trying to call a Fortran subroutine from a .cpp main program using an example called NODILL provided by the Compaq sample programs in which the Fortran and C++ code are built together in the same project. When I add a
#include 
to the program, I get this error. . .
libcpd.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol __CrtDbgReport.
Are there any ideas on what may be the problem or how to resolve it?
0 Kudos
0 Replies
Reply