thennequin / ImWindow

Window and GUI system based on Dear ImGui from OCornut
MIT License
828 stars 119 forks source link

Undefined Identifier ImGuiState #16

Closed JoshParker11 closed 6 years ago

JoshParker11 commented 6 years ago

Hi there, got everything to build fine expect the last couple of errors which have to do with ImGuiState not being defined, Is it a problem with the version of ImGui im using, I'm pretty sure I have all of the newest stuff? Thank you!

image

image

thennequin commented 6 years ago

ImWindow use ImGui with the version 1.48, you probably updated your ImGui to a newer version. If you want to use the last version of ImGui, try the branch Issue7, but this branch is not merged with the lasts master commit.

JoshParker11 commented 6 years ago

Thank you very much, that was the solution! Awesome Addon!

thennequin commented 6 years ago

Ok, so I close the issue.