how to use lib3mf with C++ in Visual Studio?
sadsaadsd opened this issue · 3 comments
Hello, I'm very fortunate to be able to use the open-source library lib3mf. Unfortunately, I don't know how to use this library. Could you please provide some instructions on how to use this library with C++ in Visual Studio? I would greatly appreciate it!
Hey @sadsaadsd,
Have you looked through the examples in https://github.com/3MFConsortium/lib3mf/tree/master/SDK/Examples/Cpp ?
It shows how you can integrate lib3mf inside Visual studio (Through CMake).
We will also have lib3mf as a VCPKG in near future. You can follow #342 if you want to stay up to date with developments.
If you need more assistance, feel free to elaborate on your issue here and explain what you have tried.
Vijai
Thank you very much for your help,I'm going to learn how to use CMake next.
I will close the issue then.