Closed farter546 closed 2 years ago
main.cpp:(.text+0x7b): undefined reference toImGui::DebugCheckVersionAndDataLayout(char const*, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int)' collect2.exe: error: ld returned 1 exit status Makefile:8: recipe for target 'output' failed mingw32-make: *** [output] Error 1`
main.cpp:(.text+0x7b): undefined reference to
get this error when i try to compile with IMGUI_CHECKVERSION(); in my src im using glfw if that matters
main.cpp:(.text+0x7b): undefined reference to
ImGui::DebugCheckVersionAndDataLayout(char const*, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int)' collect2.exe: error: ld returned 1 exit status Makefile:8: recipe for target 'output' failed mingw32-make: *** [output] Error 1`get this error when i try to compile with IMGUI_CHECKVERSION(); in my src im using glfw if that matters