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

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

2010-02-04 Thread Bryan Berrett
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 successfully used the following code to hook into this and access the shared memory variables. The only problem is that when this program is active I can not launch