user246520
user246520

Reputation: 33

Crypto++ Version 5.6.0

anyone used the latest version of cryptopp. i think its 5.6.0. I have a solution working in unix. but in windows I am stuck. Anyone here already using cryptopp 5.6 in vs2008 could you please give very specific instructions on how you compiled this? i have also posted in the cryptopp user groups for an answer. There are some instructions but for vs 6.0 and not the version i am using. So, I am not sure how to proceed.

The errors are as follows: error: lnk2005 already defined in cryptlib(iterhash.obj) (cryptlib.obj)

Upvotes: 3

Views: 479

Answers (1)

Billy ONeal
Billy ONeal

Reputation: 106609

All I did was open the cryptest.sln file and tell it to build.

EDIT: Visual Studio did have to convert from VS2005 format but it compiles and runs just fine.

Upvotes: 1

Related Questions