I'm sorry for such a basic question, but I can not find an answer on it in
the mail archive or manual.
I have a VB dll which uses .NET and I need to instantiate a certain class
and call a certain method.
It sounds like clr, since its a managed dll, would be a right library to
use.
So what is the right way to do this?

I was successful in using ctypes for calling functions from native C dlls,
but it seems not to work this time (or I'm missing something).

Thanks,
Vlad
_________________________________________________
Python.NET mailing list - PythonDotNet@python.org
http://mail.python.org/mailman/listinfo/pythondotnet

Reply via email to