Skip to content

framework versus lib

Volker Enderlein edited this page Dec 25, 2019 · 1 revision

You are here: HomeDocumentationMac information pageCoin3D/Mac FAQGeneral 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.

Clone this wiki locally