CAA object from scripting language -


the below interface function called vbscript

interface caaiavbcalling : catiabase  {      hresult newstrfun(in catbstr  istr,         out  /*idlretval*/ catbstr  ostr ); };  hresult __stdcall caaevbcallingcomp::newstrfun(catbstr  istr,catbstr  *ostr ) {      cout << "caaevbcallingcomp::newstrfun" << endl;   return s_ok; } 

tplib created , when tried call in vbscript , shows error

dim istr vbcalling dim ostr anyobject  set istr = ostr.newstrfun("check") 

can please me?


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -