compiling on Windows, using VS2019, getting fmt symbols error. #5796
Unanswered
meetrainier
asked this question in
Q&A
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am compiling Image.cpp from examples. I am compiling it as a console application in VS2019.
I am getting 7 undefined symbols error. They are related to fmt.
Is fmt only for arm architecture support? Is there a macro to disable it?
I created fmtd.lib by compiling code from
https://github.com/fmtlib/fmt/releases/download/9.1.0/fmt-9.1.0.zip
. Even after using this lib I am still getting link time symbol error.Beta Was this translation helpful? Give feedback.
All reactions