- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a fortran dll which is called from VB.6 via a C# wrapper (which provides COM functionality) and works fine on my machine -- actually my machines, 3 seperate computers.
I have other older Fortan Dll's (in the process of rewriting and replacing the older code) and as such, during installation of the main program we run the runtime self-installer ( VFRUN66BI ). When the dll is called, I see the following error:
"Unable to load SVD.dll. The specified module could not be found."
Guessing that I was missing an appropriate runtime or similar file (based on searching these post) I used a depends program to identify
I have other older Fortan Dll's (in the process of rewriting and replacing the older code) and as such, during installation of the main program we run the runtime self-installer ( VFRUN66BI ). When the dll is called, I see the following error:
"Unable to load SVD.dll. The specified module could not be found."
Guessing that I was missing an appropriate runtime or similar file (based on searching these post) I used a depends program to identify
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
continued (oops - sorry about that)
to identify libifcoremd.dll on my development machine and missing from the workstations. Placing that file (it doesn't register to the Windows registry) in either the System32 folder or directly in the path of the main exe & fortran dll did not change the message at all.
I think that I have included any/all relevant information. Can anyone (Steve - haha) give me any pointers?
Thanks,
Michael
to identify libifcoremd.dll on my development machine and missing from the workstations. Placing that file (it doesn't register to the Windows registry) in either the System32 folder or directly in the path of the main exe & fortran dll did not change the message at all.
I think that I have included any/all relevant information. Can anyone (Steve - haha) give me any pointers?
Thanks,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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