THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 13/12/2006 at 11:08, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.6
Platform: Mac ; Mac OSX ;
Language(s) : C++ ;
---------
Hi,
ok, I have tried now to compile my plugin code with XCodes latest version with the 9.6 API. I followed exactly the instructions described in the SDK documentation but I get a massive amount of errors when trying to build.
I have 10000+ errors! It´s not that only my code has errors (weird errors!) but also general functions like op->GetPoint() for a point object give me an error saying that PointObject does not have a member named GetPoint() and similar. So, absolutely nonsense, the list is full of such things. This makes me think that the api libs are not yet built?
Anybody an idea what the problem may be? Maybe the API project must be build first? But how is that done? Sorry, I am still new to XCode and MAC. I thought this would be done automatically by XCode (prebuilding the dependencies if necessary). Or maybe it did already? I have no clue.
Any help appreciated. It´s weird!