Everything related to SDK.
User avatar
By victor
#15634
byte error_callback( byte iserror, const char *pmethod, const char *string, const void *data)
{
char buffer[256];

if (iserror)
sprintf(buffer, "Error %s: %s", pmethod, string);
else
sprintf(buffer, "Warning %s: %s", pmethod, string);

// print buffer somehow

return true;
}

// Maxwell
Cmaxwell *maxwell = new Cmaxwell( error_callback );
Sketchup 2024 Released

I would like to add my voice to this annual reques[…]