GXEnableIme

void GXEnableIme();

Remarks

Call this function from your InitInstance method to enable enhanced support for the Japanese Windows95 IME Window.

If you would like to enable your application for IME/Windows, the following steps are necessary:

a) Insert

GX_IMPLEMENT_IME()

in your application class .CPP file.

b) Insert

GXEnableIme();

into your InitInstance method.

c) Change the Project Settings. Open Link and enter

imm32.lib

in the object library/modules edit box.

Macros

 Class Overview |  Class Members