Replies: 1 comment
-
I see this probably wasn't the place to post this, and other people are already discussing it. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I get the following error with the current version f768c96. I "fixed" it by commenting out the assert on that line. I get the same error with "v3.0", too. This is building with cmake and
MSBuild version 17.14.14+a129329f1 for .NET Framework
. Have I missed something? Or is this a real fault? It does work if I bypass that one error (I've fixed the example to work with recent versions.)C:\<snip>\cmake-fetchcontent-tutorial-code\build\_deps\imgui-sfml-src\imgui-SFML.cpp(956,5): error C2678: binary '!=': no operator found which takes a left-hand operand of type 'ImTextureRef' (or there is no acceptable conversion) [C:\<snip>\cmake-fetchcontent-tutorial-code\build\_deps\imgui-sfml-build\ImGui-SFML.vcxproj]
Beta Was this translation helpful? Give feedback.
All reactions