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
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.
For more complete information about compiler optimizations, see our Optimization Notice.