tablacus / TablacusScriptControl

Script Control for 64-bit platforms
https://tablacus.github.io/scriptcontrol_en.html
MIT License
62 stars 17 forks source link

Parameterized VBScript not executed through Run function #26

Open harshal-patil13 opened 2 years ago

harshal-patil13 commented 2 years ago

I am trying to execute VBScript function which take some parameter though my c++ code. but run function not able to call that VBScript function with parameter.

lets say there is function Hello(param) {} in VBScript and trying to call that function through my c++ code. but no result.

Do anybody had some example how to use this library in C++ code?