Search found 2 matches

by Mercurial4
Thu Sep 24, 2015 9:39 pm
Forum: Beginners Help
Topic: Using Irrlicht.lib 32bit on windows7 64bit
Replies: 5
Views: 1607

Re: Using Irrlicht.lib 32bit on windows7 64bit

Start with the example project files coming with Irrlicht. Latest are VS2013, but VS should update them automatically.
Oh, I didn't know that examples are included. Thanks. They build just fine. The only thing needed to get em working is: Right click on project -> Configuration Properties ...
by Mercurial4
Thu Sep 24, 2015 7:46 pm
Forum: Beginners Help
Topic: Using Irrlicht.lib 32bit on windows7 64bit
Replies: 5
Views: 1607

Using Irrlicht.lib 32bit on windows7 64bit

I've followed the visual studio setup tutorial at http://irrlicht.sourceforge.net/docu/example001.html. I'm using visual studio 2015 community edition.

1. I've added the include folder to 'Include directories'.
2. I've added lib\Win32-visualstudio to 'Library directories'

When I tried building I ...