On 03/03/2014 at 08:37, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R15
Platform: Mac ;
Language(s) : C++ ;
---------
I'm using an external package that has dynamic libraries.
On windows everything is working.
On Mac I can compile and link, but the plugin is not started.
Probably because the external libraries are not found.
When I put these external libraries in the same folder as the plugin dynamic library it does not work?
Where do I put or copy these external libraries, so cinema 4d knows where to find them?
What setting do I use in xcode to define the location of the libraries?