Search found 15 matches

by leeroyjenkins
Sun Mar 18, 2007 6:15 pm
Forum: Off-topic
Topic: Game Maker
Replies: 26
Views: 2197

Well, I dabbed into Visual Basic and QBasic, as well as Python. GML, I think, is object oriented programming, so I do have some knowledge in that area.
by leeroyjenkins
Sun Mar 18, 2007 6:13 pm
Forum: Beginners Help
Topic: Again... / Visual C++
Replies: 4
Views: 327

Thanks.
by leeroyjenkins
Sun Mar 18, 2007 5:32 pm
Forum: Off-topic
Topic: Game Maker
Replies: 26
Views: 2197

Thanks!
by leeroyjenkins
Sun Mar 18, 2007 5:32 pm
Forum: Beginners Help
Topic: Again... / Visual C++
Replies: 4
Views: 327

Anyone?

Also, there's a spam topic called "Auto Insurance Online".
by leeroyjenkins
Sun Mar 18, 2007 3:53 pm
Forum: Beginners Help
Topic: Again... / Visual C++
Replies: 4
Views: 327

Again... / Visual C++

When I try to make a New File (not a project), it won't let me compile it. I searched through the manual, but nothing came up.

Thanks.
by leeroyjenkins
Sun Mar 18, 2007 3:52 pm
Forum: Off-topic
Topic: Game Maker
Replies: 26
Views: 2197

Thanks Liger!

Yeah (@Andrei), I used it for a game or two.
by leeroyjenkins
Sun Mar 18, 2007 4:06 am
Forum: Off-topic
Topic: Game Maker
Replies: 26
Views: 2197

Same here. I still use it to make small puzzle games for my family, or top down shooters for my friends. But I am really looking forward to learning C++. Now, if only there were tutorials that went past the basics...
by leeroyjenkins
Sun Mar 18, 2007 4:04 am
Forum: Beginners Help
Topic: Code::Blocks / Not the Nightly Versions
Replies: 9
Views: 387

I'm just going to use Visual C++.

When I compiled, it would just stop. It had worked before with smaller programs, like:


#<iostream>
#<stdlib.h>

int main()
{

cout << "Hey, all!" << endl;
system("PAUSE");

}


But, when I went to compile anything Irrlicht related, it wouldn't go.
by leeroyjenkins
Sun Mar 18, 2007 12:42 am
Forum: Off-topic
Topic: Game Maker
Replies: 26
Views: 2197

Yes, but C++ is harder, and frankly it sucks to set up (Irrlicht + Code::Blocks=a big headache). That is why I am moving towards C++.
by leeroyjenkins
Sun Mar 18, 2007 12:39 am
Forum: Beginners Help
Topic: Code::Blocks / Not the Nightly Versions
Replies: 9
Views: 387

Argh! It still doesn't work...Darn, I really wanted to use Code::Blocks, but it looks like I'll be using Dev C++. Does anyone know of any other IDEs that are compatible with Irrlicht? Thanks.
by leeroyjenkins
Sat Mar 17, 2007 11:27 pm
Forum: Beginners Help
Topic: Code::Blocks / Not the Nightly Versions
Replies: 9
Views: 387

When your right, your right.
xD.
Thanks.

EDIT: Do I have to dload the SDK? It's a huge pain in the ass.
by leeroyjenkins
Sat Mar 17, 2007 11:17 pm
Forum: Off-topic
Topic: Game Maker
Replies: 26
Views: 2197

xD, I guess. You can make a game in about half an hour, its just it won't LOOK good. Good point.
by leeroyjenkins
Sat Mar 17, 2007 11:15 pm
Forum: Beginners Help
Topic: Code::Blocks / Not the Nightly Versions
Replies: 9
Views: 387

Thats the one that has broken links.
:wink:
by leeroyjenkins
Sat Mar 17, 2007 10:49 pm
Forum: Off-topic
Topic: Game Maker
Replies: 26
Views: 2197

Game Maker

I'm just curious-has anyone else here ever used Game Maker? It's not only a 2D and 3D game making tool, it is free (well, there's also a paid version) and has its own programming language. That's how I learned to program.

Anyone else use it?

http://www.gamemaker.nl <-Link.

Again, just curious.
by leeroyjenkins
Sat Mar 17, 2007 10:46 pm
Forum: Beginners Help
Topic: Code::Blocks / Not the Nightly Versions
Replies: 9
Views: 387

Code::Blocks / Not the Nightly Versions

Hey all (first post!);

I have Code Blocks, not the nightly version but 1.0. I want to use Irrlicht with it, but apparently the tutorial on how to do that has links to files that aren't there or are out of date. Could anyone point me in the right direction? Thanks.