I'm working on a Project that utilizes CryptoPP, but I always get Linking Issues when I try to Compile my Code. Now I wanted to ask here If someone knows howto Link it Correctly.
I already tried:
- Downloading Crypto++
- Opening the SLN
Building cryptlib
Moving the cryptlib.lib to my project folder
- Including the Crypto++ header into my project
- Adding the cryptlib.lib to the header files.
I expect my project to fully compile and link, without errors and being able to run some AES just for testing.