From: Carl G. <cg...@gm...> - 2005-06-29 14:34:29
|
On 6/28/05, Otto Wyss <ott...@or...> wrote: >=20 >=20 >=20 > > 2. For those of us who build with WXWIN_COMPATIBILITY_2_4 turned > > off, I suggest changing the references to > > wxSystemSettings::GetSystemColo > > ur() > > to GetColour() since the former form is now deprecated. > > > I've put a >=20 > #if !wxCHECK_VERSION(2,5,0) >=20 > around each occurence (see the source) so I wonder why it doesn't work > with you. I've not problem building it with 2.4 and 2.6. I naively just downloaded the version from the Components page.=20 I didn't think about getting the latest from CVS. Thanks a lot for pointing it out! carl |