-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile errors on MinGW #3183
Comments
I'll see if I can add a fix but you are supposedly to specify a value for |
Pushed a fix. Note that by default if you don't specify a windows version, MinGW is compiling with 0x503 aka "Windows Server 2003" so you'll be missing various features. |
Thank you! |
Version/Branch of Dear ImGui:
Version: 1.77 (WIP)
Branch: master
Back-end/Renderer/Compiler/OS
Back-ends: imgui_impl_win32.cpp + custom engine/back-end
Compiler: x86_64-w64-mingw32-c++.exe (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 8.1.0
Operating System: Windows
My Issue/Question:
imgui_impl_win32.cpp
fails to compile on MinGW/Windows with error at line 408:The text was updated successfully, but these errors were encountered: