AM parameters not showing in ToolData plugin

On 16/06/2014 at 03:15, xxxxxxxx wrote:

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

---------
I'm creating my very first ToolData plugin.
I have all the description files correctly set but, when I activate the tool in the plugins menu, it is not showing anything in the Attribute Manager.
What must I do to load the description container?

On 16/06/2014 at 07:26, xxxxxxxx wrote:

Ok, fixed.
I just had to include this:

virtual const String GetResourceSymbol() {return "ToolPolyPaintTool";}

In my case, ToolPolyPaintTool is the name of the container in the res file.