Help need on the root cause of "unresolved external symbol" during compile #4690
Yuchenhenry
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Replies: 2 comments 2 replies
-
You are not linking with GLEW which was the default OpenGL loader used by the GL backend, but if you update to latest version we don’t need an OpenGL loader at all anymore. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Update your copy of dear imgui and this won’t be a problem either way.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can someone help me with this struggle? I have glfw3.lib and opengl32.lib included in my linker but the problem remains. Thank you very much. I am pretty new to ImGui and any suggestions are welcome!
Beta Was this translation helpful? Give feedback.
All reactions