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] winmm DLL needed (for portaudio)

2007-09-24 Thread Chris Henderson
Pedro Alves <[EMAIL PROTECTED]> wrote: The multimedia functions in Windows CE are implemented in coredll.dll instead of winmm.dll. Just remove the -lwinmm like, as -lcoredll is added automatically by the gcc driver. Thanks for the prompt reply. Are you sure that the functions are inside coredll.

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

2007-09-24 Thread Pedro Alves
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 winmm.dll neither among the cegcc libs nor > installed on the Pocket PC. Can you describe, how to install it? > The multimedia

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

2007-09-24 Thread Chris Henderson
Dear all, I am trying to compile portaudio (http://www.portaudio.com/archives/portaudio_v18_1.zip with modifications http://www.portaudio.com/archives/pocketpc_v18.zip) for the Pocket PC. I build portaudio using a modified version of the provided Makefile.mingw and get the following error (see