THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 09/10/2005 at 13:23, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.503
Platform: Mac OSX ;
Language(s) : C++ ;
---------
Hi,
For the last year or so, I have been working on plugins for Cinema 4D in COFFEE. Recently though, I finally decided that I would need the libraries and extra flexability that C++ offers. I am reasonably new to programming all together and have very little experience with c++, but right now, this is the least of my worries.
I first tried to open the R8.5 sdk in xcode – little success, many errors. I then installed our only version of codewarrior: CodeWarrior IDE 4.0. This could a least open the projects, and after I located the api and realized its purpose, I added it to the access paths. I eventually eliminated all the errors exept for this:
link error: undefined c4d_main (descriptor)
I did find the name c4d_main in the link setting for the target and tried other possible names I could find, but nothing worked.
After experimenting with all the settings, I got a copy of the C4D 6.3 sdk, which had a CodeWarrior 5.3 project, but c4d showed no sign of reading its files in OS 9 or 10.4. This lead me to try the 7.3 sdk (I had heard that C4D R8 could use R7 plugins), but none of the examples from this showed up in C4D either. I have thought of getting an academic copy of codewarrior 9 (I'm a student), but I've seen many problems with that on this forum also. I also tried to find a demo of C4D 6.3 to see if I could at least get something to work. At school, I'm on a schedual to have a rigid body dynamics simulater almost complete in 2-3 months, and I'd rather not have to go back to COFFEE to do it.
Anything that anyone can offer to get me up and coding (possibly in Xcode??) would be greatly appreciated.