wxDisplay bug report

This forum can be used to talk about general design strategies, new ideas and questions in general related to wxWidgets. If you feel your questions doesn't fit anywhere, put it here.
Post Reply
Blueskull
In need of some credit
In need of some credit
Posts: 3
Joined: Mon May 28, 2018 9:12 pm

wxDisplay bug report

Post by Blueskull »

I am on a journey to shrink binary size of wx, and I disabled a lot of components in ./configure.

I discovered a few bugs that I would like to share:

1. Disabling wxDisplay will cause compiling error on msw due to undefined data types. Solution: add #include <windows.h> to msw/display.c OUT OF #ifdef/#endif block.

2. Enabling --enable-no_rtti causes linker warning, ~150 of them!

3. A lot of class dependencies are not documented in derive charts in class reference. For instance, disabling owner drawn also disables wxBitmap, hence disables button, menu and other widgets.
User avatar
doublemax
Moderator
Moderator
Posts: 19114
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: wxDisplay bug report

Post by doublemax »

Please open a bug report at http://trac.wxwidgets.org/

If you can't register there, please post again to https://groups.google.com/forum/#!forum/wx-users
Use the source, Luke!
Post Reply