Readme.txt
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:1k
源码类别:

Symbian

开发平台:

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