Replies: 1 comment 14 replies
-
quickcpplib and outcome are header only libraries. It would be useful if you did post the unresolved externals. Usually it is due to using a different C++ standard in the final binary than was used to build the libraries. |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When building a project that incorporates llfio on Windows, I have the project setup to link against the import libraries that were included, llfio and ntkernel-error-category, but when I attempt to build, during the link phase I get 2 unresolved externals. The names are well decorated, so I won't paste them here, but one appears to be from quickcpplib and the other from outcome. I don't see either import libraries or dlls for these in the llfio pre-built download, and I don't see them available in their root projects either.
Beta Was this translation helpful? Give feedback.
All reactions