- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What is the default directory path when there are readfile statements in fortran dll created.
I get error of "Filed to open xxxx file for reading" even if the files are there in same directory where dll is located.
Regards,
Pradeep
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If it is a DLL, you must be calling it by running an .EXE first, so the file you need to
access should probably be in the same directory as the .EXE that calls the DLL (or calls a DLL that calls the DLL in question).

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