Search found 5 matches

by SilentScope2190
Sat Aug 01, 2009 12:54 am
Forum: Beginners Help
Topic: Irrlicht cannot start on VC++ 2008[SOLVED]
Replies: 8
Views: 465

AWESOME THANKS

I finally fixed it.What happened was that the hello World Sample has another file named 01. Hello World Incremental linker file. if you set up visual studio like in the video above after you add the .dll file you must right click on the solution explorer and click properties.change the tools to CUST...
by SilentScope2190
Sat Aug 01, 2009 12:36 am
Forum: Beginners Help
Topic: Irrlicht cannot start on VC++ 2008[SOLVED]
Replies: 8
Views: 465

Still not working

I checked the video out its really explanatory except that there is one issue.when i include the .dll files visual studio compiles but then it quits instantly i tried pausing the system with code but it still quits. here is an error message LINK : ..\..\bin\Win32-VisualStudio\01.HelloWorld.exe not f...
by SilentScope2190
Fri Jul 31, 2009 11:19 pm
Forum: Beginners Help
Topic: Irrlicht cannot start on VC++ 2008[SOLVED]
Replies: 8
Views: 465

Visual Studion 2008 not working

K i will try to set visual studio by adding irrlicht.dll to my executables folder.
as of using the examples folder i did it before but idk there must be a way to avoid that since later i would have to deal with deleting all the other irrlicht files.
by SilentScope2190
Fri Jul 31, 2009 1:26 am
Forum: Beginners Help
Topic: Irrlicht cannot start on VC++ 2008[SOLVED]
Replies: 8
Views: 465

Irrlicht cannot start on VC++ 2008[SOLVED]

A few problems that i am facing after updating to VC++ 2008 i made a new console game project to start a game, i set up the IDE VC++ 2008 to look for my library files and everything like the irrlicht manual says. but some ugly messages pop out saying "The application cannot start because irrlic...
by SilentScope2190
Sun Jul 26, 2009 12:55 am
Forum: Beginners Help
Topic: Movement and Animation
Replies: 3
Views: 415

Movement and Animation

first things first does anyone know how to call the animated sydney node when a key is pressed,I loaded the sydney mesh but its constantly playing. second,i started going into collisions with the terrain i managed to collide my mesh using the camera like in the tutorial. does anyone know how to mix ...