- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've written a few Fortrans DLLs which are referenced from a VB application.
Fortran 6.6 and VB 6.0 on XP.
The application works fine on the creating PC after I make the VB executeable.
When I move the executeable and the DLLs to another XP PC and place them in the appropriate directory - I get a run-time error '53': Can't find file. - when I execute the code referencing the DLLs.
The file snytax is correct. What am I missing ?
Thank you,
Cliff Phares
EI.DuPont in Orange TX
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Usually, a DLL created by Fortran depents on different other DLLs. If you want to know which DLLs are required by your own DLL, then go to the DOS command line, change to the folder where your DLL is located and type the following:
dumpbin nameofyourdll.dll /dependents
Greetings
Urs
dumpbin nameofyourdll.dll /dependents
Greetings
Urs

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