Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Dll files

nitha
Beginner
340 Views
i am new to fortran.
for my project , i hv to write progran using fortran.
to reduce time and so... , dll file hv to be created with fortran.
i tried many time but failed.
anyone could u explain how to create dll file?
if u have any sample programe it would be good for me.

nitha
0 Kudos
1 Reply
Steven_L_Intel1
Employee
340 Views
Are you using Intel Visual Fortran? If so, create a new project in Visual Studio. Under Project Types, select Intel Fortran > Library. Click on "Dynamic Link Library with sample code". Change the project name if you want and then click OK.

You will now have a complete DLL project that you can build.

There are also several sample programs provided with DLLs.
0 Kudos
Reply