visual c++ && irrlicht

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Tr3nT
Posts: 65
Joined: Thu Nov 29, 2007 5:19 pm

visual c++ && irrlicht

Post by Tr3nT »

hi all!
i have never used irrlicht with visual c++
but i need it because irrAR isn't compatible with dev cpp....
how i can compile the project?
do u have a good tutorial?
thanks.....
polylux
Posts: 267
Joined: Thu Aug 27, 2009 12:39 pm
Location: EU

Post by polylux »

Just get a Visual C++ Express Edition, they're free. Then you'll find the project files in the Irrlicht folder (.vcproj).
beer->setMotivationCallback(this);
Tr3nT
Posts: 65
Joined: Thu Nov 29, 2007 5:19 pm

Post by Tr3nT »

i have a dev-cpp project...
i need to know which steps i have to follow in order to make it run
sudi
Posts: 1686
Joined: Fri Aug 26, 2005 8:38 pm

Re: visual c++ && irrlicht

Post by sudi »

Tr3nT wrote:but i need it because irrAR isn't compatible with dev cpp.....
That statement is just wrong. dev cpp is an IDE using the mingw compiler. so i guess irrAR is compiled with visualstudio. the produced libs won't work with the compiler/linker....so in reality your compiler/linker is not compatible with irrAR.
We're programmers. Programmers are, in their hearts, architects, and the first thing they want to do when they get to a site is to bulldoze the place flat and build something grand. We're not excited by renovation:tinkering,improving,planting flower beds.
Tr3nT
Posts: 65
Joined: Thu Nov 29, 2007 5:19 pm

Post by Tr3nT »

i know it...
i said it bad.....
Post Reply