Configure Dev-Cpp on Win32 (+ Dev-Cpp Templates)

A forum to store posts deemed exceptionally wise and useful
Post Reply
Guest

Configure Dev-Cpp on Win32 (+ Dev-Cpp Templates)

Post by Guest »

Hey everyone,

I wrote this tutorial to set up Dev-Cpp on Win32. Hope you find it useful.

It is slightly different from the existing turorial by Andy, which is a bit oudated.

Additionnaly: Dev-Cpp templates.
I often create small projects, to test specific features of Irrlicht.
Dev-Cpp templates are great for this!

So here are 3 templates:
- simple application (tutorial 1)
- Terrain + skybox (tutorial 12)
- 3D app embeded in a window (tutorial 14)

How to install them?
Grab' em here (8.1Ko) and extract the content of the archive into your /Dev-Cpp/Templates folder.

How to uninstall them?
Simply delete the 8 files

How to use them?
* click on "New Project"
* In the Tab "Irrlicht" select a template
* choose C++
* Type the name of your project, click OK
* Done.

Happy coding, chaps
Katsankat
Posts: 178
Joined: Sun Mar 12, 2006 4:15 am
Contact:

Post by Katsankat »

**cough** i forgot to eat my cookie before posting
Post Reply