Windows users

vanvanero

Level-1
Beiträge
24
Reaktionspunkte
0
Zuviel Werbung?
-> Hier kostenlos registrieren
I have a question about using libnodave with windows. For the programs to compile, I have to include the libnodave.lib file in the project settings. I can do this, but my question is, do I have to do this every time I start up C++? I save my files after i'm done but when I close down Visual C++ and open it later, the program gives me the same errors and I have to include it again. I just wish there was a way to include it in the project for good. Thank you all.

Van
 
No, normally you have to do this just one.
Perhaps you save only a single .cpp file and not the whole project?
 
I go to:

Project...
Settings...
Link...

under Object/library modules, I enter the directory of the file. Then I press ok. Am I missing something?
 
Just go to project properties -> Configuration properties -> Linker.
Goto to ->General and set the "Additional Library directories" to point to your lib file directory.

Perhaps it depends on your Version of visual studio, perhaps you should ask in a Visual Studio forum...
 
Zuviel Werbung?
-> Hier kostenlos registrieren
Thank you, I have found the issue. I was opening the single file, instead of opening the whole workspace. When I do that, the lib file is always included. Thanks

vanvan
 
Zurück
Oben