Advertisement

unexpected casting statement crash AS!

Started by April 29, 2008 02:26 AM
1 comment, last by WitchLord 16 years, 4 months ago
Hi: I found that, some unexpected casting statement will crash AS Compiler. ex: uint8 a=0x80; int j=int(); the int() without parameter will crash Compiler! I think the Bug is in asCCompiler::CompileConversion()! Thanks.
Ok. I'll look into this. Thanks.

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
I've finally fixed this bug. If you're interested you can get the fix from the SVN (rev 267).

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