Search found 5 matches

by yablebab
Fri Oct 20, 2006 6:14 pm
Forum: Advanced Help
Topic: exe crashes when run manually, runs fine within codeblocks
Replies: 5
Views: 464

Yes, the dll is in the same place as the .exe. But, I found a couple of pointers that were uniitialized, which I thought could be causing the crash. The problem is, I have a whole bunch of pointers declared from within a class, like so: class MyWindow: public wxWindow { public: ... ... private: ... ...
by yablebab
Thu Oct 19, 2006 9:03 pm
Forum: Advanced Help
Topic: exe crashes when run manually, runs fine within codeblocks
Replies: 5
Views: 464

exe crashes when run manually, runs fine within codeblocks

First, the background: WindowsXP Code::Blocks IDE Sep 6, 2006 build wxWidgets 2.7 Irrlicht Graphics Engine v 1.1 I'm building a win32 app with irrlicht embedded in a wx control. When I compile for debug, and press F9 (run) in codeblocks, it runs perfectly. But when I try and run the exe externally (...
by yablebab
Wed Oct 04, 2006 6:29 pm
Forum: Advanced Help
Topic: wxIrrlicht problem
Replies: 0
Views: 256

wxIrrlicht problem

I'm using a wxIrrlicht control, along with a seperate frame to interact with the graphcis on screen. ( http://www.rpi.edu/~amadib/Screenshot1.bmp ) I want the frame with all the controls to be dockable, so I used a wxFrameManager and added the notebook as the only pane. The problem is that when I mo...
by yablebab
Tue Sep 26, 2006 6:46 pm
Forum: Advanced Help
Topic: wxIrrlicht control crashes (SOLVED)
Replies: 1
Views: 423

wxIrrlicht control crashes (SOLVED)

I tried to use the wxIrrlicht control (http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=15338&highlight=wxwidgets) to make a simple test program, and it builds ok, but it crashes when i run it. I went through function by function and it seems there are a few things making it crash. First, ...
by yablebab
Tue Sep 26, 2006 6:15 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Irrlicht embedded in a wxWidgets control
Replies: 40
Views: 20781

program crash

I tried to use your class to make a simple test program, and it builds ok, but it crashes when i run it. I went through function by function and it seems there are a few things making it crash. First, in the OnPaint() function, declaring the wxPaintDC object causes the program to crash on terminatio...