Machsupport Forum
Mach Discussion => Mach SDK plugin questions and answers. => Topic started by: giannis121 on October 22, 2008, 06:56:04 AM
-
How can i start creating a plugin?
I have VB6. I downloaded SDK2.6.
But i cant see any .vbp file to open.
Can somebody give me an example?
regards
Giannis
-
THere is an SDK video in the support tab at the top of this page, tutorial videos, additional videos. Here is a link http://www.machsupport.com/videos.php
Hope that helps,
Brett
-
Thanks Brett.
I cannot find any mach3SDK.exe in my mach3'plugin folder.
Do i miss something?
-
You will also need.
VS 2003 to compile it
Download and install the SDK
Inport the Mach includes into your project, (I posted up above in the finished plugins, some "Universal" Plug in templates if you would like to try them out).
Also, Under Memebrs Docs, James has posted a really good "How to start Plugins" or something like that tutorial, it is definatly a must read!!
Scott
-
Yeah, my question now is where to find the SDK, while the Mach3SDK zip (at the download page) has no any exe file inside.
Sorry for the many questions...
-
The SDK is a set of C++ libraries and examples for constructing plug-ins with C++. There is no exe. There is a tutorial document just a few post down from this one that would be a good start.
-
Here is the tutorial that Jeff referred to.
http://www.machsupport.com/forum/index.php/topic,4884.0.html
You definitely need VS2003. You can get the learning edition on Amazon:
http://www.amazon.com/Microsoft-Visual-Learning-Version-Developer/dp/0735619085
-James Leonard