On Thursday, August 9, 2012 8:36:49 PM UTC-4, c0mputer-fr0d wrote:
>
> I can't seem to be able to use this library with msvc++
> I followed this tutorial. 
> http://www.codeproject.com/Articles/16388/Compiling-and-Integrating-Crypto-into-the-Microsof
> t
> 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.
>  
>
You appear to be building a managed module. Try *
http://www.codeproject.com/Articles/20075/RSA-Encryption-with-NET-2-0-Cryptography-Services
*<http://www.codeproject.com/Articles/20075/RSA-Encryption-with-NET-2-0-Cryptography-Services>
. 

-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.

Reply via email to