Hello Guest it is April 18, 2024, 07:33:00 AM

Author Topic: Mach3 Development Version  (Read 4611 times)

0 Members and 1 Guest are viewing this topic.

Mach3 Development Version
« on: February 08, 2010, 09:34:16 PM »
Hi!

I know this is probably a stupid question but I'm new in plug-in developmen and i have a problem with mach3 debug version... I cant find it!

The lockdown version which i download from ARC main page doesn't contain debug symbols. And the link to the Mach 3 development version isn't there anymore...

What is the version of Mach 3 that i have to download to be able to debug my plug-in dll?

I'm using VS2003
Thanks!
Re: Mach3 Development Version
« Reply #1 on: March 25, 2010, 03:04:40 AM »
I've just started playing with plugins on VS2002 (even more ancient than your version). I didn't realise there _was_ a development version of Mach3! Doesn't seem to ne around anymore tho 8^(
However, I can still debug my own plugin dlls by starting the release version of mach3 and then going to VS, debug->processes, then selecting the Mach3 process. Setting a breakpoint on Update () in machdevice.cpp then drops me into the debugger. Does this help or am I telling you something you already know?