node-activex icon indicating copy to clipboard operation
node-activex copied to clipboard

Releasing dlls

Open crypticspawn opened this issue 5 years ago • 0 comments

I am loading the dll fine, however when I release it, using winax.release(wrapper); It seems node is still holding onto the dlls, so I am unable to download a newer version of the controller, is it because I am using a wrapper done in C# which uses a C++ dll under the hood?

crypticspawn avatar Feb 20 '20 21:02 crypticspawn