04-08-2014 03:39 AM - edited 04-08-2014 03:47 AM
Calling crypt32.dll function "System_Security_Cryptography_MD5CryptoServiceProvider__Create" returns error
When distributing the exe application to target computer (windows XP service pack 2).
I verified crypt32.dll and also mscorlib exist on target computer and still the function returnes error (only on target computer, in developement environment it works fine)
what am i missing here?
code section:
error=System_Security_Cryptography_MD5CryptoServiceProvider__Create(&hasher,0);
if (error!=0)
{
Fmt(sMsg,"%s<Error - %i\n\nPlease verify .NET installation\n");
MessagePopup ("Verify Error",sMsg);
return 0;
}
04-08-2014 10:36 AM
How is this related to National Instruments Hardware or Software? Seems like your doing just strait C code, so you might be in the wrong forum.