Advertisement

Crash instead of compile error

Started by December 28, 2012 08:41 PM
0 comments, last by WitchLord 11 years, 8 months ago

Hi Andreas, I've been following the WIP version and enjoying using AngelScript so far. Thanks for the great work.

There's something I found today which might be a bug, fortunately it is easy to reproduce. The following code is crashing the compiler instead of returning an error message:


class Foo
{
	Foo(int a)
	{
	}
}

class Bar : Foo
{
	void func()
	{
	}
}

...
Thanks, I've fixed this crash in revision 1525.

Regards,
Andreas

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