Issue with linking backends when using Vcpkg #6345
nairaner
started this conversation in
New Users Build/Link/Run issues ONLY!
Replies: 0 comments
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.
I'm trying to start using backends provided by vcpkg to simplify dependency upgrade process.
I started by adding backends in vcpkg manifest and deleting old backends from project
[vcpkg.json]
Project builds, but there is issue with linking:
So I tried finding if library build correctly, because ImGui still linked correctly, only backends failed to link.
When using verbose linking, to get library used to link i got expected path to vcpkg
But the imguid.lib contains all the required symbols and right next the ones it used for the rest of the project which are working
[content of imguid.lib/1.txt]
Using:
I looked for related issues, but all were related to loading GL and are irrelevant, especially in case of glfw link issue
All reactions