Silverfrost Forums

Welcome to our forums

Specifying link options under VS.NET ?

20 Nov 2006 6:09 #1296

Hello everybody,

I want to use a DLL from a FTN95 program that I created under VS.NET2003. The problem is that I don't know how to specify that the linker should use the myDLL.lib file. I tried to simply add this file in the 'extra linker options' field of the project properties, but the linker stills has unresolved symbols.

What is the correct way to specify additional lib files for the linker ?

Many thanks,

       Axel
20 Nov 2006 9:14 #1300

Axel

Try adding it as a DLL to the project 'References' in the 'Solution' or 'Project' explorer window (depending on whether you are using Visual Studio or Plato).

Please login to reply.