Closed MacQuant closed 1 year ago
I read online this might have to do with binding (Glad/Glfw) but not sure what exactly (might be un-related) here. I am doubting if even vcpkg supports Dear ImGui.
It's a problem with Visual Studio standard libraries version mismatching, you seem to be linking with both MSVCRT and MSVCRTD. Not a problem specific to Dear ImGui, and probably equally unrelated to Glad or GLFW.
I have installed Dear ImGui using vcpkg by running the below command:
vcpkg install imgui[core,dx12-binding,win32-binding]:x64-windows
However I am getting the below many link errors that I don’t understand when building this:
Errors:
I am using VS-C++20-64bits. Could you please help me?