[wx 2.8.7, X11, gcc] running wxWidget on Centos 5
Vadim Zeitlin
vadim at wxwidgets.org
Thu Feb 14 14:21:08 PST 2008
On Thu, 14 Feb 2008 12:38:16 -0600 Umashankar <ubalas2 at gmail.com> wrote:
U> I started using wxWidgets recently. Initially I created a small grid
U> application on windows platform and that ran without any glitches. Then I
U> tried importing it onto my Linux box running Centos 5. After building the
U> application (on X11 port),
Unless you have a specific reason to need wxX11 port you should probably
use wxGTK which is much more mature (and much more widely used).
U> when I try to run it, only the main windown of the app appears on the
U> screen. I wont be able to see anything on it. It does not seem like it
U> has crashed because upon debugging, I see that the program is actually
U> running.
I really don't know what's going on and as usual in such case the best
thing to do would be to attempt to reproduce the problem in one of the
existing samples (minimal one or maybe grid if it's grid-specific).
U> It would be great if someone can figure out what's going on.
It's very difficult to debug such problem without being able to reproduce
it. Another advice I can give is to build wx in debug mode, then you would
get asserts from it if you use it incorrectly somewhere (and it will be
also useful for actually debugging, of course).
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
More information about the wx-users
mailing list