
Posted:
Jul 13, 2005 @ 4:33pm
by Conan
Hi Rich, you can do even better by using all the _T macros so you can get one piece of code which works on either PC ASCII or PPC unicode. This just leaves file paths which need ifdef's
eg: _tcsncpy, _itot, TCHAR str1[]=TEXT("something")[/code]

Posted:
Jul 13, 2005 @ 4:38pm
by Crayfish
Thats neat, Thanks Conan.