Re: [python-win32] Python win32Com Server DLL

2017-02-17 Thread Tim Roberts
Stephen Chapman wrote: > >Since it was a simple example I was only passing a single int for a > parameter and returning 0. As far as I know COM servers don't cache > responses I have never seen that happen anyway. That's not what I said. There are two parts to a late-dispatch COM call: find

Re: [python-win32] 2D array from win32com

2017-02-17 Thread Tim Roberts
Filippo Scotti wrote: > > I am expecting a 720x480 array (safearray, 1 byte/pixel) from the > method below from a camera SDK but win32com is returning a byte buffer > of size 720. Extracting the data from the buffer I can get pixel > values of only 1 row of pixels and not the entire 2D array. How c