Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
855 B

  1. This is a little subproject for Win32 Sound Recorder (SNDREC32.EXE).
  2. This version of Sound Recorder is the merge of 2 parallel projects.
  3. A-CliffG (Cliff Grabhorn: 404-378-5965) ported the NT 1.0 application
  4. to OLE 2.0. In order to support ACM, LaurieGr ported the VFW/Bombay
  5. soundrecorder that was ACM aware to Win32. After this, JohnYG merged
  6. the two parallel efforts.
  7. There are 2 essential subdirectories:
  8. \+---SoundRec
  9. |
  10. +---O2Base
  11. SoundRec contains the primary application sources.
  12. O2Base is a class library that SoundRec is dependant on to provide
  13. all OLE 2.0 support and debugging. O2Base includes full support
  14. for in-place editing and other useful OLE functionality. Check it out!
  15. SoundRec is dependant upon O2Base.LIB and so, must be
  16. build *last*.
  17. -jyg (JohnYG) 6-May-94
  18. -stevedav 19-Jan-95 removed reference to mmcntrls.lib