调用库文件出错 :找不到外部程序
在头文件中已经声明了该函数
Declare Function TestCaseExecute Basiclib "TestCaseExecute" (TestCasePath As String,SheetName As string,TestReportPath As string)
在脚本中调用该函数,
'$Include "TestCaseExecute.sbh"
sub Main
....
call TestCaseExecute("TestCasePath","SheetName ","TestReportPath ")
....
end sub
运行脚本时 提示错误:找不到外部程序 请指教