TCHAR is char in ANSI mode and WCHAR in UNICODE mode (compile time modes). No need to convert TCHAR if your application was compiled in ANSI mode. Otherwise use WideCharToMultiByte() Win API function.
CharToOem() converts a string to OEM code (equipment char code). For example, in English World OEM == ANSI...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.