Hi,
I have at this code to the Pluin.cpp file.
CRhinoPlugIn::plugin_load_time CMyPlugInPlugIn::PlugInLoadTime()
{
return CRhinoPlugIn::load_plugin_at_startup;
}
But after opening Rhino, the enabled option in the document properties of my plugin is not checked,How do I solve this problem ?