News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

wxWidgets 2.8.7 is RELEASED at 27 nov 2007

Started by stahta01, November 11, 2007, 02:01:28 AM

Previous topic - Next topic

killerbot


Ceniza

Quote from: killerbotThat 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.

killerbot

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 ;-)

killerbot

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 ;-)