Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
Important Update: Community Platform Migration​. Learn more​>

Generate Dll File

suresh1986
Beginner
1,643 Views

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

0 Kudos
1 Reply
Steve_Lionel
Honored Contributor III
1,632 Views

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.

0 Kudos
Reply