Machsupport Forum

Mach Discussion => Mach4 General Discussion => Topic started by: CCWood on November 01, 2024, 09:09:55 PM

Title: WxWidgets Questions
Post by: CCWood 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?
Title: Re: WxWidgets Questions
Post by: smurph 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