Hello,
I want to use a function from DLL which was developed in VC++. This function receive two parameters (SHORT data type) as hexadecimal numbers. I don't know how to pass the next sequence of characters "^XA,P,P,P,^FS" to this function, as one of parameters. I mean, how to convert this sequence as an array of hexadecimal numbers?
By the way, I can't pass the whole char sequence to this function. Instead, I have to pas char by char.
Thanks in advance
Mensud
I want to use a function from DLL which was developed in VC++. This function receive two parameters (SHORT data type) as hexadecimal numbers. I don't know how to pass the next sequence of characters "^XA,P,P,P,^FS" to this function, as one of parameters. I mean, how to convert this sequence as an array of hexadecimal numbers?
By the way, I can't pass the whole char sequence to this function. Instead, I have to pas char by char.
Thanks in advance
Mensud