yuquan_32 2007-8-2 18:15
Compiled Module的問題
練習用main腳本調用一子腳本funGather(test type=complied module),運行主腳本到 load("D:\\test\\funGather")時
出現如下信息:
Error: Unable to load the compiled module.
Enasure that D:test\funGather is a complied module.
Tip: To load functions from a regular test,run the test.
請問,何為regular test? 如何才能使其正常調用?從網上也未找到相關資料,哪位高手可給點提示或建議幫幫小妹?先謝謝了!
dionysus 2007-8-2 22:15
看lz些的语句应该没有错误,funGather是保存为complied文件么?
lantianwei 2007-8-3 09:07
你调用的是在MAINTEST模式下吗
yuquan_32 2007-8-3 10:49
問題已解決
根據以上兩位版主的提示,目前已解決該問題.
解決方法: 對子腳本funGather-->file--->test properties-->Geneal--test type--->選取complied module.
原因:在把funGather內容 copy到一新文件(仍為funGather)時,忘記對該新文件重新設置test type=complied module 了.
謝謝版主!
[[i] 本帖最后由 yuquan_32 于 2007-8-3 10:52 编辑 [/i]]
lantianwei 2007-8-3 10:57
sdlkfj5