Debug problems

Started by
20 comments, last by WitchLord 19 years, 7 months ago
Thanks for taking the time to write the test case. I'm able to reproduce the problem with your code. I'll find a way to fix the bug soon, I hope.

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

Advertisement
Ok, the problem was actually the assert itself. So you only have to update it (or remove it if you wish). The correct assert is:

assert(from->isConstant || from->dataType.IsPrimitive() || from->dataType.pointerLevel > 0);


(as_compiler.as, line 1810)


AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

This topic is closed to new replies.

Advertisement