Displaying 2 results from an estimated 2 matches for "cwxspinctrl".
Did you mean:
wxspinctrl
2005 Aug 04
2
Next swig problem
After getting past the icon problem I ran into my next problem:
SpinCtrl.cpp
src/SpinCtrl.cpp(1141) : error C2065: ''cWxSpinCtrl'' : undeclared identifier
src/SpinCtrl.cpp(1141) : error C2228: left of ''.klass'' must have
class/struct/union type
src/SpinCtrl.cpp(1147) : error C2371: ''cWxSpinCtrl'' : redefinition;
different basic types
...
The reason for this is the way it trying to...
2005 Aug 10
5
more patches
Here are a few patches 2 small changes and one a little hefty. All are
to *.i files.
SpinCtrl.patch - Changes cWxSpinCtrl.klass to mWxSpinCtrl in rb_define_method.
Dialog.patch - Removed the %ignore wxDialog::wxDialog line, this line
prevents Dialogs working with XRC.
Window.i - Added special code for find_window_* methods so the correct
object type is returned, this is very important when working with XRC
and you w...