When using Create Declaration on the following code:
DirectEntryGroup::DirectEntryGroup(System::String* _name, TextBox box) : UIgroup(_name)
{
}
the following line gets generated in the .h file
DirectEntryGroup::DirectEntryGroup(System::String* _name, TextBox box) : UIgroup(_name);
compiling this of course produces a syntax error.
thanks, Harald