First  |  Prev |  Next  |  Last
Pages: 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
error in static mode
when compile in normal mode (shared) working ok but when compile it in static mode I get many errors. I use 2 precompiled files g++ -c plik.cpp -o plik.o (compiling good) but when i compile it g++ -I. -o program ./obj/plik.o ./obj/plik1.o I get this ;( _____ ../obj/plik1.o: In function `__static_initial... 21 Dec 2007 12:41
[wxStaticBitmap] SetBitmap problem
Hello all, I have a problem using wxStaticBitmap::SetBitmap, with C++, under Win XP and WxWidgets 2.8. These are samples of the code : in the dialog constructor : serviceStatusBitmap = new wxStaticBitmap(this, SERVICE_STATUS_BITMAP_ID, wxNullBitmap); in the do_layout() function (called from the constructor... 20 Dec 2007 13:05
100 % CPU usage with wxSocket
Greetings, I have a server that has a main GUI thread and a server listen thread. When a client connects, a new thread is spawned to take care of communication with that client. I do not use events at all for the secondary threads and use only non-blocking sockets. I notice that after a few hours of the serve... 25 Dec 2007 12:50
Re[2]: Help with SVG implementation
On Fri, 30 Nov 2007 15:11:11 +0100 Klaas Holwerda <db348(a)nl.thalesgroup.com> wrote: KH> Although wxArt2D can render to a bitmap/image, it still needs a KH> document first. As long as it's possible to do something like wxSVGDocument svg(filename); svg.Draw(dc, wxRect(...)); it would be ok. KH> Direct... 10 Dec 2007 00:35
Email Policy Violation
The attached message contains content which violates our email policy. The message was not delivered.... 10 Dec 2007 00:35
how to get the native DC value for drawing?
I am porting www.rmchart.com to python, now the code is almost finished, and I have supplied some examples.py which write to picturefiles directly, but the example to draw the chart on GUI stops me. that is the vb declaration nResult (LONG) = RMC_CreateChartOnDC( ByVal nParentDC (LONG), ByVal nCtrlId (LONG), ... 10 Dec 2007 00:35
Re[2]: Building wxWidgets 2.8.6 linker error with VS2005
On Tue, 13 Nov 2007 00:29:48 -0000 schwolop(a)gmail.com wrote: I get a similar problem, but not when compiling the wxWidgets library itself, only when linking to it in my projects. Given that the problem is with calls to wxAssert, etc, which is only compiled in debug configuration, you'll probably find that... 12 Nov 2007 19:54
Upgrade compilation errors
OS: XP SP2 wxWidgets: 2.8.6 Compiler: VS 2005 Hi, I have just upgraded my wxWidgets source code from 2.6.4 to 2.8.6. Having built the source with default setup ( VC++ compiled static libraries ), I have tested a few of the samples and they seem to work ok on my machine. However, when trying to do a clean and r... 10 Nov 2007 17:40
Building wxWidgets 2.8.6 linker error with VS2005
Hi all, I'm trying to build wxWidgets 2.8.6 with VS2005, but I get the following errors compiling the 'core' project: 1>Linking... 1> Creating library ..\..\lib\vc_dll\wxmsw28d_core.lib and object ...\..\lib\vc_dll\wxmsw28d_core.exp 1>app.obj : error LNK2019: unresolved external symbol "protected: virtual... 10 Dec 2007 00:35
wxPropgrid on wxMac 2.8.4 release ?
Hi, has someone used wxPropgrid 1.2.8 successfully on wxMac 2.8.4 (Mac OS X 10.3.9 / XCode 1.5) ? There would be an internal compiler error I am not aware to figure out what this is. Thanks, Lothar ... 24 Oct 2007 06:02
First  |  Prev |  Next  |  Last
Pages: 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22