I have downloaded vtk and now I want to call it in my code in visual studio. How do I add the vtk library so I could call it easily.
Asked
Active
Viewed 151 times
0
-
Maybe follow their [instructions](https://vtk.org/Wiki/VTK/Building/VisualStudio)?? – πάντα ῥεῖ Oct 14 '21 at 12:50
-
I suggest you read this [document](https://learn.microsoft.com/en-us/cpp/build/walkthrough-creating-and-using-a-dynamic-link-library-cpp?view=msvc-160), the second half of this document describes how to add a library to your project. – Yujian Yao - MSFT Oct 15 '21 at 06:35