(solved) Assertion failed: strcmp(version, "1.85 WIP") == 0 && "Mismatched version string!" #4893
rosidae
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Replies: 2 comments
-
It turns out vs wasn't detecting the right ImGui, it was detecting a git clone instead of the vcpkg version therefore causing a mismatch. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is exactly what this assertion is for, detect when you are including a .h that doesn't match the compiled version. |
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
-
I get the error
Assertion failed: strcmp(version, "1.85 WIP") == 0 && "Mismatched version string!"
when I build with Visual Studio C++I have installed imgui by running "vcpkg install imgui:x86-windows"
I am using d3d9 with ImGui
Help is appreciated
Beta Was this translation helpful? Give feedback.
All reactions