Having trouble using CTypes with a custom function

sjdevnull at yahoo.com sjdevnull at yahoo.com
Wed Oct 4 16:23:33 EDT 2006


tkondal at gmail.com wrote:
> Hi all.
>
> I just started looking at Python's ctypes lib and I am having trouble
> using it for a function.
[...]
> #C++ Prototype of the function I want to call:

ctypes  provides support for calling functions in C libraries, using C
datatypes.  I don't see any reason to believe it would work with other
languages (e.g. C++).




More information about the Python-list mailing list