ocornut / imgui

Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
MIT License
59.6k stars 10.15k forks source link

impossible to compile a directx12 or any other example on windows 11, vs code, mingw, gcc for windows installed. does someone manage to launch the example_win32_directx12 for instance ? #7431

Closed ACIXCIX0001 closed 6 months ago

ACIXCIX0001 commented 6 months ago

Version/Branch of Dear ImGui:

docker

Back-ends:

imgui_impl_XXX.cpp + imgui_impl_XXX.cpp

Compiler, OS:

windows 11, gcc for windows

Full config/build information:

No response

Details:

impossible to compile a directx12 or any other example, on windows 11, vs code, mingw, gcc for windows installed. does someone manage to launch the example_win32_directx12 for instance ?

Screenshots/Video:

Screenshot 2024-03-23 061829

Minimal, Complete and Verifiable Example code:

// Here's some code anyone can copy and paste to reproduce your issue
ImGui::Begin("Example Bug");
MoreCodeToExplainMyIssue();
ImGui::End();
ACIXCIX0001 commented 6 months ago

image same thing happens but different terminal errors output when transferring all the headers in the same directory.