Hello everyone,
use the following vbs script code, I can successfully use the following code to call chilkat DLL
testCreateObject.vbs
dll files downlink:
see demo vedio:
However, in autoplay Media Studio 8, using the following code cannot run successfully, prompting the following error
err img:
my programming level is too low, welcome any suggestions, thank you in advance
use the following vbs script code, I can successfully use the following code to call chilkat DLL
testCreateObject.vbs
Code:
set zip = CreateObject("Chilkat_9_5_0.Zip") MsgBox zip.Version
see demo vedio:
However, in autoplay Media Studio 8, using the following code cannot run successfully, prompting the following error
Code:
zip=luacom.CreateObject("Chilkat_9_5_0.Zip") Dialog.Message("Notice", zip.Version, MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
my programming level is too low, welcome any suggestions, thank you in advance
