View Full Version : LF V7.1 and Winteracter with VisualSudio .NET
Abacus
08-16-2005, 11:23 AM
How can I integrate Winteracter (V6.1) into the VisualStudio.NET IDE. I have installed the LF Fortran V7.1 (Enterprise) with the default WiSK, but I will use the whole capability of Winteracter.
Lahey Support
08-16-2005, 07:33 PM
To create a Winteracter project within Visual Studio you'll need to manually configure the project to link with the Winteracter libraries. To do so you'll need to configure the project Properties by:
Adding the following to the Fortran > Module/Include file paths > Search Path for Module Files field:
C:\Program Files\wint\lib.l9m
Adding the following to the Linker > General > Additional Library Directories:
C:\Program Files\wint\lib.l9m
Adding the following to the Linker > Command Line > Additional Options field:
-win -lib winter -lib comdlg32 -lib winmm -lib winspool -lib shell32 -lib opengl32 -lib glu32
An example project configured to link with Winteracter is included in the following post.
Winteracter example from Visual Studio (http://www.laheyforum.com/showthread.php?t=10452)
vBulletin® v3.6.8, Copyright ©2000-2012, Jelsoft Enterprises Ltd.