Re: [Tutor] create an object from a class in dll with ctypes?

2010-01-22 Thread katrin schmid
om a class in dll with ctypes? > > "katrin schmid" wrote > > if the resulting .pyd is plattform dependent? > > If i create one on windows would linux user need another one? > > A Windows DLL will not work on Linux and a Linux library >

Re: [Tutor] create an object from a class in dll with ctypes?

2010-01-22 Thread katrin schmid
Re: [Tutor] create an object from a class in dll with ctypes? > > "katrin schmid" wrote in message > news:20100123021522.155...@gmx.net... > > hi, > > so how about 32 and 64 bit, > > do they need separat versions, too? > > So a pyd is an "actual

Re: [Tutor] create an object from a class in dll with ctypes?

2010-01-22 Thread katrin schmid
te an object from a class in dll with ctypes? > > "katrin schmid" wrote > > if the resulting .pyd is plattform dependent? > > If i create one on windows would linux user need another one? > > A Windows DLL will not work on Linux and a Linux lib

Re: [Tutor] create an object from a class in dll with ctypes?

2010-01-22 Thread katrin schmid
n: tutor@python.org > Betreff: Re: [Tutor] create an object from a class in dll with ctypes? > > "katrin schmid" wrote in message > news:0edda7dddff84d639352526b72dbf...@katissspc... > > hi, > > i am getting started with ctypes in python 2.5 and was wondering if >

Re: [Tutor] create an object from a class in dll with ctypes?

2010-01-20 Thread katrin schmid
hi, perfectly looks like what i want, thanks a lot. katrin Original-Nachricht > Datum: Tue, 19 Jan 2010 23:49:14 -0800 > Von: "Mark Tolonen" > An: tutor@python.org > Betreff: Re: [Tutor] create an object from a class in dll with ctypes? > > "

[Tutor] create an object from a class in dll with ctypes?

2010-01-19 Thread katrin schmid
hi, i am getting started with ctypes in python 2.5 and was wondering if i would be able to create an object from the class in my dll somehow. I only found examples that show how to access a function but the function i want to call is part of a cpp class in my dll... Thank you, katrin_