Skip to main content
GameDev.net gamedev.net
🔒 Locked

Crash instead of compile error

Started by andrew1b Dec 28, 2012 at 8:41 PM 0 replies 1.7k views
Original Post
andrew1b
andrew1b

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()
	{
	}
}
...
WitchLord
WitchLord
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 - <a href="http://www.angelcode.com/tower" rel

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.