home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / dos / prg / midas / docs / errors.doc < prev    next >
Text File  |  1994-08-06  |  587b  |  12 lines

  1.         MIDAS Sound System error handling
  2.         ---------------------------------
  3.  
  4. All MIDAS Sound System functions use an unified method for error
  5. handling. They all return an error code, which will be OK if no error
  6. occurred. If "DEBUG" has been defined in compilation, errors will also
  7. be added to MIDAS error list, with an ID number of the function that
  8. caused the error. This greatly helps debugging, as both the function
  9. that originally caused the error as well as the functions calling it
  10. can easily be seen. For a full list of function ID numbers, see
  11. FUNCTIDS.TXT.
  12.