somanuell

Results 6 comments of somanuell

That Dll was not registered with regsvr32. My goal is to do "Reg Free". After registration, the warning is unchanged `warning: no type library found`

I am OK with having to use the Registry at dev time. if I add `Dependency ComCtl` to my ini file, I get a dependency section added to the manifest:...

You have to use a `require` clause. If you don't, node says `ReferenceError: ActiveXObject is not defined` If you do, there is no errors, and node exits normaly when your...

> can I contribute ? You can do what I and others did: fork and submit PR

How would you do it with cscript.exe? Could you share some example of JavaScript code where you use `var MyAx = new ActiveXObject("Excel.Application");` and then "get the cell content displayed...