Search found 1 match

by maeb3rry
Sun Jul 16, 2006 5:15 am
Forum: Beginners Help
Topic: How to run the compiled helloworld code in VC++ 6.0
Replies: 5
Views: 418

One thing missing from the help in the helloworld example. I've just started using irrlicht myself and got stuck on this problem too for a little bit. The solution is dead simple - you just need to tell Visual Studio where the irrlicht.dll is. So, like how you add the \lib and \include directories, ...