irrlicht msvc debugger tutorial

A forum to store posts deemed exceptionally wise and useful
Post Reply
thatdudeoverthere
Posts: 28
Joined: Fri Apr 24, 2009 2:43 pm
Location: over there...

irrlicht msvc debugger tutorial

Post by thatdudeoverthere »

For all the questions i've asked i thought i might return something useful to the forums in tribute....anyhow for all the people running in the dark (including me :roll:) on how to debug in msvc 2005 (i know its old but it still helps, well for me at least) here's a introduction tutorial on how to do so. by the way it uses irrlicht in the demostration photos.

http://www.gamedev.net/reference/progra ... /page3.asp

hope this helps (and one last time i know its 2005 but it seems to work with 2008)
//Personal code

bool sarcasm;

void set_sarcastic()
{
sarcasm = true;
}
[img]
http://imgs.xkcd.com/comics/goto.png
[/img]
Post Reply