-
Notifications
You must be signed in to change notification settings - Fork 108
inventor versus coin
Volker Enderlein edited this page Dec 25, 2019
·
1 revision
You are here: Home → Documentation → Mac information page → Coin3D/Mac FAQ → General questions → inventor versus coin
The rules for using frameworks include that the include paths must be <Frameworkname/myheader.h>. Since all Open Inventor includes are of the form #include <Inventor/xxx.h>, the framework has to be called Inventor.framework as well. (Otherwise, you would have to rewrite all your existing Open Inventor code to use <Coin/xxx.h> instead.