home *** CD-ROM | disk | FTP | other *** search
/ Sound Sensations! / sound_sensations.iso / soundb / sndhack / read.me < prev    next >
Text File  |  1991-07-31  |  2KB  |  83 lines

  1. SndHack, A Windows Sound Hack Utility in
  2. Borland C++.  By Jerry Joplin, 1991.  Please
  3. modify and improve the source code as you
  4. see fit.
  5.  
  6. There are quite a few files that make up the
  7. source to SndHack.  I used the Whitewater
  8. Resource Toolkit to create and maintain the
  9. menu (menu.rc) and dialog boxes (*.dlg) along
  10. with their include files (menu.h and dialog.h).
  11. If you do not care about maintaining compatibility
  12. with the M$ compiler, then just maintain the
  13. menu and dialog boxes in the app.res file itself,
  14. which is a 'compiled' binary version of all the
  15. dialog boxes, menus, accelerators, etc..
  16.  
  17. There are also quite a number of SndHack example
  18. files.  These are the *.WSN files and contain
  19. sound examples and songs.
  20.  
  21.  * The build files
  22.      makefile    (modify for your setup)
  23.      app.def     (tlink def file)
  24.      sndhack.hpj (Help Compiler file)
  25.  
  26.  * C source files
  27.      edit.c
  28.      file.c
  29.      fpaste.c
  30.      init.c
  31.      main.c
  32.      play.c
  33.  
  34.  * Include files
  35.      app.h
  36.      dialog.h
  37.      menu.h
  38.  
  39.  * Resources
  40.      app.res (binary)
  41.      app.rc
  42.      menu.rc
  43.      about.dlg
  44.      countvn.dlg
  45.      open.dlg
  46.      saveas.dlg
  47.      setqsize.dlg
  48.      setsndn.dlg
  49.      setvacc.dlg
  50.      setvenv.dlg
  51.      setvnote.dlg
  52.      setvsnd.dlg
  53.      setvthr.dlg
  54.      waitsnds.dlg
  55.      app.ico
  56.      note.cur
  57.      note.bmp
  58.  
  59.  * Help files
  60.      sndhack.rtf
  61.      sndhack.hlp
  62.  
  63.  * Executable source
  64.      sndhack.exe
  65.  
  66.  
  67. Also as a final note, this utility is
  68. a "hack".  There was a time when the
  69. phrases "hackers" and "hack" were only
  70. associated with software developers.
  71. Now the word has grown into something
  72. associated with computer criminals.  Lets
  73. call these criminals what they are, Felons,
  74. Criminals, and Vandals.  And give us back
  75. our words!
  76.  
  77. Good luck, and good hacking.
  78.  
  79. Jerry Joplin
  80. Compuserv:  70441,2627
  81. Internet:   joplin@pswd.amdahl.com
  82.  
  83.