Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: havingfun on February 10, 2011, 04:14:36 PM

Title: Running Mach3 from VB/C++
Post by: havingfun 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