Search found 4 matches

by cleversight
Tue Jan 19, 2010 12:00 am
Forum: Advanced Help
Topic: irrLicht + wxWidgets + Linux
Replies: 7
Views: 1302

hybrid wrote:What I meant is if the wxWindow is really an OpenGL window, or just a X window.
It's a wxFrame window. Do you have an example by using an OpenGL window? Your help is very appreciated. I'll communicate my success (if any).

Thanks.
by cleversight
Mon Jan 18, 2010 6:54 pm
Forum: Advanced Help
Topic: irrLicht + wxWidgets + Linux
Replies: 7
Views: 1302

Are you sure that this creates an OpenGL capable window? It looks to me that it does not. Either try different window creation params, or try the software renderers. Yes, it does. Actually, this->driverType = video::EDT_OPENGL. I've tried also the EDT_SOFTWARE, without success. It just cannot locat...
by cleversight
Mon Jan 18, 2010 4:07 am
Forum: Off-topic
Topic: Why so many people use MSVC?
Replies: 70
Views: 13750

Eclipse

I use Eclipse for all my programming needs; i'm on Ubuntu Karmic... with just a CTRL-B, i compile my project without anything else. Goes quick and it has cool autocompletion, svn, etc... and it's Cross-Os I'm working on a irrLicht-wxWidgets-openCv project... imagine, too many different sdk--- but no...
by cleversight
Mon Jan 18, 2010 3:12 am
Forum: Advanced Help
Topic: irrLicht + wxWidgets + Linux
Replies: 7
Views: 1302

irrLicht + wxWidgets + Linux

Hello I'm getting into madness since i got most part of my personal project done until i begin to deal with the integration of irrLicht into a wxWidgets window under Linux (which means, X system). I read that a wxFrame has a method useful to retrieve its handle, which i later i can use as a "wi...