[cryptopp-users] this simple sample does not compile

2018-05-14 Thread anteus4
I cannot use your library without compilation errors when using mingw. I am compiling this sample sample #include "sha.h" #include "filters.h" #include "base64.h" std::string SHA256HashString(std::string aString){ std::string digest; CryptoPP::SHA256 hash;

[cryptopp-users] Re: this simple sample does not compile

2018-05-14 Thread anteus4
2018. május 14., hétfő 14:35:22 UTC+2 időpontban Jeffrey Walton a következőt írta: > > > > On Monday, May 14, 2018 at 2:28:06 AM UTC-4, ant...@gmail.com wrote: >> >> I cannot use your library without compilation errors when using mingw. I >> am compiling this sample sample >> >> #include

[cryptopp-users] Re: this simple sample does not compile

2018-05-14 Thread anteus4
ok It works. now. Thank you. 2018. május 14., hétfő 20:40:06 UTC+2 időpontban Jeffrey Walton a következőt írta: > > > > On Monday, May 14, 2018 at 8:42:30 AM UTC-4, ant...@gmail.com wrote: >> >> >> >> 2018. május 14., hétfő 14:35:22 UTC+2 időpontban Jeffrey Walton a >> következőt írta: >>>