http://bugs.winehq.org/show_bug.cgi?id=28798
--- Comment #4 from allistar.m@gmail.com 2011-10-26 17:29:21 CDT --- I have spoken to the developer of the application about this and here is the code that is throwing that error:
if (!CryptImportKey(hCryptProv, pbPrivateKey, 595, 0, 0, &hKey)) { // Error strEncryptedFile.Format( _T(" Importation Error %x Contact Support."), GetLastError() ); MessageBox( strEncryptedFile ); return 1; }
Is there any reason why this works on Windows but not under Wine?