On Wednesday, 5 March 2014 09:10:33 UTC+2, Christoff Kok wrote:
> Hi,
>
>
>
> We are trying to wrap a 3rd party dll (written in C) to access it through
> python.
>
> The dll has a .lib .c and a .h file with it. We are accessing the dll through
> the .c file
On Wednesday, 5 March 2014 09:10:33 UTC+2, Christoff Kok wrote:
> Hi,
>
>
>
> We are trying to wrap a 3rd party dll (written in C) to access it through
> python.
>
> The dll has a .lib .c and a .h file with it. We are accessing the dll through
> the .c file
Hi,
We are trying to wrap a 3rd party dll (written in C) to access it through
python.
The dll has a .lib .c and a .h file with it. We are accessing the dll through
the .c file.
Outisde of the extension (running as a console application), the code works
without an issue. without the 3rd party d