Search found 3 matches

by warwick1591
Thu Aug 28, 2008 14:31
Forum: Help
Topic: Only runs in debug mode.
Replies: 3
Views: 2238

Only runs in debug mode.

Hi, So i have some code that pritty much creates a Irrlicht render with a irrlicht device that i have create IrrlichtDevice* device = createDevice(video::EDT_OPENGL, dimension2d<s32>(800, 600), 32, false, false, false, 0); device->setWindowCaption(L"Test"); IVideoDr...
by warwick1591
Wed Aug 27, 2008 02:34
Forum: Help
Topic: subscribing events using IrrlichtRender
Replies: 3
Views: 3085

It must be that line because as soon as it wants to run that line it crashes. It doesnt even get to my handler. This is my layout of the gui Window* root = WindowManager::getSingleton().createWindow("DefaultWindow", "root"); System::getSingleton().setGUISh...
by warwick1591
Tue Aug 26, 2008 18:14
Forum: Help
Topic: subscribing events using IrrlichtRender
Replies: 3
Views: 3085

subscribing events using IrrlichtRender

Hi, Im using VS9.0 sp1 with CEGUI 0.6.1 and everything compiles and runs fine untill i try to subscribing an event. I downloaded and am using the precompiled package for vs9.0 of CEGUI. My code is PushButton* btn->subscribeEvent(CEGUI::PushButton::EventClicked, CEGUI::Event::Subscriber(&...

Go to advanced search