Re: [python-win32] Concurrent Access to COM object from Python and VB6

2010-02-26 Thread Bryan Berrett
Deleting the object and object instances allow the other applications to run. Any other thoughts? On 2/5/2010 12:25 PM, Tim Roberts wrote: Bryan Berrett wrote: I have a number of programs written in VB6 that use an ActiveX control that allows access to a shared memory pool of variables. I

Re: [python-win32] Concurrent Access to COM object from Python and VB6

2010-02-26 Thread Tim Roberts
Bryan Berrett wrote: Deleting the object and object instances allow the other applications to run. Any other thoughts? No, I think you have your answer. You will have to delete the objects after every access. I would call this a design flaw in the COM object, but at least you have a