Search found 7 matches

by Tek
Sun Sep 18, 2011 10:12 am
Forum: Beginners Help
Topic: GUI help
Replies: 7
Views: 237

Re: GUI help

ok, thank you, i will try that.
by Tek
Sun Sep 18, 2011 8:55 am
Forum: Beginners Help
Topic: GUI help
Replies: 7
Views: 237

Re: GUI help

it's how i learn, i cant get tutorials that work for my compiler (well not basic ones other then all the way up to loops which i have done many times), so i find a working one, read through it, then experiment with the code to see what happens when i do something.
by Tek
Sun Sep 18, 2011 7:18 am
Forum: Beginners Help
Topic: GUI help
Replies: 7
Views: 237

Re: GUI help

#include <irrlicht.h> #include "driverChoice.h"   using namespace irr;   using namespace core; using namespace video; using namespace gui; using namespace io; using namespace scene;   #ifdef _IRR_WINDOWS_ #pragma comment(lib, "Irrlicht.lib") #endif   //declare a sturcture to hol...
by Tek
Sun Sep 18, 2011 7:10 am
Forum: Beginners Help
Topic: GUI help
Replies: 7
Views: 237

Re: GUI help

I tried what you suggested, but there was an error, it says there are too many arguments in the function call.
by Tek
Sat Sep 17, 2011 3:58 am
Forum: Beginners Help
Topic: Rendering problem
Replies: 3
Views: 631

Re: Rendering problem

Switching to visual studio express worked, thanks.
by Tek
Sat Sep 17, 2011 3:27 am
Forum: Beginners Help
Topic: GUI help
Replies: 7
Views: 237

GUI help

I was following tutorial 5, making the gui, and i wanted to add a cancel button to the new windows you can open. But after 4+ hours of browsing the forums and google, i still cant find anything :x . if anyone could give me some help/code?
by Tek
Thu Sep 15, 2011 9:09 am
Forum: Beginners Help
Topic: Rendering problem
Replies: 3
Views: 631

Rendering problem

I am using dev-c++ 4.9.9.2; I was following tutorials, and the code ran perfectly, until it needed to render 3d objects such as a cube, or the model from Quake 3. It just shows nothing at all except a blank background and any text. The opperating system i am using is Windows XP, if that has any infl...