Can't find symbol ImGui_ImplGlfw_InitForOpenGL during linking #7746
Rex109
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions