Hi,
I would like to make a custom icon for my plug-in, but I don’t know how.
I see in TestPlugIn.cpp file of the Test project, the following macro:
RHINO_PLUG_IN_ICON_RESOURCE_ID(IDI_ICON);
In the comments above I can read that IDI_ICON is an ID to a resource, an icon is treated here as a resource. But how to connect the resource number with an actual icon file?
Is it described in the Guide? Any example?
Regards and have a happy New Year 2021!