Search found 9 matches

by andrei71
Sun May 29, 2011 3:43 am
Forum: Beginners Help
Topic: Error : Compile Irrlicht With Dev C++ ?
Replies: 14
Views: 3935

Oh no,sorry for my dopost..this forum gave me some errors damn it !.please admin DELETE my post !
by andrei71
Sat May 28, 2011 4:14 am
Forum: Beginners Help
Topic: Error : Compile Irrlicht With Dev C++ ?
Replies: 14
Views: 3935

Ok,i have tried VC++ 2008 express edition,these are my steps :

1.Download Irrlicht SDK and extract it
2.Open VC++ 2008>>File>>New Project>>Win32Project>>Latihan.cpp
3.Paste all Irrlicht headers in VC include folder
4.Paste Irrlicht.lib in VC library folder
5.Open Latihan properties in VC++2008 ...
by andrei71
Thu May 26, 2011 4:25 am
Forum: Beginners Help
Topic: Error : Compile Irrlicht With Dev C++ ?
Replies: 14
Views: 3935

Sorry but the link you gave me,the explaination is too quick and small.i don't get it :(

Now i'm trying compile VC++ 2010 with irrlicht 1.7
by andrei71
Sun May 22, 2011 4:40 am
Forum: Beginners Help
Topic: Error : Compile Irrlicht With Dev C++ ?
Replies: 14
Views: 3935

Follwing to this tutorial :

http://irrlicht.sourceforge.net/tut001.html

The tutorial only teach about how to compile with VC++ 6 and VS.NET
.but there is no VC++ 2008 tutorial.

how to set it on ?
by andrei71
Sat May 21, 2011 3:12 am
Forum: Beginners Help
Topic: Error : Compile Irrlicht With Dev C++ ?
Replies: 14
Views: 3935

Anyways the error message is pretty clear on what is wrong. createDevice() now needs a dimension2d<u32> and you are passing a dimension2d<s32>

I have change it from 2d<s32> to 2d<u32>.the compilation was ok but it became error when debugged.

I second that!! I got rid of Dev last year...
Get ...
by andrei71
Fri May 20, 2011 9:08 am
Forum: Beginners Help
Topic: New to Irrlicht - Trying to use with Visual Studio 2008
Replies: 7
Views: 762

I failed to used VS 2008 so i am trying Dev C++ :(
by andrei71
Fri May 20, 2011 9:03 am
Forum: Beginners Help
Topic: Error : Compile Irrlicht With Dev C++ ?
Replies: 14
Views: 3935

Error : Compile Irrlicht With Dev C++ ?

I have try to compiled Irrlicht with Dev C++ 4.9.9.2.i wrote a script to compiled it :

// HelloUniverse.cpp
// Include the Irrlicht header
#include "irrlicht.h"

// Irrlicht Namespaces
using namespace irr;
using namespace core;
using namespace scene;
using namespace video;
using namespace io ...
by andrei71
Sun Apr 24, 2011 9:55 am
Forum: Beginners Help
Topic: Compile Irrlicht With VC++ 2008 Express Edition ?
Replies: 5
Views: 586

But anyway - your solution will also work and indeed seem to have compiled and linked and started. So library seems fine. Don't you get _any_ errors? For example in the console window? Or a message box?

Yes my solution was neither succeeded nor failed but 1 up to date in the report,what's wrong ...
by andrei71
Wed Apr 20, 2011 3:22 am
Forum: Beginners Help
Topic: Compile Irrlicht With VC++ 2008 Express Edition ?
Replies: 5
Views: 586

Compile Irrlicht With VC++ 2008 Express Edition ?

Hi,

I am new here and i am using VC++ 2008 Express Edition IDE.i have try to compile Irrlicht with this IDE.but it still failed.

these are my steps :

1.Download Irrlicht SDK and extract it
2.Open VC++ 2008>>File>>New Project>>Win32Project>>Latihan.cpp
3.Paste all Irrlicht headers in VC include ...