THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 13/06/2010 at 07:49, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10.5+
Platform: Windows ;
Language(s) :
---------
Howdy,
Well, I have a crash problem on Windows in R10.5, R11 and R11.5 with a plugin that is compiled in R10.111. It doesn't crash on Mac OS when running the R10.1 compiled plugin in R10.5+ versions.
I think I've isolated the source of the problem to be CTrack::GetCurve().
If I comment out the call:
CCurve *crv = track->GetCurve();
... then it doesn't crash in R10.5+ on Windows with the R10.111 compiled plugin.
Is the Windows crash happening because in R10.5, CTrack::GetCurve() had a second parameter added? And why is it not crashing on Mac OS? Is there a compiler setting or something that I can do on the Windows side that will prevent that crash, other than just recompiling the plugin in R10.5? I've already recompiled the plugin in R11, but I was trying to keep it simple by only having R9, R10 and R11 versions.
Adios,
Cactus Dan