Compiling Crypto++ in Microsoft Visual Studio 2019/2017 (with Cryptopp-PEM)

Step-by-step tutorial on how to use and compile Crypto with Cryptopp PEM Pack in Microsoft Visual Studio 2019 and 2017. The steps are just the same for both versions of MVS. Links used in the video: Cryptopp repo - Cryptopp-PEM repo - Cryptopp-PEM issue - Cryptopp main wiki - Cryptopp Visual Studio wiki - Cryptopp PEM Pack wiki - 00:00 Intro 00:40 Creating MVS project 1:25 Changing theme of MVS to dark 1:43 Getting source code that uses Crypto library 2:17 Downloading Crypto library 3:11 Downloading Cryptopp-PEM 3:55 Copying Cryptopp-PEM files into Crypto folder 4:25 Opening and compiling Crypto in MVS 5:57 Adding Cryptopp-PEM files to the solution 7:15 Build Crypto solution 9:05 C
Back to Top