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

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

minify - Minimizing css files -

php - How to remove letter in front of the word laravel -