On Tuesday, September 4, 2012 8:16:33 AM UTC-4, Tim Williams wrote:
> On Sunday, August 26, 2012 9:23:49 PM UTC-4, Tim Roberts wrote:
>
> > Tim Williams wrote:
>
> >
>
> >
>
> >
>
> > >Hello all,
>
> >
>
> > >
>
> >
>
> > >I'm trying to use the ctypes module to call functions in a DL
On Sunday, August 26, 2012 9:23:49 PM UTC-4, Tim Roberts wrote:
> Tim Williams wrote:
>
>
>
> >Hello all,
>
> >
>
> >I'm trying to use the ctypes module to call functions in a DLL. I've
>
> >figured out how to modify my path so the library is found, and I can
>
> >call LoadLibrary on it, b
Tim Williams wrote:
>Hello all,
>
>I'm trying to use the ctypes module to call functions in a DLL. I've
>figured out how to modify my path so the library is found, and I can
>call LoadLibrary on it, but one of the functions expects an array of
> POINTS. Here is the prototype from the .h file:
>