Windows上的OpenFL基本安装不起作用?

时间:2014-03-24 16:25:18

标签: haxe openfl neko

我去http://www.openfl.org/archive/download/并按照步骤进行了一次非常基本的第一次测试:

haxelib install lime
haxelib run lime setup
lime install openfl
lime create openfl:DisplayingABitmap

当我尝试使用以下命令运行时:

cd DisplayingABitmap
lime test neko

我明白了:

Export/windows/neko/haxe/ApplicationMain.hx:1: characters 7-20 : Class not found : openfl.Assets

在使用Haxe或OpenFL之前我还没有做过任何事情,所以这是一个全新的安装。任何人都可以猜到发生了什么?它似乎没有看到openfl库的内容,尽管它可以完美地生成项目。

(更新:我在Mac上尝试过完全一样,但效果很好,所以我认为这个问题与Windows有关)

1 个答案:

答案 0 :(得分:0)

尝试按照http://www.openfl.org/documentation/setup/install-haxe/的步骤操作,然后重新安装最新的openfl," archive"文件夹大多已经过时了。