I want to implement AES encryption/decryption in visual studio (C++). I have gone through Compiling and Integrating Crypto++ into the Microsoft Visual C++ Environment + Running Sample program.
I have followed all the steps mentioned there and try to build the application but i got the LINKER ERRORS while compiling, below link is the reference for ERRORS I'm facing in the application.
https://www.dropbox.com/sh/32ajyx0vc6391q0/AACRYndRpbKynntADFgZUdXYa?dl=0
Can any one please let me know the solution for this error?
Thanks