Some PROC's aren't defined. #8118
tbpaksoy
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Replies: 1 comment 8 replies
-
I don't think you can include both glew.h and imgui_impl_opengl3.cpp implementation (which embed its own OpenGL loader) in the same compilation unit, because both will define the same function names. They will need to be built in separate compilation units. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello when I attempt to complie my code with clang++ I am having this :
My code is :
and my build task in VS Code is :
How can I solve this ? Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions