Debugging wchar_t in VC6.0
-
Is there any way to display the actual characters in the debugger windows when using wchar_t characters and strings? Right now, I can only get it to display the unsigned short values. Man Learns from History that he never learns from History
-
Is there any way to display the actual characters in the debugger windows when using wchar_t characters and strings? Right now, I can only get it to display the unsigned short values. Man Learns from History that he never learns from History
Select Tools | Options from the menu, and pick the Debug tab. Make sure 'Display unicode strings' is checked.
-
Select Tools | Options from the menu, and pick the Debug tab. Make sure 'Display unicode strings' is checked.
Thanks!! Man Learns from History that he never learns from History