PDA

View Full Version : Using existing libraries


R. T. (Fortran Man)
08-14-2003, 08:12 PM
How do I add an existing library to an LF project in Visual Studio so that it is found when linking?

Lahey Support
08-14-2003, 08:14 PM
To add an existing library to the link command select the Properties icon when the project name is highlighted in the Solution Explorer. From here add the library name to the linker command line in the Linker/Command Line section of the properties dialog. If the library is not in the same directory as the source, add its location to the Additional Library Directories field in the Linker/General section of the properties dialog.