- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Could someone tell me how does compile+link a fortran program that needs to be linked to the IMSL 5.0 libraries using intel fortran 8.0 inside visual studio net 2003?
Thanks.
David Halpern
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here's what I did:
1. Create a console IVF project and using imslmp.f90 in the VNI examples/.../validate folder.
Add the line:
include 'link_f90_dll.h' after implicit none.
Put a pause before the end program statement to keep the console from closing within the IDE when the app has run.
2. From Tools/Options/Intel Fortran, add
C:Program FilesVNICTT5.0libintel32
and
C:Program FilesVNICTT5.0includeIntel32
C:Program FilesVNICTT5.0includeIntel32_s
to the Project Directories.
That's a start.
HTH,
Gerry T.
1. Create a console IVF project and using imslmp.f90 in the VNI examples/.../validate folder.
Add the line:
include 'link_f90_dll.h' after implicit none.
Put a pause before the end program statement to keep the console from closing within the IDE when the app has run.
2. From Tools/Options/Intel Fortran, add
C:Program FilesVNICTT5.0libintel32
and
C:Program FilesVNICTT5.0includeIntel32
C:Program FilesVNICTT5.0includeIntel32_s
to the Project Directories.
That's a start.
HTH,
Gerry T.

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