I have some sample code that shows how to play a file. It indicates
loading a dll called winmm. This file is not getting built in my OS
image and I can't find where the catalog item is that should build it.
I have most of the multimedia stuff included except for media player
itself. I am going for the $3 license that doesn't include WMP.

Where is this winmm project or is there another way to play a file on
the base Windows CE system using .NET Compact Framework in C#?

Re: What project builds winmm? by Bruce

Bruce
Fri Jun 08 14:52:07 CDT 2007

Are you sure that this is for Windows CE? I did a quick search for "winmm
windows ce" and found mention of it, and even code samples for porting code
that uses it to Windows CE.

--
Bruce Eitman (eMVP)
Senior Engineer
beitman AT applieddata DOT net

Applied Data Systems
www.applieddata.net
An ISO 9001:2000 Registered Company
Microsoft WEP Gold-level Member

<tony@shatalmic.com> wrote in message
news:1181330414.214463.80100@i38g2000prf.googlegroups.com...
>I have some sample code that shows how to play a file. It indicates
> loading a dll called winmm. This file is not getting built in my OS
> image and I can't find where the catalog item is that should build it.
> I have most of the multimedia stuff included except for media player
> itself. I am going for the $3 license that doesn't include WMP.
>
> Where is this winmm project or is there another way to play a file on
> the base Windows CE system using .NET Compact Framework in C#?
>



Re: What project builds winmm? by tony

tony
Fri Jun 08 16:08:53 CDT 2007

As always you are correct. I found another sample and it uses coredll
as the dll to load. As I look further at my platform I can see that
the functions I want have been moved into there.

Thanks again...