How to convert string to TCHAR* in VC++ ?
Thanks.
I resolved it using (TCHAR*)str.c_str()
(TCHAR*)str.c_str()
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!