1.88 error: "'DC': undeclared identifier" in imgui.cpp #6195
Replies: 3 comments 4 replies
-
Sorry this doesn't constitute a viable support request, you are providing zero context. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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) |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions