[PythonCE] PythonCE, pocketpc and UNICODE

2005-08-08 Thread Salvatore Russo
Hallo, I am using PythonCE embedded in a C/C++ code to port an open source application for my pocketpc. All documentation I read about “porting and application to pocketpc” said that we have to convert the application in Unicode, with wchat’t and L”blabla” instead of char and “blabla” (and all

Re: [PythonCE] Python23.lib?

2005-07-13 Thread Salvatore Russo
Hello,   I have an litttle problem :=) Everything compile fine for the ARM version... really fine! but when I tried the "nmake CGF=X86DEB", I have the following error (Of course I checked that my paths are the good ones... I've tried taking the mathmodule.c from python 2.3.4 and not 2.3.5 but i

Re: [PythonCE] Python23.lib?

2005-07-07 Thread Salvatore Russo
Hello Everyone,   I finally managed to compile PythonCE :=) Thank you everyone!!! So as a summary for people reading this post in the future.   All relevant information can be found in the histoiry of this post or here :=):   http://mail.python.org/pipermail/pythonce/2005-March/001025.html   I se

Re: [PythonCE] Python23.lib?

2005-07-05 Thread Salvatore Russo
M binary does include .h > files, but not .lib files? > > > Strange to have .h files in there. > > > On 30 Jun 2005 at 11:00, Salvatore Russo wrote: > > > Hallo Gonzalo, > > > > Thanks for your reply and your proposition. I tried all versi

Re: [PythonCE] Python23.lib?

2005-07-04 Thread Salvatore Russo
scale.net/moin.cgi/MS_20C_2b_2b_20Toolkit > > Not sure if it works for EVT. > > So, it seems that the released Python for ARM binary does include .h > files, but not .lib files? > > > Strange to have .h files in there. > > > On 30 Jun 2005 at 11:00, Salvatore Russo wr

Re: [PythonCE] Python23.lib?

2005-07-03 Thread Salvatore Russo
> So, it seems that the released Python for ARM binary does include .h > files, but not .lib files? > > > Strange to have .h files in there. > > > On 30 Jun 2005 at 11:00, Salvatore Russo wrote: > > > Hallo Gonzalo, > > > > Thanks for your

Re: [PythonCE] Python23.lib?

2005-06-30 Thread Salvatore Russo
> Don't have you got a folder inside Python23 callled PCbuild with several > files and another folder called WinCE, where the .lib resides? -I have > checked for the file and it does exist too on other Python23's > folders... (/Python23/libs/) so I don't know if do I m

Re: [PythonCE] Python23.lib?

2005-06-28 Thread Salvatore Russo
python23.dll and python23.lib for pocketpc and for emulator (x86). Did someone already built PythonCE with EVC4 ?? Maybe someone has already the projects files :=) ?   Thanks for your help, Salvatore > On 27 Jun 2005 at 16:02, Salvatore Russo wrote: > > > > > What I don't u

Re: [PythonCE] Python23.lib?

2005-06-27 Thread Salvatore Russo
Thanks for your help!!!   I will try to generate a lib with the command: "lib python23.dll "   Thanks again, Salvatore     > On 27 Jun 2005 at 16:02, Salvatore Russo wrote: > > > > > What I don't understand, is why pyconfig.h (one of the file in all heade

Re: [PythonCE] Python23.lib?

2005-06-27 Thread Salvatore Russo
nce in static and once in Dynamic... If we need a python.lib to use the python.dll, why it is not included in the python-2.3.4 zip file... I am really not understanding...   Thanks for your help,   Salvatore     > On 27 Jun 2005 at 9:49, Salvatore Russo wrote: > > find this library. I

[PythonCE] Python23.lib?

2005-06-27 Thread Salvatore Russo
Hello everyone,   I am working on porting blender (www.blender3d.org) for Pocketpc. Blender is written in C/C++ and is using Python. I downloaded “python-2.3.4-arm-HPC2000.zip”, add in my includes all Python23 includes (with Python.h, etc…) but now, EVC4 is complaining because it is looking for a