SFML / imgui-sfml

Dear ImGui backend for use with SFML
MIT License
1.13k stars 169 forks source link

Compiler errors in library code #294

Closed TRI99ERED closed 2 weeks ago

TRI99ERED commented 3 weeks ago

I keep getting compiler errors in library code:

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

Versions: SFML: 2.5.1 ImGui: 1.91.1 ImGui-SFML: 2.6

Using Visual Studio.

eXpl0it3r commented 2 weeks ago

Cross-post on the forum