How to Build a Japanese NT 3.50 Application on US NT 3.50

Last reviewed: January 15, 1998
Article ID: Q126744
2.00 3.50 3.51 WINDOWS NT kbprg

The information in this article applies to:

  • Microsoft Win32 Software Development Kit (SDK) version 3.5 and 3.51
  • Microsoft Visual C++, 32-bit Edition, version 2.0
  • Microsoft Windows NT versions 3.5 and 3.51

Use the following steps to build a Japanese application on U.S. Windows NT version 3.5 using the English 32-bit Edition of Visual C++ version 2.0:

  1. Copy c_932.nls from your Japanese Windows NT version 3.5 CD or disks.

  2. Add c_932.nls to your English Windows NT version 3.5 system directory (for example, WINNT35\SYSTEM32.

  3. Using REGEDT32.EXE, search for "codepage" in the following registry subkey:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet

    Add this value:

    932 : REG_SZ : c_932.nls

  4. Add the "/C932" switch to the RC compiler option in the Project setting in the Microsoft Visual C++ IDE (Intergrated Development Environment).

Take similar steps if you want to use U.S. Windows NT version 3.5 as the development environment and build an application that requires a codepage that is not present on U.S. Windows NT version 3.5.


Additional reference words: 3.50 3.51 msvcj setlocale language
KBCategory: kbprg
KBSubcategory: KBIntlDev
Keywords : KBIntlDev kbprg
Version : 2.00 3.50 3.51
Platform : NT WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: January 15, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.