framework versus lib - coin3d/coin GitHub Wiki
You are here: Home → Documentation → Mac information page → Coin3D/Mac FAQ → General questions → framework versus lib
What's this thing about frameworks, really? I thought Coin was a shared library?
Frameworks are a central concept to Mac OS X, packing a dynamic shared library with the necessary resources for this library, like header files, images, and documentation. You can link against a framework by using the "-framework" compiler option. Please refer to the Apple developer documentation for more information about frameworks.