Replies: 1 comment
-
Solved my own question. In Qt I needed to add the following line to the
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm building a very basic Windows application using bit7z, but I'm running into a linker error. I downloaded the latest VC2019 version of bit7z, and I've added it to my project. I'm also building my program using QtCreator, which builds using the VC2019 compiler.
If I comment out the BitArchiveReader line, it builds just fine. Uncommented, I get the following errors:
Beta Was this translation helpful? Give feedback.
All reactions