- Original Message -
From: "Thomas Heller" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, January 10, 2006 2:47 AM
Subject: Re: [PythonCE] How do you develop on the PocketPC?
> "Luke Dunstan" <[EMAIL PROTECTED]> writes:
>> We should probably consider putting all these scripts in CVS somewhere.
There is also a languishing wincerapi module in the pywin32 source code. Is
that of use to anyone?
Mark.
> > "Luke Dunstan" <[EMAIL PROTECTED]> writes:
> >> We should probably consider putting all these scripts in CVS somewhere.
> >
> > And we should probably use the pocketRapi module that Brian
It could be of use but personally I would prefer to use ctypes because I
find it much faster and easier to develop the module in Python than
C/C++/SWIG, and for users of the module it is easier to read the Python code
to understand how it works. Thanks also for the reminder that the name
"winc
> It could be of use but personally I would prefer to use ctypes because I
> find it much faster and easier to develop the module in Python than
> C/C++/SWIG, and for users of the module it is easier to read the
> Python code
> to understand how it works. Thanks also for the reminder that the name
" Luke Dunstan" <[EMAIL PROTECTED]> writes:
> From: "Thomas Heller" <[EMAIL PROTECTED]>
>> "Luke Dunstan" <[EMAIL PROTECTED]> writes:
>>> We should probably consider putting all these scripts in CVS somewhere.
>>
>> And we should probably use the pocketRapi module that Brian Brown
>> posted.
>
> I
On Jan 10, 2006, at 01:59, Luke Dunstan wrote:
> I am interested to know why you prefer it. I can think of the
> following
> advantages:
>
> - It initialises RAPI the first time you try to use it, and
> remembers this.
> - It includes more file I/O functions.
>
> I'm sure it is good for some p
"Luke Dunstan" <[EMAIL PROTECTED]> writes:
> - Original Message -
> From: "Thomas Heller" <[EMAIL PROTECTED]>
> To:
> Sent: Monday, January 09, 2006 10:42 PM
> Subject: Re: [PythonCE] How do you develop on the PocketPC?
>
>
>> "Luke Dunstan" <[EMAIL PROTECTED]> writes:
>>
>>> I'm sorry t