You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I tried to include your project into mine, I couldn't compile it since you used std::shared_ptr without including the memory header (I have no idea if it's because you used C++17 and that I'm using C++23) so I just took the headers and put them into my project to fix them manually and after I got it working, when I enter commands, nothing appears and when I try to click any of the checkboxes (autoscroll and autowrap) or if I try to select any of the log level options, it doesn't do anything
I used the ImGui docking branch.
when I tried to include your project into mine, I couldn't compile it since you used std::shared_ptr without including the memory header (I have no idea if it's because you used C++17 and that I'm using C++23) so I just took the headers and put them into my project to fix them manually and after I got it working, when I enter commands, nothing appears and when I try to click any of the checkboxes (autoscroll and autowrap) or if I try to select any of the log level options, it doesn't do anything
I used the ImGui docking branch.
The main loop
the Command class
each commands are defined in a separate C++ file
The text was updated successfully, but these errors were encountered: