Adding SOFA framework to Microsoft visual studio C++ #4084
Replies: 4 comments
-
I think you need to familiarize with the usual organization of a C++ project with dependencies. Your question does not seem to be related to SOFA itself, but to any dependency. Indeed, adding the |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I want to integrate SOFA framework libraries to my project in order to be able to perform simulation of deformable objects using physical models that are developped in sofa. How to add SOFA framework to MVSC++ ?
I added those directories to additional include directories in visual studio :
when I try to run this code to initialize and to ensure that the libraries added:
I get :
are there any way to add SOFA library to MVSC++
Best regards.
Beta Was this translation helpful? Give feedback.
All reactions