home *** CD-ROM | disk | FTP | other *** search
- Chinese Winodws SDKE README.TXT
- ===============================
-
- This document contains supplemental information to the Chinese Windows
- SDKE Reference Guide.
-
- *** Note: Chinese SDKE must be installed in the same directory as SDK, and
- the files in the SDKE will overwrite the files in the SDK with the same name.
- You can backup them if you would use the original SDK files afterwards.
-
- SDKE Content
- ------------
-
- README file :
- creadme.txt - this file
-
- Chinese Windows 3.1 Glossary :
- glossary.txt - Chinese Windows official glossary of terms
-
- INSTALL program :
- install.exe - SDKE installation program
- install.inf - SDKE installation script
-
- DEBUG files :
- \debug\gdi.exe - debug version of GDI
- \debug\gdi.sym - symbol file for debug GDI
- \debug\krnl286.exe - debug version of standard mode KERNEL
- \debug\krnl286.sym - symbol file for standard mode debug KERNEL
- \debug\krnl386.exe - debug version of 386 enhanced mode KERNEL
- \debug\krnl386.sym - symbol file for 386 enhanced mode debug KERNEL
- \debug\user.exe - debug version of USER
- \debug\user.sym - symbol file for debug USER
- \debug\mmsystem.dll - debug version of DLL of Multimedia System
- \debug\mmsystem.sym - symbol file for debug Multimedia System
- \debug\wifedpd.dll - WIFE DLL
- \debug\wifedpd.sym - symbol file for debug wifedpd.dll
-
- NODEBUG files
- \nodebug\gdi.sym - symbol file for GDI.EXE in retail product
- \nodebug\kernel.sym - symbol file for KERNEL.EXE in retail product
- \nodebug\krnl286.sym - symbol file for KRNL286.EXE in retail product
- \nodebug\krnl386.sym - symbol file for KRNL386.EXE in retail product
- \nodebug\user.sym - symbol file for USER.EXE in retail product
- \nodebug\mmsystem.sym - symbol file for Multimedia System in retail product
- \nodebug\wifedpd.sym - symbol file for wifedpd.dll in retail product
-
- LIBRARY :
- \wlib\libw.lib - Chinese Windows API import library
- \wlib\winnls.lib - WINNLS.DLL IMM API import library
- \wlib\oem_big5.lib - Character Code conversion API import library
-
- GUIGES :
- \cliptext\makefile - make file
- \cliptext\cliptext.c - C source file
- \cliptext\cliptext.def - module definition file
- \cliptext\cliptext.h - header include file
- \cliptext\cliptext.rc - resource file
-
- \editcntl\makefile - make file
- \editcntl\editcntl.c - C source file
- \editcntl\editcntl.def - module definition file
- \editcntl\editcntl.h - header include file
- \editcntl\editcntl.rc - resource file
-
- \editfile\makefile - make file
- \editfile\editfile.c - C source file
- \editfile\editfile.def - module definition file
- \editfile\editfile.h - header include file
- \editfile\editfile.rc - resource file
-
- SAMPLES :
- \showfont\cfont.c - C source file
- \showfont\makefile - make file
- \showfont\showfont.c - C source file
- \showfont\showfont.def - module definition file
- \showfont\showfont.h - header include file
- \showfont\showfont.rc - resource file
-
- \chelpex\chelpex.hlp - pre-built sample help file
- \chelpex\chelpex.hpj - make script
- \chelpex\chelpex.rtf - main help text generated by WinWord in RTF format
- \chelpex\chelpex.wri - instruction
- \chelpex\codec.bmp - bitmap file
- \chelpex\keys.rtf - help text generated by WinWord in RTF format
- \chelpex\max2icon.bmp - bitmap file
- \chelpex\mouse.bmp - bitmap file
- \chelpex\terms.rtf - help text generated by WinWord in RTF format
- \chelpex\winword.bmp - bitmap file
-
- \winime\makefile - sample input method editor make file
- \winime\winime.c - sample input method editor C source file
- \winime\dic.c - sample input method editor C source file
- \winime\imesub.c - sample input method editor C source file
- \winime\winime.def - sample input method editor module definition file
- \winime\winime.h - sample input method editor header file
- \winime\winime.rc - sample input method editor resource file
- \winime\winime.rcv - sample input method editor resource file
-
-
- INCLUDE FILES:
- \include\ime.h - IME common definitions include file
- \include\winnls.h - IMM API include file
- \include\windows.h - Chinese Windows main include file
- \include\windows.inc - Chinese Windows main include file
- \include\imestruc.h - Input Method Editor struct definitions.
- \include\oem_big5.h - Character Code conversion include files
- \include\version.h - Include file used in WINIME sample
- \include\common.ver - Include file used in WINIME sample
-
-
- REDISTRIBUTABLE COMPONENTS
- \redist\ver.twn - TAIWAN version of VER.DLL
- \redist\shell.twn - TAIWAN version of SHELL.DLL
- \redist\commdlg.twn - TAIWAN version of COMMDLG.DLL
- \redist\ddeml.twn - TAIWAN version of DDEML.DLL
-
-
- Building Sample Source Code
- ---------------------------
- With Microsoft C 5.1, use...
-
- make
-
- With Microsoft C 6.0 or C7.0/C++, use...
-
- nmake
-
- NOTE : if the memory is not enough, you may get the "out of heap" error message
- in the make process. You can try compiling the source files by directly typing
- the compiling instructions in the DOS prompt command, for example,in the sample
- SHOWFONT, you can type the following command in the DOS prompt:
-
- cl -nologo -c -G2sw -Zp -W3 -AS -Zid -Od showfont.c
-
- and then, type NMAKE to begin the make process and skip the large file
- compiling.
-
- To build CHELPEX.HLP, use...
-
- hc31 chelpex.hpj
-
-
-
- CHELPEX - Sample Chinese Help File
- ----------------------------------
- The sample Chinese help file (CHELPEX.HLP) included in the SDKE can
- be built by executing the following command:
-
- hc31 chelpex.hpj
-
-
- Chinese Windows Glossary
- ------------------------
- The glossary which was used in the production of Chinese Windows is
- included as part of the sample source code. In order to present
- the end user with a consistent interface, you are strongly encouraged
- to consult the glossary in the development of your application, and
- use the same translation for the same terminology, wherever possible.