Errors when calling ImGui::ShowDemoWindow(); #5348
PolymorphicAgent
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Replies: 1 comment 1 reply
-
Undefined references mean you aren't linking the compiled object files containing those functions. You'll find ample references about this on the internet. Once you manage to compile and link, you'll find calling |
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
-
I am completely new to GUI's within C++, as all of my programs so far have been using STDIN and STDOUT. I do, however have a couple of years' experience coding in C++.
That being said, When I attempt to compile my program:
With the command:
I get the following error:
Am I supposed to be adding certain compiler flags, or am I just making a stupidly obvious mistake?
Beta Was this translation helpful? Give feedback.
All reactions