PBCRYPT.dll provided in Runtime package of 2019 R3 is not working. And this DLL is taking precedence over our existing dll. Please let us know the resolution for this.
This is our existing declaration and call to a function of this DLL
Declaration:
FUNCTION long Sec_3DesCryptApi(string input, long len, ref string output) LIBRARY "pbCrypt.DLL" alias for "Sec_3DesCryptApi;Ansi";
Call:
This.Sec_3DesCryptApi(as_password, ll_len, ref ls_password_output)
Error:
PFA DecyptionError.PNG