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

Problems mixing Visual Fortran 6.5 and Visual C++ 6

rcampbell1979
Beginner
554 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