Search found 9 matches
- Sun May 29, 2011 3:43 am
- Forum: Beginners Help
- Topic: Error : Compile Irrlicht With Dev C++ ?
- Replies: 14
- Views: 3935
- Sat May 28, 2011 4:14 am
- Forum: Beginners Help
- Topic: Error : Compile Irrlicht With Dev C++ ?
- Replies: 14
- Views: 3935
- Thu May 26, 2011 4:25 am
- Forum: Beginners Help
- Topic: Error : Compile Irrlicht With Dev C++ ?
- Replies: 14
- Views: 3935
- 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 ?
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 ?
- Sat May 21, 2011 3:12 am
- Forum: Beginners Help
- Topic: Error : Compile Irrlicht With Dev C++ ?
- Replies: 14
- Views: 3935
- 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
- 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 ...
// 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 ...
- Sun Apr 24, 2011 9:55 am
- Forum: Beginners Help
- Topic: Compile Irrlicht With VC++ 2008 Express Edition ?
- Replies: 5
- Views: 586
- 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 ...
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 ...