Re: [cryptopp-users] Hashing, encrypting, basically everything failing to build, except AES::DEFAULT_KEYLENGTH print to the console

2018-05-01 Thread zavodnyrichard
Actually I don't think problem is in CMake but somewhere between the linking process (when running msbuild cryptopp-test.sln) or building the library. Can you confirm that building the library this way: download CryptoPP source code (from website) -> open cryptest.sln -> Retarget solution (to

Re: [cryptopp-users] Hashing, encrypting, basically everything failing to build, except AES::DEFAULT_KEYLENGTH print to the console

2018-05-01 Thread Jeffrey Walton
On Tue, May 1, 2018 at 8:19 AM, wrote: > Firstly asked at: https://github.com/weidai11/cryptopp/issues/651 > > > As the title says, everything failing to build. I have this code (below), > and I'm not able to build it (logs below the code). I use CMake to create > the

[cryptopp-users] Hashing, encrypting, basically everything failing to build, except AES::DEFAULT_KEYLENGTH print to the console

2018-05-01 Thread zavodnyrichard
Firstly asked at: https://github.com/weidai11/cryptopp/issues/651 As the title says, everything failing to build. I have this code (below), and I'm not able to build it (logs below the code). I use CMake to create the Visual Studio solution file. I also tried version 6.1.0 and 6.0.0, same