Severity Code Description Project File Line Suppression State Details
Error C2665 'ImGui::ImageButton': no overloaded function could convert all the argument types SFMLGame C:\Users\tri99er\source\repos\SFMLGame\imgui\imgui-SFML.cpp 1024
Severity Code Description Project File Line Suppression State Details
Error C2665 'ImGui::ImageButton': no overloaded function could convert all the argument types SFMLGame C:\Users\tri99er\source\repos\SFMLGame\imgui\imgui-SFML.cpp 1041
Severity Code Description Project File Line Suppression State Details
Error C2665 'ImGui::ImageButton': no overloaded function could convert all the argument types SFMLGame C:\Users\tri99er\source\repos\SFMLGame\imgui\imgui-SFML.cpp 1075
I keep getting compiler errors in library code:
Versions: SFML: 2.5.1 ImGui: 1.91.1 ImGui-SFML: 2.6
Using Visual Studio.