63 lines
3.2 KiB
HTML
63 lines
3.2 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
|
|
<META NAME="Generator" CONTENT="Microsoft Word 97">
|
|
<TITLE>CHS IME</TITLE>
|
|
</HEAD>
|
|
<BODY TEXT="#000000" LINK="#0000ff" VLINK="#800080" BGCOLOR="#ffffff" leftmargin="8">
|
|
|
|
<FONT FACE="Verdana"><H2><A NAME="MYSAMPLE">Simplified Chinese IME</A> </H2>
|
|
<P><span style="color:#FF0000">[This is preliminary documentation and subject to change.]</span> </P>
|
|
<H3>SUMMARY</H3>
|
|
</FONT><FONT FACE="Verdana" SIZE=2><P>This folder includes the source code for WINGB IME, which is based on China industry standard Quwei and Guobiao code. This same IME is also bundled in simplified Chinese Windows® 95, Windows® 98, and Windows NT®/Windows® 2000. Refer to the source code to develop your own IMEs for Windows 95, Windows 98, and Windows NT/Windows 2000. </P>
|
|
</FONT><FONT FACE="Verdana"><H3>BUILDING THE SAMPLE</H3>
|
|
</FONT><FONT FACE="Verdana" SIZE=2><P>You can use any language edition of Windows 2000 to build these samples. If you are using Windows 98 or Windows NT 4.0 as your build environment, please install simplified Chinese Windows 98 or Windows NT 4.0.</P>
|
|
<P>This sample works on both x86 and Alpha platforms, and the code is 64-bit compliant. The code builds properly with Microsoft Visual C® 6.0. To install the sample, copy it to the system directory.</P>
|
|
<B><P>Note</B>: In the Windows 95 DDK, the DDK IME header file is named Imm.h. The IME header file in the Platform SDK bears the same name, but contains different content. The Imm.h in the DDK includes APIs and data structures, which are not used for application development and so are not included in the SDK version. In this release, the DDK filename has been changed to Immdev.h. If you have old IMEs that need to build under the new DDK, please change your source code to use the new header filename. </P>
|
|
</FONT><FONT FACE="Verdana"><H3>RESOURCES</H3>
|
|
</FONT><FONT FACE="Verdana" SIZE=2><P>The IME documentation in the DDK is to be used for IME development. For information on development of IME-aware applications, see the IME documentation in the Platform SDK. </P>
|
|
</FONT><FONT FACE="Verdana"><H3>CODE TOUR</H3>
|
|
<H4>File Manifest</H4>
|
|
</FONT><U><PRE>File		Description
|
|
</U>
|
|
Sources The generic file for building the code sample
|
|
Init.c IME initialization code
|
|
Chcand.c Candidate string processing
|
|
Candui.c Candidate Window UI
|
|
Compose.c Composition string processing
|
|
Compui.c Composition Window UI
|
|
Data.c Softkey mapping data and other initialization data
|
|
Mmointor.c Multi-Monitor supports
|
|
Notify.c Processing notification message
|
|
Regword.c Dictionary word registration processing
|
|
Statusui.c Status window UI
|
|
Toascii.c ToAscii routing and key processing
|
|
Ui.c IME UI window maintenance
|
|
Uisubs.c IME UI window subroutines
|
|
Wingb.rc Resource file
|
|
Wingb.CHM Help file
|
|
|
|
|
|
<A HREF="#top"><FONT FACE="Verdana">Top of page</FONT></A><FONT FACE="Verdana">
|
|
</FONT>
|
|
</PRE>
|
|
<TABLE CELLSPACING=0 BORDER=0 WIDTH=624>
|
|
<TR><TD VALIGN="MIDDLE" BGCOLOR="#00ffff" HEIGHT=2>
|
|
<P></P>
|
|
<P> </P>
|
|
<P> </P>
|
|
<P> </TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
<PRE>
|
|
|
|
<FONT FACE="MS Sans Serif,Arial" SIZE=1>
|
|
© 1999 Microsoft Corporation</FONT><FONT FACE="Verdana">
|
|
</FONT>
|
|
|
|
|
|
|
|
</PRE></BODY>
|
|
</HTML>
|