Ben Rowland

Results 35 comments of Ben Rowland

@utzig Thanks for the suggestion, however it doesn't seem to make a difference to my results, either trying {"C": "cpp"} or {"C": "c"}.

@kdschlosser this looks very cool to me - in my `comtypes` server projects I have been using [`scikit-build`](https://scikit-build.readthedocs.io/en/latest/) to set-up my VS environment and then CMake to run the MIDL...

Fixed those issues and tests are now passing on Appveyor.

@vasily-v-ryabov you are absolutely right, in my new version I just `import numpy` whenever I need it, but inside the `Interop.numpy` property - this is important because it lets us...

@vasily-v-ryabov - sorry, but I don't consider this PR ready to be merged yet - I am still working on renaming things so that `comtypes.npsupport` is actually the `comtypes._npsupport.interop` instance...

@vasily-v-ryabov, thanks. I have one final question for now - how would you feel about adding the `parameterized` package as a test dependency - basically it allows me to write...

@vasily-v-ryabov, I do understand, and I figured out how to achieve the same effect with my own test decorator. If you have a look at the new PR, you can...

Just run into this problem myself trying to test a new comtypes based server. I have put together a fairly compact minimum example, the .idl file looks like this: ```...

@junkmd, it would be nice to solve this. For the moment I have been able to solve it in my case by changing the parameters to VARIANT *, in that...

Hi @QuadCorei8085, I have the same Python 3.9.7, Win 10 and using a COM DLL written in C++ that fires events, and I have had no problems with `PumpEvents()`. Note...