Can anyone help me with this problem. I am converting a VB program to Delphi. The program accesses a DLL to get a session handle. It is necessary to pass a password, which I have, made up of Hex Bytes.
The problem is with Delphi Char($C) returns '#$C'. In VB Char$(&HC) returns a different symbol for the control code. Delphi returns the correct characters and symbols for all the other bytes as they are greater than Hex20 I guess.
Thanks in advance.