Re: [PythonCE] Build environment for PythonCE

2007-06-18 Thread Stewart Snyder
their functions from Python. Thanks for the help! Stewart [EMAIL PROTECTED] > Date: Sat, 16 Jun 2007 09:56:52 +0200 > From: [EMAIL PROTECTED] > Subject: Re: [PythonCE] Build environment for PythonCE > To: pythonce@python.org > Message-ID: <[EMAIL PROTECTED]> > Content-T

Re: [PythonCE] Build environment for PythonCE

2007-06-16 Thread alexandre . delattre
Hi Stewart, Maybe you should include python headers before the regular ones. To do so with evc4 : go to the menu Tools->Options, go to the tab Directories and choose include, then add an entry to the directory that contain python.h just before the regular includes. i've been able to compile a

[PythonCE] Build environment for PythonCE

2007-06-15 Thread Stewart Snyder
Hello, I'm trying to write a small .dll extension for PythonCE for a Windows Mobile 2003 device; just something to allow me to use SHFullScreen, SIPShowIM, etc. I think I've got the environment mostly set up, but when I try using #include "Python.h" I get a series of 8 errors along the lines