- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
You will now have a complete DLL project that you can build.
There are also several sample programs provided with DLLs.

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