I am getting linker errors lnk2001. i am very new to vs2008 and not sure how to make my prog work with cryptopp library. know how to link it? instruction so i don't get that undefined symbols stuff?
Asked
Active
Viewed 560 times
0
-
Please paste the exact error. It sounds like you're using the include files, but not linking to the lib. – Brian R. Bondy Feb 14 '10 at 03:58
-
i will post the error message. but you are 100% correct i am not linking to the crytopp library reason being that i don't know how to make vs2008 uses the library. so, is there a way to make vs2008 point to the cryptopp lib?? – djones2010 Feb 14 '10 at 05:35
-
@user248247 - check this: http://stackoverflow.com/questions/1114914/add-library-to-visual-studio-2008-c-project – Manuel Feb 14 '10 at 07:55
-
@djones2010 : See [.lib Files as Linker Input](http://msdn.microsoft.com/en-us/library/ba1z7822(VS.90).aspx) – ildjarn Nov 21 '11 at 20:44
1 Answers
0
creating and using static libs in VS2008 http://msdn.microsoft.com/en-us/library/ms235627%28v=VS.90%29.aspx
something similar with DLLs http://msdn.microsoft.com/en-us/library/ms235636%28v=VS.90%29.aspx

fduff
- 3,671
- 2
- 30
- 39