- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi All,
I would like to know if there is a way to read all the names of the exported functions in a DLL using FORTRAN.
thanks,
Juan
I would like to know if there is a way to read all the names of the exported functions in a DLL using FORTRAN.
I have seen some C code that would do it but before going that route I would like to know
if there are routines in FORTRAN that c
an help with this task.thanks,
Juan
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
From the documentation:
Checking the DLL Symbol Export Table
To make sure that everything that you want to be visible shows up in the export table, look at the export information of an existing DLL file by using QuickView in the Windows Explorer File menu or the following DUMPBIN command:
DUMPBIN /exports file.dll
------
Wendy

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