I am doing Imgui setup on DevC++. I took all the header and CPP files in imGui and added them to my Dev c++ project. Assigned the path to find them in the include directories.
When I try to compile i am getting following errors: undefined reference to ImmGetContext' imgui.cpp:(.text+0x22d7b): undefined reference to ImmSetCompositionWindow' imgui.cpp:(.text+0x22d8b): undefined reference to `ImmReleaseContext'
Please help me with the setup.
Thank you.