View Full Version : Using Lahey IMSL with Visual Studio .NET
R. T. (Fortran Man)
08-15-2003, 08:15 PM
How do I use the Lahey IMSL Fortran 90 MP Library with a Visual Studio .NET Fortran Win32 project?
Lahey Support
08-15-2003, 08:19 PM
The easiest way is to add the contents of the LF95.fig file installed with the Lahey IMSL product to the LF95.fig file in the Fortran 95 Bin folder (typically \Program Files\Lahey-Fujitsu Fortran\v7.0\Win32\Bin).
Alternatively:
Open the project's property pages (Project > Properties).
In the left pane, select Configuration Properties > Fortran > Command Line
In the Additional Options textbox, enter:
@C:\IMSL40\LF95.fig
(your IMSL installation directory may be different)
In the left pane, select Configuration Properties > Fortran > Module/Include file
In the Search Path for Module Files, enter:
C:\IMSL40\Include\LF95
(your IMSL installation directory may be different)
In the left pane, select Configuration Properties > Linker > Command Line
In the Additional Options textbox, enter:
@C:\IMSL40\LF95.fig
vBulletin® v3.6.8, Copyright ©2000-2012, Jelsoft Enterprises Ltd.