THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/08/2005 at 04:11, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.503
Platform: Windows ;
Language(s) : C++ ;
---------
Hi,
I just want to add some drawings to my plugin object. The SDK docs tell, one has to add a call to the parent of the draw function by including
return SUPER::Draw(op, drawpass, bd, bh);
at the end of the function. But this ends with a comiler error (MS VC++ 6) :
error C2653: 'SUPER' : no class or namespace
What am I doing wrong? I didn't find any definition of "SUPER" in the h files...