- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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).
"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).
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Download and run VFRUN66AI.EXE on the end user machines. This will install the 6.6A run-time DLLs only.
Steve
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So there is no way around this other than installing new DLLs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Steve

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page