Japanese Dictionary Compiler (Windows CE 5.0)
Pocket IME 2.0 provides a dictionary compiler that converts formatted text files into binary IME dictionary files. To create a dictionary file, you need to create a dictionary source file and then convert it to the Pocket IME dictionary file format.
The following dictionary compiler files are required to create an add-on dictionary:
- Make100.exe
- Maketrie.exe
- Disp100.exe
- Imejpps.dic
The compiler files are located in %_WINCEROOT%\Public\Common\Oak\Drivers\Imejpp\Dicmake\Bin.
To convert a source file into a dictionary file, open a command prompt, and run the MAKE100.exe by specifying the path to the source as well as the source file name as shown in the following example.
MAKE100 [drive:][path]filename
MAKE100 addon.txt
Make100.exe creates the dictionary file in the folder from which the compiler is launched. Make100.exe removes the file extension from the name of the source file (.txt in the above example) and replaces it with the .dic extension to generate the dictionary file.
See Also
Japanese Pocket IME | Japanese Pocket IME Architecture | Japanese Pocket IME UI Code | Multiple Dictionary Support for Japanese | User Dictionary for Japanese | Registry Settings for Conversion Candidates | Japanese Pocket IME Interfaces | Using the IImeIPoint2 Interface
Send Feedback on this topic to the authors