Hello Guest it is April 25, 2024, 06:33:11 PM

Author Topic: IsMoving function problem  (Read 3920 times)

0 Members and 1 Guest are viewing this topic.

IsMoving function problem
« on: May 18, 2009, 12:39:24 PM »
Trying to cal the IsMoving function from a plugin. No matter how I try to convince the compiler that it is defined, it kicks an error of undeclared identifier. If is defined in the headers but.....?

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: IsMoving function problem
« Reply #1 on: May 18, 2009, 01:28:34 PM »
Are you using

While
IsMoving
Wend
Gerry

2010 Screenset
http://www.thecncwoodworker.com/2010.html

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html
Re: IsMoving function problem
« Reply #2 on: May 18, 2009, 01:34:41 PM »
No, I am calling the IsMoving function from the callback function in C++. The same thing happens when I try to call DoOEMButton, but the DoButton and GetDRO functions work just fine. I went through the plugin tutorial, and the file CMyScriptObject.h was built correctly. The functions are declared in the header file, yet the compiler (Visual Studio 2003) can't seem to resolve the IsMoving call. Everything else is working correctly.

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: IsMoving function problem
« Reply #3 on: May 18, 2009, 03:02:04 PM »
Sorry, thought you were talking about VB.
Gerry

2010 Screenset
http://www.thecncwoodworker.com/2010.html

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html