Software Archive
Read-only legacy content
17061 Discussions

Procedure entry point error message

cainlord
Beginner
525 Views
When running my program I get the following error message under F90 6.5 :

"the procedure entry point __msportlib_d_fseek_i8 could not be located in the dynamic link library DFORMD.DLL"

Under version 6.6A I don't receive this error message . This occurs under Windows NT and 2000. Any Ideas towards correcting the problem without upgrading to 6.6A (would take awhile for my end users to have this version).
0 Kudos
3 Replies
Steven_L_Intel1
Employee
525 Views
Download and run VFRUN66AI.EXE on the end user machines. This will install the 6.6A run-time DLLs only.

Steve
0 Kudos
cainlord
Beginner
525 Views
So there is no way around this other than installing new DLLs?
0 Kudos
Steven_L_Intel1
Employee
525 Views
Not if you are linked against the DLL form of the run-time library. If your program is an EXE, you can select Single-threaded as the library type, and then you'll link to the static library and not be dependent on the DLL.

Steve
0 Kudos
Reply