wxwidgets
Is there a workaround to get GraphicsContext out of SVGFileDC
I am writing a small viewer of some scientific data using wxWidgets. As long as it is a graph, it is preferrable to use GraphicsContext which uses floating coordinates, not integer. Also, it would be[详细]
2023-04-02 12:12 分类:问答C++ with wxWidgets, Unicode vs. ASCII, what's the difference?
I have a Code::Blocks 10.05 rev 0 and gcc 4.5.2 Linux/unicode 64bit and WxWidgets version 2.8.12.0-0 I have a simple problem:[详细]
2023-04-02 09:44 分类:问答wxWidgets Crash on closing application
This is probably a stupid question as this crash is probably related to some invalid pointer or already destroyed object, but looking at the code on all ways I couldn\'t find out where is the problem.[详细]
2023-04-02 03:40 分类:问答wxWidgets wxConfBase Write very slow
I\'m using wxConfBase to save the data of my text box. (windows) config = new wxConfig(wxT(\"soft\"));[详细]
2023-04-02 00:17 分类:问答Crash using a class using mysql lib with wxWidgets
I\'ve been stuck for a while on a problem and can\'t find a good solution. I wrote a small class to use the c mysql lib on my project.[详细]
2023-04-01 18:00 分类:问答wxWidgets and boost::thread?
I want to use boost to do background networking stuff in a loop while wxWidgets processes the GUI开发者_开发技巧. I just started using wxWidgets so my first idea was to just start in the thread with n[详细]
2023-03-31 18:21 分类:问答Qt or wxWidgets [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-31 15:06 分类:问答Cannot run Code::Blocks: libwx_gtk2u-2.8.so.0 not found
I am trying to install Code::Blocks 10.05 from (non-SVN) sources (codeblocks-10.05-src.tar.bz2). My OS is Ubuntu 11.04. I needed to download and install wxWidgets first (I now have wxGTK-2.8.12), whic[详细]
2023-03-30 21:07 分类:问答Handling access violations with wxWidgets
In my wxWidget program I can n开发者_运维问答o longer catch Access Violation with MSVC debugger. AV info is printed in Output but program continues to run.[详细]
2023-03-30 20:18 分类:问答Can I change the status of individual members of a base class to private?
I am using wxWidgets where, if you have ever used it, you will know that there are a lot of public functions in the base class. I recently ran into a situation where I would not want a method SetText([详细]
2023-03-30 18:47 分类:问答