Re: Struggling to create an extension wrapping a 3rd party dll

2014-03-10 Thread Christoff Kok
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

Re: Struggling to create an extension wrapping a 3rd party dll

2014-03-06 Thread Christoff Kok
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

Struggling to create an extension wrapping a 3rd party dll

2014-03-04 Thread Christoff Kok
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