Author Topic: wxWidgets 2.8.7 is RELEASED at 27 nov 2007  (Read 13956 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: wxWidgets 2.8.7 is out for testing. updated 21-Nov-2007
« Reply #15 on: November 24, 2007, 06:50:40 pm »
I am using that update :-)

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: wxWidgets 2.8.7 is out for testing. updated 21-Nov-2007
« Reply #16 on: November 24, 2007, 07:21:01 pm »
Quote from: killerbot
That warnings has been there for years, I wonder if the analysis is correct. Back in the days I was told that for ansi build this warning is correct but not for unicode build. However I get this warning in unicode build (or is the plug-in overriding and are we building that part of it in ansi after all ?).

It only complains in Unicode build 'cause wxChar is an unsigned type, but it's necessary for ANSI 'cause wxChar is signed. I think we better live with that warning.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: wxWidgets 2.8.7 is out for testing. updated 21-Nov-2007
« Reply #17 on: November 24, 2007, 10:08:01 pm »
yes, that was the reason. Well since CB only officially supports unicode we could fix it, the >= 0 can be omitted. Or we have a f*** ifdef, I think wxUSE_UNICODE is what we should test for. I choose the latter one, although I hate ifdefs ;-)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: wxWidgets 2.8.7 is RELEASED at 27 nov 2007
« Reply #18 on: November 27, 2007, 10:07:35 pm »
does anyone knows if the 'http://biolpc22.york.ac.uk/pub/2.8.7/' location contains the same as what sourceforge has ?

this can save me some rebuilds ;-)