The cal3d_wrapper prototype in cal3d_wrapper.h does not
match the function definition in cal3d_wrapper.cpp. The
function definition in cal3d_wrapper.cpp is incorrect.
CAL3D_WRAPPER_API struct CalCoreAnimation
*CalCoreAnimation_New();
CalCoreAnimation *CalCoreAnimation_New(CalCoreAnimation
*self)
{
return new CalCoreAnimation();
}
Logged In: YES
user_id=500667
Typo in initial bug report. Correction below:
The "CalCoreAnimation_New" prototype in cal3d_wrapper.h does
not match the corresponding function definition in
cal3d_wrapper.cpp.