G
Guest
This is the error
IMEWindow error LNK2019: unresolved external symbol _ImmGetContext@4 referenced in function "long __stdcall WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProc@@YGJPAUHWND__@@IIJ@Z
This is the code
case WM_IME_SETCONTEXT
ime_hwnd = ImmGetDefaultIMEWnd(hWnd)
hIMC = ImmGetContext(hWnd)
I know the Imm32.lib is in the VcInstallDir\platformsdk\lib. And the project is linking to that directory. Yet, it is failing to resolve!? Need hel
IMEWindow error LNK2019: unresolved external symbol _ImmGetContext@4 referenced in function "long __stdcall WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProc@@YGJPAUHWND__@@IIJ@Z
This is the code
case WM_IME_SETCONTEXT
ime_hwnd = ImmGetDefaultIMEWnd(hWnd)
hIMC = ImmGetContext(hWnd)
I know the Imm32.lib is in the VcInstallDir\platformsdk\lib. And the project is linking to that directory. Yet, it is failing to resolve!? Need hel