Linker issues when installing Dear ImGui using vcpkg #6301
MacQuant
started this conversation in
New Users Build/Link/Run issues ONLY!
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. |
0 replies
|
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. |
0 replies
|
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. |
0 replies
|
Have you managed to find a solution? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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?
All reactions