Quantcast
Channel: Indigo Rose Software Forums - Forums
Viewing all articles
Browse latest Browse all 2105

luacom plug-in call chilkat DLL fail

$
0
0
Hello everyone,

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
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

Code:
zip=luacom.CreateObject("Chilkat_9_5_0.Zip")
Dialog.Message("Notice", zip.Version, MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
err img:
https://ibb.co/9vC0zyT

my programming level is too low, welcome any suggestions, thank you in advance

Viewing all articles
Browse latest Browse all 2105

Trending Articles