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. > > > > Outisde of the extensi

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. > > > > Outisde of the extensi