Compiling for MAC
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 17/09/2003 at 10:57, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.100
Platform: Windows ; Mac ;
Language(s) : C++ ;---------
What do I need to compile code for a Mac? I have a plugin that I want users in the Mac environment to be able to use.
Nate -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 18/09/2003 at 11:02, xxxxxxxx wrote:
You need to make a PowerPC shared library. The latest Cinema4d has the api under Resource/_api_lib and Resource/_api. There is a sample project under Plugins, and there is a code warrior project named cinema4dsdk.mcp (or maybe just cinema4dsdk). The easiest way is to copy that project to where you want to develop and go from there.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 18/09/2003 at 15:32, xxxxxxxx wrote:
Sorry I wasn't clear. I mean what software. Can I get anything that will cross compile from a Windows machine. Thank for the reply!