Hi Peter.
#10 in MSEncDec is the first hurdle in MSEncDec. Oh, dear. I have had a pile of such messages during development but none that early.
You didn't get a #10 in crGetDefaultRSAHandle so the CSP was accepted. I forgot to change the Title in Macro SysErrMsg to MSEncDec.exe for the source code and MSEncDec.dll in the library so I cannot tell which one you are getting the message from. Having said that I have %CALG_SHA_256 'hard wired' in the dll so it looks like you are getting the message in the source code. Am I on the button?
#10 in MSEncDEc is got from
Have you changed that %CALG_SHA_256?
#10 in MSEncDec is the first hurdle in MSEncDec. Oh, dear. I have had a pile of such messages during development but none that early.

You didn't get a #10 in crGetDefaultRSAHandle so the CSP was accepted. I forgot to change the Title in Macro SysErrMsg to MSEncDec.exe for the source code and MSEncDec.dll in the library so I cannot tell which one you are getting the message from. Having said that I have %CALG_SHA_256 'hard wired' in the dll so it looks like you are getting the message in the source code. Am I on the button?
#10 in MSEncDEc is got from
Code:
If CryptCreateHash( hProv, %CALG_SHA_256, 0, 0, hHash ) = %False Then WinErr = GetLastError : SysErrMsg( "CryptCreateHash", 10 ) Function = "" GoTo TidyUp Else
Comment