Click to See Complete Forum and Search --> : Sample program 'browse' from EVC 3.0


dellpock
05-19-2003, 08:46 PM
Hello

I try to build and run 'Browse' sample program in th EVT package. The emulator complains that some components are missing. Does anyone have the same problem?

oe1kenobi
06-02-2003, 12:41 AM
See the readme.txt for the sample. This sample works only on a real Pocket PC 2002 device. It relies on GAPI (gx.dll) and will not function in the emulator. For a sample that uses the HTML Viewer control and does run in the emulator, please see the Win32 sample called HTMLHost.
-Richard L. Owens

dellpock
06-03-2003, 10:12 PM
Thanks!

do you happen to know how to program mic and speaker besides 'Playsound' kind of function?

oe1kenobi
06-04-2003, 01:59 AM
I've never done anything with recording, but a quick glance shows some promising samples here: http://www.pocketpcdn.com/libraries/index.html#audio

The PpcSound (http://www.pocketpcdn.com/libraries/ppcsound.html) free library with full source uses the MM-API and shows how to capture sound. The fmod (http://www.pocketpcdn.com/libraries/fmod.html) library (compiled; free for non commercial use) has a recording example too.

Good luck.

-Richard L. Owens