home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Snippets / ErrorString / ErrorString.readme < prev    next >
Encoding:
Text File  |  1995-06-19  |  1.4 KB  |  33 lines  |  [TEXT/ttxt]

  1. //*****************************************************************
  2. //*    Error string ('Estr') resource handler
  3. //*    by Mark Sproul
  4. //*        sproul@eos.ap.org
  5. //*
  6. //*    This is a collection of 'Estr' resources and code to use them
  7. //*    
  8. //*    Simply include the desired resource files in your project and
  9. //*    call the GetErrorString or DisplayErrorCode
  10. //*    as needed with the error number.
  11. //*    
  12. //*    Estr.1.0.rsrc        Came from some ftp site someplace, I dont remember
  13. //*                        This contains most of the basic error strings for most system stuff
  14. //*                        You will probably always need this one,
  15. //*    
  16. //*                        The rest are specific to extras that you may or may not be using
  17. //*                        
  18. //*            The rest of them I created
  19. //*    
  20. //*    Estr.AOCE.rsrc        Error msgs for AOCE
  21. //*    Estr.QuickTake.rsrc    Error msgs for QuickTake camera drivers
  22. //*    Estr.QuickTime.rsrc    Error msgs for QuickTime
  23. //*                        I am working on more and will release them as they are finished
  24. //*                        Also, a greatly enhanced version of the AOCE errors will be 
  25. //*                        available soon. I will also be doing a QD3D version.
  26. //*
  27. //*    Permission is granted to use this for what ever you like in your applications.
  28. //*    If you distribute this to others, please include this notice.
  29. //*
  30. //*    If you create more Estr resource files, please forward them to me so I can
  31. //*    keep a collection of them.
  32. //*****************************************************************
  33.