imgui_toggle icon indicating copy to clipboard operation
imgui_toggle copied to clipboard

Support dock branch?

Open straywriter opened this issue 10 months ago • 1 comments

[3/14] Compile [x64] imgui_toggle.cpp (0:01.37 at +0:00) 11>imgui.h(2148): Error C2027 : use of undefined type 'ImGuiDockNodeSettings' 11>imgui_internal.h(147): Reference C2027 : see declaration of 'ImGuiDockNodeSettings' 11>imgui.h(2148): Reference C2027 : the template instantiation context (the oldest one first) is 11>imgui_internal.h(1981): Reference C2027 : see reference to class template instantiation 'ImVector<ImGuiDockNodeSettings>' being compiled 11>imgui.h(2148): Reference C2027 : while compiling class template member function 'ImVector<ImGuiDockNodeSettings> &ImVector<ImGuiDockNodeSettings>::operator =(const ImVector<ImGuiDockNodeSettings> &)' 11>imgui_internal.h(1984): Reference C2027 : see the first reference to 'ImVector<ImGuiDockNodeSettings>::operator =' in 'ImGuiDockContext::operator ='

straywriter avatar Feb 11 '25 11:02 straywriter

Hey @straywriter, could you try and get me a little more context about this?

I use the docking branch locally (and did so when I developed this), so it certainly should work. That said, I'm a bit behind from the head, so I don't know if something has possibly changed?

nitz avatar Feb 21 '25 15:02 nitz