by Conan » Jun 29, 2004 @ 8:48pm
You have to use the TEXT("") and all the _T macros while using the TCHAR stuff to make your code compile & run on both PC & PocketPC. Using these features allows ascii on pc & unicode on PPC without doing any extra work. Why don't you want to use the TEXT("") approach
What is Best in Life ?