Search found 3 matches

by Rkampen
Fri Apr 01, 2011 9:46 pm
Forum: Project Announcements
Topic: irrAI 0.50 - AI module for Irrlicht [Updated 28/11/09]
Replies: 319
Views: 128390

finally got it to run. after hours of frustration I decided to manually copy all the .h and .cpp files from the SRC and Include folder. With a minor adjustment to the code it runs smoothly now.
Never expected that the code itself would be easier to understand than to actually set up the project :x I ...
by Rkampen
Thu Mar 31, 2011 6:28 pm
Forum: Project Announcements
Topic: irrAI 0.50 - AI module for Irrlicht [Updated 28/11/09]
Replies: 319
Views: 128390

Fixed it :D
I'm doing something wrong somewhere but I don't know what:

Open visual c++ 2010
Open irrAI.sln
Conversion pop up window comes up, press finish
Set it to Release instead of debug
Go to project properties
Went to General under C/C++
Changed the irrlicht include folder in the additional ...
by Rkampen
Thu Mar 31, 2011 12:58 pm
Forum: Project Announcements
Topic: irrAI 0.50 - AI module for Irrlicht [Updated 28/11/09]
Replies: 319
Views: 128390

irrAi seems perfect for what I need in my project, I tried to get the simple example to run but I get this error:

Error 1 error C1047: The object or library file 'C:\Program Files\Microsoft Visual Studio 10.0\VC\lib\IrrAI.lib' was created with an older compiler than other objects; rebuild old ...