随笔分类 -  wxWidgets

摘要:问题描述如题,也查到了一个buglist:http://trac.wxwidgets.org/ticket/13283这个问题至今没有彻底解决,但是其中也说道了一个workaround方法:Replying to jedimark: [...] I did discover a workaround.. In the application compatibility settings check Disable Desktop Composition and the problem vanishes.. I also have a wxGLCanvas inside a wxScrolled 阅读全文
posted @ 2014-03-19 14:52 Run.L 阅读(525) 评论(0) 推荐(0)
摘要:os:redhat enterprice 6.0 x64gcc:4.8.2(需要编译安装)1.编译wxwidgets2.8可能先要安装opengl的development头文件和库:yum install mesa-libGLyum install mesa-libGL-develyum install mesa-libGLUyum install mesa-libGLU-develrelease版:(1)mkdir build_release(2)cd build_release(3)../configure --with-gtk --with-opengl --disable-shared 阅读全文
posted @ 2014-02-25 17:18 Run.L 阅读(324) 评论(0) 推荐(0)