Hi all
I am developing an application using QT programming. I have to use system API for this i have to pass UniChar string to API but i have Char * string. How i can convert this char * to UniChar * . How i can convert the QString type string to UniChar * string??.
Thanks and Regards