On 1/15/2010 16:22, Kusanagi Kouichi wrote:
- imc = ImmGetContext(hwEdit);
- if (!imc)
- {
- trace("ImmGetContext failed.\n");
- DestroyWindow(hwEdit);
- return;
- }
Hi.
A minor correction needed here - should be win_skip(), not just trace() with something like "not implemented", not just failed.