Joerg Beckers

Results 3 comments of Joerg Beckers

Hi durs, I think the problem is, that **Isolate::GetCurrent()** returns **NULL** in **DispObjectImpl::Invoke**. Then the call to **obj.Get(isolate)** causes the Access Violation. Is it possible that GetCurrent() returns NULL because...

node-activex does not seem to work in an multithreaded environment.

I use node-activex in an electron project. I modified DllMain of your module to call CoInitializeEx instead of CoInitialize to make COM use a multithreaded apartment. Each object of IMyInterface...