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.

Fortran and MFC

tkhandan
Beginner
590 Views
Hello,
I created an MFC application with calls to FORTRAN subroutines using Compaq Visual Fortran V6.6. Project settings call for Multithreaded DLL run time libraries for FOrtran and C/C++ Code generation. The executable works fine in my pc but when copied to another pc, the error message says missing file "DOFRMD.DLL". I am not sure if I am posting this the correct forum, but any help would be greatly appreciated.
Thanks,
Khandan
0 Kudos
1 Reply
tonyjay68
Beginner
590 Views

You need to distribute this DLL, it is the Digital fortran (sic) run time libray for multithreaded compilation.

Its quite normal for users not to have it (I think it gets installed in the system dir when you install the compiler)

I just distribute the one from

C:Program FilesMicrosoft Visual StudioDF98REDIST

which seems logical
in IVF I seem to require 3 DLLS (at least one is CVF compatibility)
Tony
0 Kudos
Reply