Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello everyone What is the defference about _T("abc") and "abc"? Thank you. -Freehawk
_T("abc") translate "abc" to unicode on unicode builds and remain "abc" on non unicode builds, see tchar.h hope that helps, regards
As well as the above reply, you can also read this[^] article for a more detailed explanation (and other vital info on strings).
I Dream of Absolute Zero