Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

- - - - -

Crash instead of compile error


Old topic!
Guest, the last post of this topic is over 60 days old and at this point you may not reply in this topic. If you wish to continue this conversation start a new topic.

  • You cannot reply to this topic
1 reply to this topic

#1 Andre Santee   Members   -  Reputation: 214

Like
0Likes
Like

Posted 28 December 2012 - 02:41 PM

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()
	{
	}
}

 

 

 


...

Sponsor:

#2 Andreas Jonsson   Moderators   -  Reputation: 2322

Like
0Likes
Like

Posted 28 December 2012 - 06:27 PM

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




Old topic!
Guest, the last post of this topic is over 60 days old and at this point you may not reply in this topic. If you wish to continue this conversation start a new topic.



PARTNERS