Hello everyone,
use the following vbs script code, I can successfully use the following code to call chilkat DLL
testCreateObject.vbs
dll files downlink:
https://www106.zippyshare.com/v/gI08cWrt/file.html
see demo vedio:
https://www106.zippyshare.com/v/Gy5xXgTN/file.html
However, in autoplay Media Studio 8, using the following code cannot run successfully, prompting the following error
err img:
https://ibb.co/9vC0zyT
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
https://www106.zippyshare.com/v/gI08cWrt/file.html
see demo vedio:
https://www106.zippyshare.com/v/Gy5xXgTN/file.html
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);
https://ibb.co/9vC0zyT
my programming level is too low, welcome any suggestions, thank you in advance
