I can't seem to be able to use this library with msvc++
but it didn't work I tried adding all the neccesary headers to my project for using the sha256 hash function and that didn't work either.
1>c:\users\Jack\cryptlib.h(290): error C3641: 'CryptoPP::NameValuePairs::ThrowIfTypeMismatch' : invalid calling convention '__cdecl ' for function compiled with /clr:pure or /clr:safe
1>c:\users\jack\misc.h(263): error C3861: '_BitScanForward': identifier not found
1>c:\users\jack\misc.h(494): error C3861: '__stosb': identifier not found
these are just a few of the errors I get.