Re: [python-win32] Problem with multiple calls of a DLL

2006-12-12 Thread Tim Roberts
Ola Rylow wrote: > > I know this is not exactly a new question on this list but I have not > been able to solve my problems by reading old threads. > > I have a dll (MyDLL) from which I want to call some methods. I've > tried using Ctypes: > > print windll.MyDLL.FirstMethod() > print windll.

[python-win32] Problem with multiple calls of a DLL

2006-12-12 Thread Ola Rylow
Hi, I know this is not exactly a new question on this list but I have not been able to solve my problems by reading old threads. I have a dll (MyDLL) from which I want to call some methods. I've tried using Ctypes: print windll.MyDLL.FirstMethod() print windll.MyDLL.SecondMethod() If I