Error while compiling the TGE
by Ironbelly Studios · in Torque Game Engine · 08/30/2006 (3:58 am) · 0 replies
Hi everybody
while compiling the TGE i got these errors
buildWad error LNK2019: unresolved external symbol _ImmAssociateContext@8 referenced in function "public: static void __cdecl Platform::enableKeyboardTranslation(void)" (?enableKeyboardTranslation@Platform@@SAXXZ)
buildWad error LNK2019: unresolved external symbol _ImmReleaseContext@8 referenced in function "public: static void __cdecl Input::activate(void)" (?activate@Input@@SAXXZ)
buildWad error LNK2019: unresolved external symbol _ImmGetContext@4 referenced in function "public: static void __cdecl Input::activate(void)" (?activate@Input@@SAXXZ)
buildWad fatal error LNK1120: 3 unresolved externals
can anyone please tell me about it and how to resolve it
i am using VC++.net for the purpose
help much appreciated
thanking you
while compiling the TGE i got these errors
buildWad error LNK2019: unresolved external symbol _ImmAssociateContext@8 referenced in function "public: static void __cdecl Platform::enableKeyboardTranslation(void)" (?enableKeyboardTranslation@Platform@@SAXXZ)
buildWad error LNK2019: unresolved external symbol _ImmReleaseContext@8 referenced in function "public: static void __cdecl Input::activate(void)" (?activate@Input@@SAXXZ)
buildWad error LNK2019: unresolved external symbol _ImmGetContext@4 referenced in function "public: static void __cdecl Input::activate(void)" (?activate@Input@@SAXXZ)
buildWad fatal error LNK1120: 3 unresolved externals
can anyone please tell me about it and how to resolve it
i am using VC++.net for the purpose
help much appreciated
thanking you
About the author