I have a programme that uses code contained in a LIB file. At the moment I can only get the programme to compile if I physically copy the LIB file into my project using the solution explorer of the IDE. I have tried removing the LIB file from my project and setting an additional library directory containing the LIB file in the Linker options. I imagine that I must also provide the name of the LIB file in the Linker's options but cannot see where to do this. Is this what I should be doing and if so, how should I do this? I am using VC++ Express.
Thanks for your reply. I would rather paste the LIB file into the project than copy files into the VC installation and system directories. There must be a way to use the Linker to accomplish this.