| -----Original Message----- | From: Matt Cruickshank [mailto:[EMAIL PROTECTED] | Sent: Friday, June 06, 2003 2:52 PM | To: [EMAIL PROTECTED] | Subject: Link Problem | | | I'm currently writing a wireless authentication simulation | program in VS.NET 2003 and am trying to integrate | Cyrpto++ 5.1 with it. | ... I am having a hard time importing the required crypto++ | files correctly. I'm fairly new to C++ and very new to Crypto++ | and thought that maybe someone on here with | more experience could help me out. | | I have all the files stored in the same directory (Crypto++ | and my project), and have tried to mimick what was done in | the test.cpp of the Crypto++ package.
Hi Matt, This is geared towards VC6.0, but see if it helps: http://www.codeguru.com/algorithms/dirtypad.html It addresses the LINK2005 error, and getting the headers on path. Note that you may have to punt if you are using a 3rd party STL. I was never able to get Crypto++ (buit with Dinkumware's STL), to compile an SDI APP that used M$'s templates. I had to rebuild Wei's library using M$'s code to get a successful link. Jeff
