Readme.txt
Upload User: zhongxx05
Upload Date: 2007-06-06
Package Size: 33641k
Code Size: 1k
Category:

Symbian

Development Platform:

C/C++

  1. greg2 is a simple GUI app for symbian that will drive the audio test
  2. .lib generated in audio/device/test.
  3. As it sits right now, since it was developed when we didn't have
  4. support for generating .apps with the build system, it is a MSVC
  5. project (greg2groupgreg2.dsw). Since the .dsw and .dsp files have
  6. hardcoded path names you will have to copy the greg2 folder to
  7. C:Symbian6.1Series60Epoc32Exgreg2 in order for it to compile
  8. and run.
  9. The audio unit test .lib must be copied to somewhere where the
  10. linker can find it (testauddevice.lib). Greg2 links against this
  11. .lib in order to run.
  12. The reason we need this GUI app under symbian is because if you 
  13. just compile and run a .exe under the emulator the media server
  14. is not started by the emulator and all audio calls will fail.