Hello Guest it is April 23, 2024, 07:10:08 AM

Author Topic: MainPlanner->LastError  (Read 2265 times)

0 Members and 1 Guest are viewing this topic.

MainPlanner->LastError
« 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