On Apr 5, 12:58 am, [EMAIL PROTECTED] wrote:

> Is it possible for someone to provide the information on the steps
> necessary to access this DLL and treat it like any other pyd library?
> Maybe there is already a tutorial available for performing this task?
> Is this task straight forward?

Short answer: Read the ctypes tutorial and reference.

http://python.net/crew/theller/ctypes/tutorial.html
http://python.net/crew/theller/ctypes/reference.html


Other options:
- Write a pyd wrapper manually in C
- Write a pyd wrapper using Pyrex or Cython
- Write a pyd wrapper using Swig
- Write a pyd wrapper using Boost.Python or PyCXX
- Inline C++ using scipy.weave












-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to