search for: __wxmicrowin__

Displaying 1 result from an estimated 1 matches for "__wxmicrowin__".

Did you mean: __wxmicrowin___
2005 Aug 21
2
Latest tarball doesn''t compile
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...