Hello Guest it is March 29, 2024, 07:24:11 AM

Author Topic: Running Mach3 from VB/C++  (Read 1949 times)

0 Members and 1 Guest are viewing this topic.

Running Mach3 from VB/C++
« on: February 10, 2011, 04:14:36 PM »
In Visual Studio 2010 Express (Windows 7) I can't create a reference to Mach3 so these lines of code will not compile. 

    Private mach As Mach4.IMach4
    Private script As Mach4.IMyScriptObject

If anyone has got this working which version of the development tools were you using?

Thanks