Since Windows 98 provides only minimal Unicode support, developers wishing to use Unicode generally develop the application as an ANSI binary, and convert to and from Unicode as necessary. This is fine for Windows 98, but means that when running on Windows NT the application misses out on much of the native Unicode support provided by Windows NT. This session covers a techinique to develop an application that runs as a pure Unicode application on Windows NT, and as an ANSI application with conversion on Windows 98, using the same binary files, that is, without using conditional compilation. We will explain the general design philosophy, show sample code, and demonstrate the running sample. We will also discuss pitfalls and issues to be aware of during implementation. |
When the world wants to talk, it speaks Unicode |
International Unicode Conferences are organized by Global Meeting Services, Inc., (GMS).
GMS is pleased to be able to offer the International Unicode Conferences under an exclusive
license granted by the Unicode Consortium. All responsibility for conference finances and
operations is borne by GMS. The independent conference board serves solely at the pleasure
of GMS and is composed of volunteers active in Unicode and in international software
development. All inquiries regarding International Unicode Conferences should be addressed
to info@global-conference.com. Unicode and the Unicode logo are registered trademarks of Unicode, Inc. Used with permission. 23 January 1999, Webmaster |