Re: [Cegcc-devel] Porting Win32 to WinCE

2007-09-25 Thread Bao C. Ha
Hi Denny, I was doing the cegcc on Linux to cross compile it. I did not think about the mingw32ce one. On the Windows, I was using VS and had so much problems due to differences between win32 and wince. I switch over to mingw32ce to see how it works. Thanks. Bao > On Tue, 2007-09-25 at 08:28 -0

Re: [Cegcc-devel] Porting Win32 to WinCE

2007-09-25 Thread Danny Backx
On Tue, 2007-09-25 at 08:28 -0700, Bao C. Ha wrote: > Hi Chris, > > I was hoping that cegcc will supply some of the missing stuff, i.e. error.h, > memory.h, process.h, ... It looks like I will have rip it apart to run on > wince. Both memory.h and process.h are present in the mingw32ce distributi

Re: [Cegcc-devel] Porting Win32 to WinCE

2007-09-25 Thread Bao C. Ha
Hi Chris, I was hoping that cegcc will supply some of the missing stuff, i.e. error.h, memory.h, process.h, ... It looks like I will have rip it apart to run on wince. Thanks. Bao > Dear Bao, > I have just successfully compiled the portaudio project for WinCE using > cegcc. These steps were nece

Re: [Cegcc-devel] winmm DLL needed (for portaudio)

2007-09-25 Thread Chris Henderson
Thank you! Removing "-lwinmm" was the solution, for Windows Mobile 2003 as well. Chris Pedro Alves <[EMAIL PROTECTED]> wrote: Chris Henderson wrote: > I build portaudio using a modified version of the provided Makefile.mingw > and get the following error (see below). > > I don't find winmm.lib or

Re: [Cegcc-devel] Porting Win32 to WinCE

2007-09-25 Thread Chris Henderson
Dear Bao, I have just successfully compiled the portaudio project for WinCE using cegcc. These steps were necessary: 1) Install cegcc-mingw32ce from http://downloads.sourceforge.net/cegcc/cegcc-mingw32ce-0.50-1.i586.rpm?modtime=1182283097&big_mirror=0 (cegcc-cegcc alone didn't work for me). 2)