Type 'b2DebugDraw' not found.

BlitzMax Forums/Brucey's Modules/Type 'b2DebugDraw' not found.

Scienthsine(Posted 2009) [#1]
I have trouble compiling anything with graphics in the examples. Render.bmx gives that error. I tried this on two computers with fresh installs of bmax, mingw, and box2d, one with windows 7, the other with xp. Same results. The keyword 'b2DebugDraw' is highlighted in yellow... but yet I get this error?

What's I doin wrong? :(


Tommo(Posted 2009) [#2]
Render.bmx is not an example, it's a part of the example framework. It's utilized by other examples in that folder.


Brucey(Posted 2009) [#3]
That's right. Try any of the example files other than render.bmx and test.bmx.

:-)


Scienthsine(Posted 2009) [#4]
Wow... those were the only two I tried... :p Works fine, only thing I noticed is that the revolute one displays keys to change parameters, but the functionality hasn't been implemented. Also the helloworld example needs the position iteration parameter added to world create. That's going from memory though.

Thanks :)