If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
JoeWright
Posts: 74 Joined: Mon Dec 08, 2003 3:51 pm
Post
by JoeWright » Thu Jan 08, 2004 11:18 pm
In VC .Net 2002 I'm unable to step into a lot of the Irrlicht code. Specifically, when there is a variable involved that has been declared using one of the sub irr namespaces, any routines involving that variable cannot be stepped into.
Any solutions?
Thanks
Joe
niko
Site Admin
Posts: 1759 Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:
Post
by niko » Fri Jan 09, 2004 7:46 am
You could compile the engine in Debug mode, this should solve your problem.
JoeWright
Posts: 74 Joined: Mon Dec 08, 2003 3:51 pm
Post
by JoeWright » Fri Jan 09, 2004 12:07 pm
I found the problem, I didn't have my output folders set up correctly so the debug version wasn't in the right place.
Thanks
Joe