THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 13/06/2007 at 04:22, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.6
Platform: Windows ; Mac OSX ;
Language(s) : C++ ;
---------
Hi,
I just added some code using the SplineHelp class and now I can't compile a macos version with CW:
Link Error : undefined: 'SplineHelp::GetCrossNormal(...'
and so on for other SplineHelp methods. Visual Studio compiles without any error. I addad
#include "lib_splinehelp.h"
to the code file. Have I to do anymore for CW?