Is anyone able to compile and run the following example with mingw-w64?
https://msdn.microsoft.com/en-us/library/windows/desktop/aa379945(v=vs.85).aspx

It compiled for me, but complains at runtime about
CryptGetDefaultProviderA missing entry point.

It seems like mingw-64 defines the import lib for -lcrypt32, but this
function is actually defined in advapi32 .
------------------------------------------------------------------------------
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to