I'm using gDLL->logMsg to print messages to a log to help find a crash. And the message is actually a TCHAR. So I have a function that returns an int, and I want that returned int to be printed to a log. How do I turn that int into a TCHAR so the gDLL->logMsg function will log it?
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.