If I want my application's character set to be neutral (as opposed
to strictly ANSI or UNICODE), I'm aware of the declaration of
TCHARs instead of CHARs and using functions such as _tcscat
instead of strcat, what else would I have to do for the
preprocessor exactly to be able to switch between an ANSI
and a UNICODE build?
Thanks




Reply With Quote