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
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
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.
Hello,
How do I proceed?
I have a project that can be built either as Linux or
Win 32 application. How do I use cegcc to build a
WinCE application?
I am thinking of modifying the Linux's Makfile. Then,
just cross compile from within the Linux environment.
Another option to to use the dsp file fr