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

Cheers,
Pedro Alves

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to