VC++ .NEt

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
rogerdv
Posts: 93
Joined: Wed Aug 27, 2003 4:20 pm

VC++ .NEt

Post by rogerdv »

Can somebody explain me how to create an Irrlicht project in Visual Studio .net? I cant find how to add the lib and set the correct path to the include dirs.
ru guo ni yao ai, ni jiang bu hui shi qu
R00mpel
Posts: 41
Joined: Sun Nov 09, 2003 10:12 am
Location: Russia, Nizhny Novgorod

Post by R00mpel »

Just open the solution explorer, right-click on your project's name and choose "Properties"... Or you can also set all paths in the "Tools->Options->Projects->VC++ Directories" window...
The only thing to fear is running out of beer!
codechief
Posts: 15
Joined: Thu Apr 01, 2004 1:15 pm
Location: Canada

Post by codechief »

Yes, and whilst you are there, point the "Source Files" directory to Irrrlicht's source directory (after you've unzipped Irrlicht's source files). Enabling this option gives you Intellisense too and that is cool.

If you do not see Irrlicht's Intellisense, then try including a C++ standard directory like iostream.h and then calling cout. You should now see Intellisense for both, iostream and Irrlicht. Of course, in all this I am presuming you've included "Irrlicht.h"

Hope this helps...

cc
Post Reply