Machsupport Forum

Mach Discussion => Mach SDK plugin questions and answers. => Topic started by: cncstep on July 22, 2010, 01:47:04 PM

Title: Add dll in VS2008 project plugin ?
Post by: cncstep on July 22, 2010, 01:47:04 PM
Prompt as it is possible in vs2008 to connect dll library and how to call from it functions?
Title: Re: Add dll in VS2008 project plugin ?
Post by: freedom2000 on July 23, 2010, 01:57:36 PM
Hi have exactly the same question (with an HIDclass dll) an no answer ...

so following also your thread !

JP
Title: Re: Add dll in VS2008 project plugin ?
Post by: cncstep on July 26, 2010, 12:34:40 AM
Let's wait
Title: Re: Add dll in VS2008 project plugin ?
Post by: poppabear on August 11, 2010, 10:56:05 AM
what are you trying to do?  Are you trying to call a DLL from inside of a Mach plugin? or what?

scott
Title: Re: Add dll in VS2008 project plugin ?
Post by: freedom2000 on August 11, 2010, 11:18:17 AM
what are you trying to do?  Are you trying to call a DLL from inside of a Mach plugin? or what?

scott

I am not the author of this thread, but as I had the same question... Yes I wanted to call a dll from a Mach3 plugin.
I have now succeeded.. My only problem was that the dll must be located in the same folder as Mach3.exe and not into the plugin directory...

It was finally simple :-)

JP
Title: Re: Add dll in VS2008 project plugin ?
Post by: cncstep on May 15, 2011, 01:50:51 AM
what are you trying to do?  Are you trying to call a DLL from inside of a Mach plugin? or what?

scott

I try to cause the dll to work with 3d laser scanner. To make the plugin to scan the surface to a file with a cloud of points.