Machsupport Forum

Mach Discussion => Mach SDK plugin questions and answers. => Topic started by: managers on August 13, 2012, 03:21:42 AM

Title: MainPlanner->LastError
Post by: managers on August 13, 2012, 03:21:42 AM
Hi guys

I started coding a new plugin for Mach3 in Visual Studio 2010 !
I have just one error with Mach3 LastError Property !

This method is in ShuttlePro Plugin !
void ShuttleWin::SetMachError(CString Message)
{
   CString *err = &MainPlanner->LastError
   if( err != NULL )
       *err = Message;
}

Error has beed attached in the post !
Does anyone know how to resolve this?

thanks in advance