SetNewWindowDefaultPos and some others (probably all deprecated) #5560
heysokam
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Replies: 1 comment
-
Search for those names in the codebase you’ll find mentions in the API BREAKING CHANGES section in imgui.cpp |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I'm trying to compile the demo at:
https://github.com/RandyGaul/qu3e
I haven't tested their compiling, because I never used CMake, and don't know how to use it. So its easier for me to just compile with the latest libraries and my usual toolchain instead, (SCons and gcc on linux, if that's important)
But the demo is using some really old implementation of imgui, and I don't know how to update it so that It can be built with the latest versions (first time user of imgui)
These are the problematic lines that I can see at the moment (there might be more, but the LSP shows these):
I cannot find them in <imgui.h>, or none of the other included files from that one. Not even commented out.
How can I figure out if they were deprecated, or if I'm just missing some extra header?
Beta Was this translation helpful? Give feedback.
All reactions