GroupBegin()

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 20/09/2012 at 19:45, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   14 
Platform:   Windows  ;   
Language(s) :     C++  ;

---------
The SDK Shows the GroupBegin() function from GeDialog as:

Bool GroupBegin(LONG id, LONG flags, LONG cols, LONG rows, const String& title, LONG groupflags, LONG initw = 0, LONG inith = 0) = 0_<_h4_>_

however in the _API it is

Bool GroupBegin(LONG id, LONG flags, LONG cols, LONG rows, const String& title, LONG groupfla_<_h4_>_h4> I kept getting linking errors until I changed it in the _API to what it says in the SDK.

Maybe this is a bug that needs to be fixed?

Thanks,

Shawn