Hello Guest it is June 14, 2025, 05:44:52 PM

Author Topic: WxWidgets Questions  (Read 3699 times)

0 Members and 1 Guest are viewing this topic.

WxWidgets Questions
« on: November 01, 2024, 09:09:55 PM »
I have been trying to use some wxWidgets (based on examples in some of the forum post) in my Mach4 setup but they are not working as described in the post. This brings up several questions about wxWidgets that I hope someone will be able to answer...

 1. Are wxWidgets installed automatically with your Mach4 install?
 2. Where are they stored?
 3. How do you determine the version of wxWidgets you are using?
 4. Do I need to manually update them?
 5. What version of wxWidgets does the most current version of Mach4 need?
« Last Edit: November 01, 2024, 09:15:36 PM by CCWood »
Hit the e-stop! Hit the e-stop!

Offline smurph

*
  • *
  •  1,574 1,574
  • "That there... that's an RV."
Re: WxWidgets Questions
« Reply #1 on: December 28, 2024, 06:58:52 PM »

1.  wxWidgets is compiled into the mcLua plugin and the Mach4GUI.exe application
2.  See #1
3.  Launch the Zerobrane editor that comes with Mach and do print(wx.wxVERSION_STRING) and run it.
4.  No.  The wxWidgets version used in Mach cannot be updated by the user. 
5.  Version 3.2.4.

Steve