First  |  Prev |  Next  |  Last
Pages: 15 16 17 18 19 20 21 22 23 24 25 26 27
HOWTO compile wxDEV-C++ project on linux
Hello, is there easy way to compile wxDEV-C++ project on linux? Maybe I've chosen wrong IDE for my project? Please help Thanks in advance Tom -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/ --------------------------------------------------------------------- To unsubscr... 1 Aug 2006 19:31
wxHtmlDCRenderer with background image
Hi, I need to render HTML to image. And since wxHtmlWindow::m_backBuffer is private :-(, i need to use wxHtmlDCRenderer it seems. But i get this error on a HTML string which has a background image for HTML page. The reason is that the handler TAG_HANDLER_BEGIN(BODY, "BODY") is not checking for the m_WPar... 31 Jul 2006 18:54
How to read a line from text file?
Hi, I'd like to read string from a text file line by line. But wxFile or wxFileInputStream only support read data from file byte by byte. How can a read lines from a text file like the following? while (reader.HasMore ()) { wxString line = reader.ReadLine (); // do something. } Thanks in advance. He Ho... 13 Jul 2006 04:18
FreeImage Graphics Library
Is anyone using the FreeImage graphics library within a wxWidgets application? I'm looking for some guidance as to how to create a wxBitmap from a FIBITMAP (and eventually to go the other way too) --------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe@... 13 Jul 2006 04:18
Assertion failure in wxSocket
Hi all, I am using wxSocket for communication between a client application and server. I have implemented my own protocol with wxSocket infrastructure. I am creating wxSocketServer with default flags at both client and server. When I run my application I get some assertion failure message (which is n... 9 Jul 2006 12:41
wxGrid problem
Hi, I'm having a problem getting wxGrid to size its columns dynamically as the enclosing container is resized. Instead of working like I would expect it, there seems to be some blank area after the last column that I cant explain. Also, I have tried to suppress the horizontal scrollbar but it seems like wxGr... 7 Jul 2006 12:03
libwxctb 0.8 fail to compile with gcc 3.4.4 (mingw version) on WinXP
I try to use gcc 3.4.4(mingw version) to compile libwxctb 0.8 but got several link error. The error message as below: D:\misc\source\libwxctb-0.8\build>mingw32-make -f makefile.gcc DEBUG=0 GPIB= 1 g++ -c -o wxctb_lib_expect.o -DNDEBUG -O2 -mthreads -I..\include -MTwxctb_lib _expect.o -MFwxctb_lib_expect.o.d -... 5 Jul 2006 11:00
capture frame from a camera using directx
Hi peolple, Have you any source code to capture frames from a camera (usb or video card) using microsoft directx and wxwidgets as gui? Regards Frank ... 6 Jul 2006 09:40
__declspec(dllimport)
List I have a major problem, I have code that was originally created in Linux and uses stl and wxWidgets together. Works very nice on 32/64 systems. When I take the code to Win XP Pro, using MSDEV 2005 express, it fails apart. I have rewritten it using the #ifdef __WXMSW__ and have it working except for one final... 17 Jun 2006 09:04
undefined references while trying to link statically
Hi all, I'm using Julians Dialogblocks with wxGTK-2.6.2 on Linux. Compiling and linking my App in shared lib mode works fine. But trying make a static build leads to the following error messages: *** /home/tz/projects/igstd/.libs/libigdbapp.a(igdbapp.o)(.text+0x2d4): In function `igDbApp::DbOnInit()': *** /ho... 15 Jun 2006 03:51
First  |  Prev |  Next  |  Last
Pages: 15 16 17 18 19 20 21 22 23 24 25 26 27