[haXe] Class name not valid?

Nicolas Cannasse ncannasse at motion-twin.com
Wed Apr 12 22:28:16 CEST 2006


> Hi,
> I wanted to create a class haXeGTK.Events.EventManager but the
> compiler says it is an invalid name... I would really like to know why
> :-/

package name should be lowercase.
Events in that case should be named "events".

Nicolas



More information about the Haxe mailing list