Hello I'm quite a noob with linking in windows and linux (I'm a C# programmer)
I have included:
#include <windows.security.cryptography.h>
because I want to use RSA sign. but when I compile I get a linking error:
ERROR LNK 2019: reference to the external symbol __imp__CryptDecodeObjectEx@32 not resolved...
I'm using Visual Studio 2015 and I hope to not get errors on Linux :)