THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 18/03/2004 at 18:08, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.5
Platform: Mac OSX ;
Language(s) : C.O.F.F.E.E ;
---------
Howdy,
OK, I've purchased the additional Mac Classic liscense for Codewarrior 9, and tried to compile the SDK and got these errors:
1. Exception specification list mismatch c4d_memory.h line 36 void operator delete(void *p);
2. Exception specification list mismatch c4d_memory.h line 37 void operator delete[](void *p);
3. Exception specification list mismatch c4d_memory.h line 52 {
4. Exception specification list mismatch c4d_memory.h line 61 {
5. could not find or load the file "_api_v8_mac_rel.lib" for target "CINEMA4D SDK (Final)" for project "cinema3dsdk.prj".
And these Warnings:
1. Deleting a void pointer is undefined c4d_memory.cpp line 72 delete p;
2. Deleting a void pointer is undefined c4d_memory.cpp line 77 delete[] p;
I searched my hardrive for the "_api_v8_mac_rel.lib" file but I don't seem to have it. I noticed in the project window there is also another file listed called "_api_v8_mac_deb.lib" which is also not on my hardrive. I reinstalled from the updater CD but those files are still not there.
Are the missing files the reason for the errors?
Adios,
Cactus Dan