wxPython build error

Unfortunate. Thanks for the quick response. I will proceed with your
suggestion.

···

-----Original Message-----
From: Ricardo Pedroso [mailto:ricardo.pedroso@netvisao.pt]
Sent: Thursday, September 22, 2005 12:15 PM
To: wxPython-users@lists.wxwidgets.org
Subject: Re: [wxPython-users] wxPython build error

On Thu, 2005-09-22 at 11:31 -0400, Mike Heanssgen wrote:

error C2039: 'GetQuality' is not a member of 'wxBitmap'

It appears as though SWIG is generating stubs for deprecated methods
(the ones #if'd with WXWIN_COMPATIBILITY_2_4) even though I have
#define WXWIN_COMPATIBILITY_2_4 0
in my setup.h file.

There must be an option somewhere that I have missed.

You must build wxWidgets with WXWIN_COMPATIBILITY_2_4 on.
This will change in the future (at least I think since I'm not a
wxPython developer), but for now you must use it unless you want to
change the *.i files yourself.

Ricardo

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org