Yes it did, even if I try
bool myMFD::Update (oapi::Sketchpad *skp)
{
skp->Pixel(10,10,RGB(100.0,0.0,0.0));
return true;
}
I got a CTD.
If I remove the line with skp-> ..., there will be no CTD.
The initialisation of the MFD mode is working, because I see my buttons and the...