wxMax error

BlitzMax Forums/Brucey's Modules/wxMax error

rs22(Posted 2009) [#1]
I just downloaded and installed wxMax. When I try to run some of the samples, I get the following:

C:/bmax/mod/wx.mod/wxtextctrl.mod/wxtextctrl.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.rdata$_ZTV11MaxTextCtrl[__ZTV11MaxTextCtrl]+0x3d4): undefined reference to `non-virtual thunk to wxTextCtrl::GetLineLength(long) const'
C:/bmax/mod/wx.mod/wxtextctrl.mod/wxtextctrl.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.rdata$_ZTV11MaxTextCtrl[__ZTV11MaxTextCtrl]+0x3d8): undefined reference to `non-virtual thunk to wxTextCtrl::GetLineText(long) const'

As far as I can tell, it only happens on samples which import wx.wxTextCtrl.

Thanks for any help!


Brucey(Posted 2009) [#2]
Seems I missed some changes in the move to the latest 2.9.0.

It should be fixed in SVN now.


rs22(Posted 2009) [#3]
Thank you!


rs22(Posted 2009) [#4]
Sorry to double post, but there seems to be an issue with wxBitmapComboBox as well. The sample doesn't compile.


Brucey(Posted 2009) [#5]
The sample appears to be quite incomplete. I would ignore it for the time being. Sorry.


rs22(Posted 2009) [#6]
No problem. I just hadn't noticed it before and thought I'd check it out. Thanks for all the great work you've done with wxMax. I'm looking forward to QtMax!