Page 1 of 1

Pocket PC string/memory handling

PostPosted: Jun 29, 2004 @ 8:04pm
by stickyfingers

PostPosted: Jun 29, 2004 @ 8:48pm
by Conan
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

PostPosted: Jun 29, 2004 @ 9:22pm
by Dan East

PostPosted: Jun 29, 2004 @ 9:23pm
by stickyfingers

PostPosted: Jun 29, 2004 @ 9:29pm
by Dan East

PostPosted: Jun 29, 2004 @ 9:31pm
by stickyfingers