THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 23/12/2004 at 19:19, xxxxxxxx wrote:
Howdy,
OK, I checked the settings and they look the same as the 8.5 project. So, I tried compiling just the api by itself first and I only got these errors:
c:\Program Files\MAXON\CINEMA_4D_R8\Resource\_api\c4d_string.h(103) : error C2501: 'UFF' : missing storage-class or type specifiers
c:\Program Files\MAXON\CINEMA_4D_R8\Resource\_api\c4d_string.h(103) : error C2143: syntax error : missing ';' before '--'
c:\Program Files\MAXON\CINEMA_4D_R8\Resource\_api\c4d_gv\c4d_graphview.h(612) : error C2198: 'GvCalcError (__cdecl * )(void *,GvValueID,const void *const ,const void *const ,void *,LONG,GvValueFlags,Real)' : too few arguments for call through pointer-to-function
c:\Program Files\MAXON\CINEMA_4D_R8\Resource\_api\c4d_gv\c4d_graphview.h(620) : error C2198: 'GvCalcError (__cdecl * )(void *,GvValueID,const void *const ,const void *const ,void *,LONG,GvValueFlags,Real)' : too few arguments for call through pointer-to-function
c:\Program Files\MAXON\CINEMA_4D_R8\Resource\_api\c4d_gv\c4d_graphview.h(620) : error C2198: 'GvCalcError (__cdecl * )(void *,GvValueID,const void *const ,const void *const ,void *,LONG,GvValueFlags,Real)' : too few arguments for call through pointer-to-function
c:\Program Files\MAXON\CINEMA_4D_R8\Resource\_api\c4d_gv\c4d_graphview.h(612) : error C2198: 'GvCalcError (__cdecl * )(void *,GvValueID,const void *const ,const void *const ,void *,LONG,GvValueFlags,Real)' : too few arguments for call through pointer-to-function
c:\Program Files\MAXON\CINEMA_4D_R8\Resource\_api\c4d_gv\c4d_graphview.h(620) : error C2198: 'GvCalcError (__cdecl * )(void *,GvValueID,const void *const ,const void *const ,void *,LONG,GvValueFlags,Real)' : too few arguments for call through pointer-to-function
c:\Program Files\MAXON\CINEMA_4D_R8\Resource\_api\c4d_gv\c4d_graphview.h(612) : error C2198: 'GvCalcError (__cdecl * )(void *,GvValueID,const void *const ,const void *const ,void *,LONG,GvValueFlags,Real)' : too few arguments for call through pointer-to-function
c:\Program Files\MAXON\CINEMA_4D_R8\Resource\_api\c4d_gv\c4d_graphview.h(620) : error C2198: 'GvCalcError (__cdecl * )(void *,GvValueID,const void *const ,const void *const ,void *,LONG,GvValueFlags,Real)' : too few arguments for call through pointer-to-function
c:\Program Files\MAXON\CINEMA_4D_R8\Resource\_api\c4d_gv\c4d_graphview.h(612) : error C2198: 'GvCalcError (__cdecl * )(void *,GvValueID,const void *const ,const void *const ,void *,LONG,GvValueFlags,Real)' : too few arguments for call through pointer-to-function
c:\Program Files\MAXON\CINEMA_4D_R8\Resource\_api\c4d_string.h(108) : fatal error C1020: unexpected #endif
c:\Program Files\MAXON\CINEMA_4D_R8\Resource\_api\c4d_resource.cpp(60) : warning C4291: 'void *Filename::operator new(size_t,int,const CHAR * )' : no matching operator delete found; memory will not be freed if initialization throws an exception
There seems to only be three problem files: c4d_string.h, c4d_graphview.h & c4d_resource.cpp
I'm not quite sure how to fix these errors, though.
It's saying that the errors in c4d_string.h are in lines 103 and 108, but there are only 102 lines in c4d_string.h (that doesn't make any sense)
Any ideas?
Adios,
Cactus Dan