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

Help with VC call IMSL

Deleted_U_Intel
Employee
337 Views

I tried to IMSL routines in VC. I used following statements to include Fortran library:

#pragma comment (lib, "dformd")
#pragma comment (lib, "imsl")
#pragma comment (lib, "imsls_err")

Everything was OK. But when I runed the application, it poped up an error message dialog saying: A required .DLL file, DFORMD.DLL was not found, and the execution failed. After I copied this DLL file to windowssystem or current directory, it runs good.

I already linked DFORMD.LIB, why the DLL is needed? Can anybody tell me how to avoid using the DLL file? Thanks.
 

0 Kudos
1 Reply
Deleted_U_Intel
Employee
337 Views

Sorry, I forgot to tell the environment:
VC6 and CVF6.5 in Windows98.

0 Kudos
Reply