Jon,
We need to move the main icon up earlier. Ocpn_draw as currently configured is bombing out OpenCPN!
Dave identified this for us his explanation is better.
Message for Jon:
The main plugin icon must be available always, even before the Init() call. This is where we get the icon for the PIM list. So I moved the icon build back to the plugin CTOR.
Thanks.
Line 384 // Create the PlugIn icons
m_pODicons = new ODicons();
Jon, We need to move the main icon up earlier. Ocpn_draw as currently configured is bombing out OpenCPN! Dave identified this for us his explanation is better.
Message for Jon: The main plugin icon must be available always, even before the Init() call. This is where we get the icon for the PIM list. So I moved the icon build back to the plugin CTOR.
Thanks.
Line 384 // Create the PlugIn icons m_pODicons = new ODicons();
Line 547 // m_pODicons = new ODicons();