MDF Application & Library Version 2.3 #107
Replies: 2 comments 1 reply
-
|
can i use the cpp lib with msvc2019 x64? |
Beta Was this translation helpful? Give feedback.
-
|
@nealwang123 The mdflib.exe is just an installation kit mainly intended for the MDF related executables. If you want to include the library into your application, I recommend that you clone the GitHub repository and build it. It's gives you a better maintainability in the long run but this is a minor problem. The preferred way to build is to use the CMAKE application but there also exist VC Studio project files (.sln/.vcxproj). The latter is dependent on VC 2022 Studio but it's not the end of the world to create for the 2019 Studio. The main problem is that the mdflib is dependent on 2 third-party libraries, expat and zlib. These libraries are either built by the VCPKG package manager or manually. If you not sticking to the VCPKG, you have to do its work manually. There exist a GitHub repository (ihedvall/components) that have most of the batch files needed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This release is a minor release. The following major changes have been done.
This discussion was created from the release MDF Application & Library Version 2.3.
Beta Was this translation helpful? Give feedback.
All reactions