Hi, 

I'd like to build and use Crypto++ on Windows (64bit).

So far I used VisualStudio 2012 to compile Crypto++ 5.6.5 to generate the 
static libary cryptlib.lib. According to the output, this should have 
completed successfully.
I set up a simple project in VistualSutio 2012 (I used this AES encryption 
code 
<http://stackoverflow.com/questions/12306956/example-of-aes-using-crypto/12307096#12307096>),
 
included the header files and gave a refrences to the cryptlib.lib file.

However, when compiling errors of the following form appear:
"error LNK2001: unresolved external symbol ""protected: virtual void 
__thiscall CryptoPP::CBC_Decryption::ResizeBuffers(void)" 
(?ResizeBuffers@CBC_Decryption@CryptoPP@@MAEXXZ)". "

Does this mean that definitions / implemenations for some header files are 
missing? Does more than the *cryptlib.lib* file have to be included?
Or can you maybe spot a mistake in how I set up the project / created the 
cryptlib.lib 
file?

I gave a detailed step-by-step instruction of what I did in this github 
issue <https://github.com/weidai11/cryptopp/issues/390>.

It would be great if someone could help me.

Best regards

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to cryptopp-users-unsubscr...@googlegroups.com.
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 cryptopp-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to