[BETA] wxCrafter BETA
-
- CodeLite Enthusiast
- Posts: 19
- Joined: Fri Dec 07, 2012 8:20 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: [BETA] wxCrafter BETA
Is wxCrafter for wx 2.8 or wx 2.9?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: [BETA] wxCrafter BETA
wxCrafter can only work with codelite 5.0.X and later (which uses wx2.9.4 which should not concern you as a developer)
However, the generated code produced by wxCrafter should be working for 2.8.12 as well (i.e. all stings are using wxT macro etc) - unless you attempt to use one of the controls that does not exist in 2.8 (or features that do not exists in 2.8.X like placing bitmap on a wxButton)
If you encounter and problem with this - please let me know I will fix it
Eran
However, the generated code produced by wxCrafter should be working for 2.8.12 as well (i.e. all stings are using wxT macro etc) - unless you attempt to use one of the controls that does not exist in 2.8 (or features that do not exists in 2.8.X like placing bitmap on a wxButton)
If you encounter and problem with this - please let me know I will fix it
Eran
Make sure you have read the HOW TO POST thread