Linker issues when installing Dear ImGui using vcpkg #6301
Replies: 4 comments 1 reply
-
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. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
I see thank you very much. Is there a way to disable one or the other please? I am suing premake and have external libraries e.g. boost. Could be that the external libraries causing this i.e. one linking with one and the other library linking with the other. Thanks very much. |
Beta Was this translation helpful? Give feedback.
-
Have you managed to find a solution? |
Beta Was this translation helpful? Give feedback.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions