🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

unexpected casting statement crash AS!

Started by
1 comment, last by WitchLord 16 years, 1 month 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.
Advertisement
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

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