For some reason Irrlicht is not playing nice with the debugger I use
i have version 10 and conple with DevCpp
in both the DevCpp debugger and the insight debugger the program crashes on the createdevice call
however when i run my program without a debugger it runs and the create device call works but it crashes later because on an error in my code which i can't find bcause the damn debugger dosen't work
any one else ever have this problem before? (and know what i can do?)
Irrlicht & Debugging
There's probably everything right with your debugger, it's its job to find all problems, and it seems you have problem arround createDevice. When you run without debugger there's no so much control and your program runs, but it doesn't mean there's no bug. And actually, as you see, it exists somewhere, and perhaps have something common with the createDevice, just look arround.