I am trying to compile a simple test of the blowfish example for a 64
bit build. I am using visual studio 2010 ultimate. I created the lib
file with 64 bit settings, and then I goto compile my test program and
I get this

1>cryptlib.lib(sha.obj) : error LNK2001: unresolved external symbol
X86_SHA256_HashBlocks
1>cryptlib.lib(rijndael.obj) : error LNK2001: unresolved external
symbol Rijndael_Enc_AdvancedProcessBlocks
1>cryptlib.lib(integer.obj) : error LNK2001: unresolved external
symbol Baseline_Add
1>cryptlib.lib(integer.obj) : error LNK2001: unresolved external
symbol Baseline_Sub

I saw an old post  
http://www.mail-archive.com/[email protected]/msg05139.html
that was never resolved. I am having that issue.

The build works fine on a 32 bit build, but 64 bit build is not
working correctly. Any suggestions?

-- 
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