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.
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