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