First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Compiling with wxMSW2.8.4 DLL-Release
Hi all, I've experienced problems compiling my application using wxMSW2.8.4 in DLL-Release mode. Here are the errors I got: C:\wxWidgets-2.8.4\include\wx/buffer.h(127) : error C3861: '_strdup': identifier not found C:\wxWidgets-2.8.4\include\wx/buffer.h(127) : fatal error C1903: unable to recover from previou... 1 Feb 2008 00:48
RegEx
why my program not work? wxString x = "Hello"; wxString y = "world"; wxString n = "123"; wxRegEx *r = new wxRegEx("e[a-z]*o"); wxRegEx r2("/[a-z]*/"); wxPrintf(_("regex [%s]\n"),r->GetMatch(x).mb_str()); I would lige to get "ello" ... 1 Feb 2008 00:48
How to manage combo box drop-down size?
Hi, ALL, Subject pretty much says it all. I saw there are 2 other classes: wxComboCtrl and wxComboPopup, but there is no SetDropdownSize() or similar method? Currently wxComboBox put on the sizer, but when the list is dropped it fills the area between the control and the top/bottom of the screen. Thank you. ... 26 Jan 2008 07:09
minimum wxWidgets application size with static linkage
Hi everyone! As you probably saw in my other thread, I only just managed to configure my eclipse CDT to compile and link wxWidgets libraries with the managed make project. Now it appears to me that my current settings statically link a massive overhead from precompiled DLLs, stuff that I don't need, boostin... 26 Jan 2008 05:31
Re[2]: making GDI objects thread-safe
On Wed, 16 Jan 2008 21:46:13 +0100 Harry <"harry dot news at armadillo dot fr"@a.mx.sunsite.dk> wrote: H> My request would be to make thread-safe (1) reference-counting and (2) H> wxTheFontList I don't know where is wxTheFontList used at all but as for (1) I still don't understand what is it going to fix. If ... 16 Jan 2008 17:01
cannot set aui caption with accent
Hi I use 2.9 unicode mac. When I put caption to aui pane with ansi chars, SavePerspective and LoadPerspective work great. But if one of the captions has an accent (a name from .po file) the load does not work correctly : assert "wxAssertFailure" failed in LoadPaneInfo(): Bad Perspective String and the pan... 16 Jan 2008 17:01
Converting a C string to wxString
Hi, I'm a novel user of wxGTK. I have to port some legacy code to the latest version that we use here 2.8 on a FEDORA linux platform compiled with Unicode support. The old code used version 2.4.2. One of the main differences appear to be that there is no more implicit conversion from (ANSI) C strings to wxStri... 4 Jan 2008 09:28
wxWidget programming serial I/O devices across platforms
Hello all! I am in the process of writing an application in wxWidgets that will need to run on both Windows and Linux. I need to open and read/write ascii data to serial I/O ports (COM1 and COM2 in windows, /dev/ttyS0, ... in Linux). 1) Does anyone have any information regarding how to program serial por... 6 Jan 2008 11:10
Re[2]: [wxWin 2.8.7] Build error
On Mon, 31 Dec 2007 10:00:14 +0100 Steven Van Ingelgem <steven(a)vaningelgem.be> wrote: SVI> I decided to check on this and here are my findings: SVI> SVI> * the visual studio project files should use dependencies. This is unfortunately impossible because of a strange (I'd say completely broken) way MSVC IDE t... 31 Dec 2007 20:19
Unexpected loose of CaptureMouse()
Hi, Below is a minimal.cpp program (with removed comments), which has wxTextCtrl added. This wxTextCtrl captures mouse, but unfortunately it looses it when it is clicked (just clik the control twice and see a StatusBar). Is this an expected behavior ? It happens under wxMSW (not tested on other platorms). --... 31 Dec 2007 05:51
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21