1) SetScrollRange and SetScroll page in wxWindow.h is apparently only defined for ''microwindows''. No idea what that is but it''s not Windows. I replaced the #if !__WXGTK__ with #if __WXMICROWIN__ See patched wxWindow.h file. 2) wxIcon does not (on windows at least) descend from wxBitmap. I don''t have the gtk or mac headers to compare against. I''ve removed the wxBitmap.h %import and added a commented out %import for wGDIImage.h (which we don''t have a header file for and don''t know if we''ll need later) See patched Icon.i 3) ListItemAttr needs listbase.h to compile. See patched ListItemAttr.i <crossing fingers that the patches worked> _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
Since the listbook patch didn''t work, I just applied these three patches manually. Thanks for all your recent work. It''s great to have an MS Windows user so active and responsive, so wxruby2 remains truly cross-platform. Kevin
Kevin, I have installed patch on my machine and I will test things until I figure out what''s causing the bad patches. I just don''t understand why they worked fine when I was creating them before but now that I''m ''doing it right'' (I think) they don''t work. Roy Kevin Smith wrote:> Since the listbook patch didn''t work, I just applied these three > patches manually. > > Thanks for all your recent work. It''s great to have an MS Windows user > so active and responsive, so wxruby2 remains truly cross-platform. > > Kevin > _______________________________________________ > wxruby-users mailing list > wxruby-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users > > >