Hello Guest it is April 23, 2024, 03:58:04 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - rjantz3

Pages: 1
1
Mach SDK plugin questions and answers. / Scripting in vs2008
« on: July 04, 2012, 01:37:39 PM »
Has anyone ever got the script commands to work in VS2008? I am looking for the openteachfile and related commands... I have been beating my head for quite a while on this.

2
Mach SDK plugin questions and answers. / Plugin compiler error
« on: June 06, 2012, 12:11:15 PM »

I am getting a acompile error and I don't understand how to work through this. Can anyone enlighten me a bit? Here is the error from the compiler.
 
error C3728: 'event Mach4::IMyScriptObject_CodeEventHandler
 
and here is the code




Code: [Select]
void programinit(){
Mach4::CMach4DocClass obj;

obj.Code("G20");
obj.Code("G53G90G40");
obj.Code("F1");
obj.Code("M06 T0 F",IPM(),".");
rapidheight();
}






3
VB and the development of wizards / Macro size limit
« on: March 21, 2012, 05:15:43 PM »
Is there a way outside of creating a plugin to get around the size limit of an .m1s file? When I try to debug any .m1s file over 65kb it says "Error -  Not enough storage to complete this operation. Any ideas?

Pages: 1