rodrigofarias77
17-07-2007 19:37:17
I don't know if I have made something wrong, but I am getting fatal error LNK1104: cannot open file 'QuickGUI_d.lib' when I try to compile the version 0.9.5 of QuickGUIDemo on VisualStudio 2005 SP1. Do you have some tip?
Regards
Rodrigo
kungfoomasta
17-07-2007 22:05:46
Sounds like a linker error, it cannot find QuickGUI_d.lib.
To view your Additional Library Directories, right click on your project in the Solution Explorer, and select
Properties.
Navigate to: Configuration Properties -> Linker -> General
In the
Additional Library Directories field, make sure you have set a path to the location of QuickGUI_d.lib.
You can also view what libs your project requires by looking at the
Additional Dependencies field, in
Configuration Properties -> Linker -> Input
Another important project setting can be found at
Configuration Properties -> C/C++ -> General : Additional Include Directories
This field needs to have paths that lead to the header files of all the libs the project links to.
Hope this fixes your problem.
rodrigofarias77
19-07-2007 14:30:16
Actually, I am working on Visual C++ 2005 Express. I will try the Visual Studio 2005 to see if the error persists. Thank you again, kungfoomasta.
Regards
Rodrigo