|
schrieb:
I'm new to using VC++ and need to find out how to add a .lib file to my
project. I read a post somewhere else that said to use Project ->
Propertirs->Linker->Input->EntryPoint to add it. When I click the
elipses, I do not have a way to copy the .lib file. Can anyone help?
Not EntryPoint, but "Additional Dependencies".
However, you should ask in a newsgroup where Visual Studio is on topic:
http://www.parashift.com/c++-faq-lite/how-to-post.html#faq-5.9
In this group, we discuss the C++ language only.
--
Thomas
http://www.netmeister.org/news/learn2quote.html
.
|