I have figured out how to transelate from UNICODE to char by using the strtol() macro...
my problem is now I have to transelate from char to UNICODE any ideas out there???
Thanks
Rick
Printable View
I have figured out how to transelate from UNICODE to char by using the strtol() macro...
my problem is now I have to transelate from char to UNICODE any ideas out there???
Thanks
Rick
I have figured out how to transelate from UNICODE to char by using the strtol() macro...
my problem is now I have to transelate from char to UNICODE any ideas out there???
Thanks
Rick
The two functions for converting between regular and UNICODE strings are MultiByteToWideChar() and WideCharToMultiByte(). Look at the help for more information on these functions.
-- Matt