- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hello
I am Using Visual Studio-2015 i want to procedure to generate DLL file form the fortran source code could you help procedure to generate DLL file
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Create the project in Visual Studio and specify that it is of type Library > Dynamic Link Library. Make sure that you have added ATTRIBUTES DLLEXPORT directives in any procedures to be visible to users of the DLL.

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