Hey everyone,

I'm working on a small project which uses Crypto++ (cause I know how to
use it).
For ease of use (range based loops :) ) I've chosen to use VS2015 on my
Windows 7 HP SP1 Laptop.

Now I'm facing two problems:

 1. If I use the current git download (loaded it today) I can't build
    Debug|x86 as it tells me that Debug and NDebug are both defined at
    the same time. Every other configuration works (didn't try the DLL
    based ones).
 2. If I use either the plain 5.6.2 or the current git source I get a
    few linker errors:
     1.

        cryptlib.lib(sha.obj) : error LNK2001: unresolved external symbol 
X86_SHA256_HashBlocks

     2.

        cryptlib.lib(integer.obj) : error LNK2001: unresolved external symbol 
Baseline_Add

     3.

        cryptlib.lib(integer.obj) : error LNK2001: unresolved external symbol 
Baseline_Sub

     4.

        cryptlib.lib(rijndael.obj) : error LNK2001: unresolved external symbol 
Rijndael_Enc_AdvancedProcessBlocks

Those seem to be located in the cryptlib project missing some internal
calls (the above functions) as otherwise the object files would point to
my files.
Note: I'm only relying on AutoSeededRandomPool, RandomNumberGenerator,
Integer and SHA1. AutoSeededRandomPool by itself requires AES.

BR

JPM

-- 
-- 
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.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to