Recompiling 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
brcolow

Recompiling Irrlicht

Post by brcolow »

Hello,

I have Microsoft Visual C++ 6.0 and I have noticed a few improvements on the forums for the FPS camera. I am interested in implementing these into my game, but I do not know how to re-compile all of Irrlicht. Once I open the C++ file needed to change, do I just compile THAT or every single other thing?

Thanks!
c_olin3404
Posts: 67
Joined: Fri Jan 23, 2004 5:04 am

Post by c_olin3404 »

open up the actual project fille (extension is dsw or dsp) and select and edit the right file, and then open up Irrlicht.cpp in the project and compile.

you must have the DirectX 9 SDK
Post Reply