Just what the title says. I 'm very happy now :D. Initial tests indicate that I did fix it indeed :lol:.
Quote from: mandrav on March 24, 2006, 06:44:21 PM
Just what the title says. I 'm very happy now :D. Initial tests indicate that I did fix it indeed :lol:.
That's a great new indeed :D.
Is it also the codestats issue solved? [EDIT]: I have just tried rev2247, but there is still the crashes when opening Settings->Editor wiht codestats plugin activated (Ubuntu 5.10).
Thank you.
Best wishes,
Michael
Mandrav,
could you please also apply patch to keybinder.cpp (src/plugins/contrib/keybinder/keybinder.cpp)?
This patch allows to compile CB with newer versions of wxWidgets, as m_skipped, m_timeStamp attributes of wxEvent are removed now protected in favour of public methods GetSkipped() and GetTimestamp() in newer versions of wxWidgets.
BR
aarti_pl
[attachment deleted by admin]
Quote from: aarti_pl on March 24, 2006, 08:34:44 PM
could you please also apply patch to keybinder.cpp (src/plugins/contrib/keybinder/keybinder.cpp)?
You should also submit your patch at BerliOS (http://developer.berlios.de/patch/?func=addpatch&group_id=5358).
Best wishes,
Michael
Quote from: aarti_pl on March 24, 2006, 08:34:44 PM
Mandrav,
could you please also apply patch to keybinder.cpp (src/plugins/contrib/keybinder/keybinder.cpp)?
This patch allows to compile CB with newer versions of wxWidgets, as m_skipped, m_timeStamp attributes of wxEvent are removed now protected in favour of public methods GetSkipped() and GetTimestamp() in newer versions of wxWidgets.
BR
aarti_pl
done