I manage to solve the link errors only after having the following
project configurations:

Library Added: cryptopp.lib (v5.2.3) and cryptlib.lib (v5.4)
Ignore Specific Library: libcmtd.lib
Linker Command Line: /FORCE:MULITPLE

However, it does not seems to be very right that I am using libraries
from different version.  My application requires FIPS conformance.
Anyone know how I can resolve this?

On Feb 8, 11:00 am, "cleohm" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am currently using the crypto++ library within an application
> created using VS2005 C++ and I have the LNK2001 errors.  However, I
> have another static library that perform the same thing and have no
> problems.  I also tried converting the application to a static library
> and it works.  Any idea why?  I need that to be an application.
>
> Regards
>
> cleohm


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [EMAIL PROTECTED]
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
-~----------~----~----~----~------~----~------~--~---

Reply via email to