eaglelin 发表于 2009-4-19 18:18:49

编译半途出现奇怪的问题

本帖最后由 eaglelin 于 2009-4-28 23:26 编辑

F5解释执行可以
但是编译时候说是fileinstall()非法
我的加载的文件路径都是对的啊

[ 本帖最后由 eaglelin 于 2009-4-19 19:41 编辑 ]

sensel 发表于 2009-4-20 07:22:05

FileInstall() 源文件不允许使用变量或包含通配符。

The source file must be a string and not a variable so that the compiler can extract the filename to include. The source cannot contain wildcards.

When this function is used from a non-compiled script, a copy operation is performed instead (to allow for easy testing pre-compilation).

eaglelin 发表于 2009-4-28 23:26:11

明白!谢谢!
页: [1]
查看完整版本: 编译半途出现奇怪的问题