I display a console from a mfc application and all the text passed into the console screen are ugly
Either TCHAR* or char* displays the texts salaciously (:eek: I am learning to write difficult english :D).
Thank you
Printable View
I display a console from a mfc application and all the text passed into the console screen are ugly
Either TCHAR* or char* displays the texts salaciously (:eek: I am learning to write difficult english :D).
Thank you
I'm only guessing, but perhaps you need to set the locale to match your OS.