Can't find symbol ImGui_ImplGlfw_InitForOpenGL during linking #7746
Rex109
started this conversation in
New Users Build/Link/Run issues ONLY!
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello everyone, i recently started developing my own 3d engine but i'm having a huge problem linking my project all together with ImGui. The solution is divided in 3 projects, one for glfw, one for the engine and one for the game (all referenced together)
This is the error i'm getting:
NK2019 unresolved external symbol "bool __cdecl ImGui_ImplGlfw_InitForOpenGL(class GLFWwindow *,bool)" ( ImGui_ImplGlfw_InitForOpenGL@@YA_NPEAVGLFWwindow@@_N@Z)
If i remove ImGui_ImplGlfw_InitForOpenGL from my application main it compiles just fine even with ImGui_ImplOpenGL3_Init afterwards.
All reactions