High-Speed Digitizers

cancel
Showing results for 
Search instead for 
Did you mean: 

Calling crypt32.dll function"System_Security_Cryptography_MD5CryptoServiceProvider__Create" returns error

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;
 }

0 Kudos
Message 1 of 2
(5,505 Views)

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.

Systems Engineer
SISU
0 Kudos
Message 2 of 2
(5,498 Views)