wxCollapsiblePane pane reference issue
Posted: Sat Jan 25, 2014 6:09 pm
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
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