ImmGetConversionList always return 0 on win10 + vs2017

  • Thread starter Thread starter HanLCSS
  • Start date Start date
H

HanLCSS

Guest
I have a program build with vs2003 for winXP, then I want to upgrade it to vs2017 and run on win10
when I debug result value on ImmGetConversionList, it always return 0

hIMC = ImmGetContext(m_hWnd);

hKL = GetKeyboardLayout(0);

sprintf(szKanji,"%s", kanji);

dwSize = ImmGetConversionList(hKL, hIMC, szKanji, NULL, 0, GCL_REVERSECONVERSION);

so, function ImmGetConversionList still work on win10 or vs2017, or I wrong somewhere @@

Continue reading...
 

Similar threads

M
Replies
0
Views
268
Michael Varghese Thomas
M
M
Replies
0
Views
96
Mockingbird0
M
Back
Top