I am trying to access a firebreath plugin from js using new ActiveXObject(servername.typename) ?
I am not sure if I am feeding the correct name , I interpreted servername as by plugin name & typename as pluginNameAPI class name .
When trying to create an ActiveXObject using this naming convention I get error "Automation server can't create object".
In my older FireBreath project the ActiveX Object name is taken from these params in PluginConfig.cmake (separated with dot):
So I can instantiate the plugin with
o = new ActiveXObject("MyCompany.MyPlugin");