Re: Newbie Question, How to link in a third party LIB in VC 2005
- From: "William DePalo [MVP VC++]" <willd.no.spam@xxxxxxxx>
- Date: Mon, 13 Nov 2006 11:20:40 -0500
"ChrisD" <ChrisD@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:727161E7-E846-47E0-A201-A28A7E13CBF0@xxxxxxxxxxxxxxxx
I am tring to add a thirdpary LIB file into my CLR win Forms Application,
but
I cannot find anywhere to link in the file.
Where do you put LIB files in VC2005?
One way: put them in your project's source directory. Then from the menu
choose Project->Properties and click on Linker and Input. Add the name of
the library in the edit box labeled "Additional Dependencies".
If you'd rather put the library somewhere else then add the directory in the
"Additional Library Directories" edit box in the linker's General options.
Regards,
Will
.
- Prev by Date: VC++ 2005 and environment variables
- Next by Date: Re: VC++ 6.0 file -> open workspace... driving me nuts
- Previous by thread: VC++ 2005 and environment variables
- Next by thread: Re: VC++ 6.0 file -> open workspace... driving me nuts
- Index(es):
Loading