Search found 3 matches

by markzer
Fri Jul 29, 2005 6:21 am
Forum: Beginners Help
Topic: GUI crashes (and some other questions)
Replies: 6
Views: 493

Now it works fine, thanks.

And now I have new questions.

...
case EGET_BUTTON_CLICKED:

if (id == 101)
{

?????; //here should be something

return true;
}

break;
...


I want to run a code in other source file (game.cpp) and I don't know how.
by markzer
Tue Jul 26, 2005 11:44 am
Forum: Beginners Help
Topic: GUI crashes (and some other questions)
Replies: 6
Views: 493

Thanks, I will try it


It works, but now it crash if I click Quit button
by markzer
Tue Jul 26, 2005 6:50 am
Forum: Beginners Help
Topic: GUI crashes (and some other questions)
Replies: 6
Views: 493

GUI crashes (and some other questions)

I made a little GUI, but it crash every time combile and run it. And I don't know what is wrong.

Code is here:


#include <irrlicht.h>
#include <iostream>

using namespace irr;

using namespace scene;
using namespace io;
using namespace gui;
using namespace video;
using namespace core;

#pragma ...