Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: Brian Barker on October 21, 2009, 11:19:55 AM

Title: New Plugin Interface for Rev4
Post by: Brian Barker on October 21, 2009, 11:19:55 AM
Hello,
I have done a first draft of the new plugin interface for the Mach3 Rev4. This interface changes some of the var names (Less then 5%) and a few other minor changes. This Doc I hope will show the amount of work that is needed to convert a plugin from Rev 3 to Rev 4 . This should allow for any version of C++ to be used when I am finished but I need to make some new methods for getting and setting Strirngs. The reason for this is that CStrings are not part of the C++ STL :(  More on that later as I finish it up.

Please tell me if you have a hard time following the guide.

Thanks
Brian

BTW this is only for the plugin authors
Title: Re: New Plugin Interface for Rev4
Post by: poppabear on October 21, 2009, 05:33:54 PM
Thank you Brian, for the "How To" and what the changes are!!!

Scott