EJP286CRSKW

Results 14 comments of EJP286CRSKW

```` Variant editor = new Variant (null, true); ```` is sufficient. Remove the line ```` editor.putNothing(); ```` After the call the `editor` variable should contain the output parameter value. Works...

There is a memory leak in Java_com_jacob_com_Dispatch_invokev(), in the case where the name2ID() call fails: ReleaseStringUTFChars() is not called,

The SO answer says correctly that the DLL has to end up in the file system anyway so it is hard to see the point of putting it into the...

`Win32_Process.Create()` only returns the process ID. It doesn't give you the output of the process it started.

Provisional Javadoc attached for comment. [Jacob-WMI-Javadoc.zip](https://github.com/freemansoft/jacob-project/files/12644202/Jacob-WMI-Javadoc.zip)

I have 9 test classes and an entire implementation ready to contribute when I next get a window to work on this. Now consists of 37 interfaces and classes. Example...

Please don't remove 32-bit support. At present that is the only one I can build for. In any case I will bet money that most of your current users are...

It can't. You'll have to write a bit of JNI yourself.

Don't ask me, not my project. But I've been preparing some patches, well, rewrites, that I hope will become the next version. Fixing a million memory leaks, for example. EJP...

I have a substantially rewritten version of Dispatch.cpp and a couple of other .cpp files which I will submit with test cases when next I get back to Jacob. I...