Hi,
I've just found an issue with reference to wxCollapsiblePane's member pane. Here's the minimal working example to reproduce it:
In this case "wxcrafter.cpp" will not compile because "m_collpaneWin21" is referenced but never declared nor defined.
Taking a look at wxCollapsiblePane documentation, one finds that the problem can be resolved with following single line of code:
Howerver manual fixing every time the code is re-generated is quite troublesome.
Used configuration is: CodeLite 5.4, wxCrafter plugin v1.4, Win7
Thanks in advance for fixing the issue
wxCollapsiblePane pane reference issue
-
- CodeLite Curious
- Posts: 5
- Joined: Sat Jan 25, 2014 5:41 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
wxCollapsiblePane pane reference issue
You do not have the required permissions to view the files attached to this post.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: wxCollapsiblePane pane reference issue
Can you please upload this minimal example?
It seems to be working here...
Eran
It seems to be working here...
Eran
Make sure you have read the HOW TO POST thread
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: wxCollapsiblePane pane reference issue
Hmm, if I do it _exactly_ as your layout - I get the same error here
Eran
Eran
Make sure you have read the HOW TO POST thread
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: wxCollapsiblePane pane reference issue
Thanks for reporting this. This is now fixed
PM if you need an installer for the fix
Eran
PM if you need an installer for the fix
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 5
- Joined: Sat Jan 25, 2014 5:41 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: wxCollapsiblePane pane reference issue
Thank you for fixing the problem within hours.