1.88 error: "'DC': undeclared identifier" in imgui.cpp #6195
ItsNovaAndCrap
started this conversation in
New Users Build/Link/Run issues ONLY!
Replies: 3 comments 4 replies
|
Sorry this doesn't constitute a viable support request, you are providing zero context. |
0 replies
|
sry, i am trying to create a game engine with thecherno's tutorial. I currently just started implementing imgui and got that error when I tried to build. |
1 reply
|
Gotcha I am building for x64 platforms. and here are the lines that the errors are coming from: 3839 | for (int i = 0; i < DC.Layouts.Data.Size; i++)
3841 | ImGuiLayout* layout = (ImGuiLayout*)DC.Layouts.Data[i].val_p;as for the build system, i'm using the default one that comes with visual studio 2022 (msvc) |
3 replies
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.
Whenever I try to build, it says that DC isn't declared! I am using TheCherno's fork of ImGui, I would make an issue over there but it doesn't have an issues or discussions page! I am using ImGui 1.88.
All reactions