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
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
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