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]
PC game development