How to use libredwg on VisualStudio2022(windows x64)? #798
Unanswered
BoTan-sudo
asked this question in
Q&A
Replies: 1 comment
-
You cannot use the pre built releases with VS2019/2022, you have to build it yourself from source. I just did it and it works. |
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
-
Hi, I want to use the libredwg in VisualStudio2022. I downloaded the libredwg-0.12.5.6027-win64.zip and extracted it. And the header file DIR and library file DIR are configured in visual studio 2022, here is my configure.
image1.
image2.
image3.
and here is my helloworld code:
when I click the "rebuild" , the VisualStudio2022 report Error " LNK1107 invalid or corrupt file: cannot read at 0x4A8 in libredwg-0.dll "
How do I get this? Please help and guide on how to use the libredwg on VisualStudio2022.
Beta Was this translation helpful? Give feedback.
All reactions