home *** CD-ROM | disk | FTP | other *** search
/ Compressed Image File Formats / CompressedImageFileFormatsJohnMiano.iso / pc / Library / 00README.TXT < prev   
Encoding:
Text File  |  1999-02-08  |  1.7 KB  |  48 lines

  1. Colosseum Builders C++ Image Library
  2.  
  3. Copyright 1997, 1998
  4. All Rights Reserved
  5.  
  6. Permision is granted to use, modify this software provided these conditions
  7. are followed:
  8.  
  9. 1. You understand this software comes with no warranties of any kind 
  10.    whatsoever.
  11. 2. You assume full responsibility for the use of this software and transmit
  12.    no liability to the authors.
  13. 3. You assume the responsility for obtaining licenses for from any patent
  14.    holders.
  15. 4. If you distribute this code in source form, you must include this file
  16.    unmodified and document the changes you have made.
  17. 5. If you incorporate this code in a product distributed without source code
  18.    you state included in your documentation that it is based in part on
  19.    software from Colosseum Builders, Inc.
  20.  
  21. THIS SOFTWARE IS PROVIDED AS IS. WE CAN'T TEST IT ON YOUR SYSTEM SO
  22. USE AT YOUR OWN RISK. YOU HAVE THE SOURCE SO YOU HAVE NO EXCUSES.
  23.  
  24. Building:
  25.  
  26. The directories BC and MSVC contain procedures for building the library using 
  27. Borland C++Builder and MSVC++ respectively. 
  28.  
  29. For other compilers you will have to create your own procedure and you will 
  30. probably need to make changes to the source code as well.
  31.  
  32. If you are using Borland C++ V5 (Not Borland C++Builder), the problem you will 
  33. encounter is that standard I/O is not included in the namespace std. You will 
  34. have to edit the code to remove "std::" qualifiers from these declarations.
  35.  
  36. The changes required for GNU vary among systems an implementations. The main
  37. problems deal with include files and standard classes (notably exceptions).
  38.  
  39. Send Questions or comments to
  40.  
  41. info@colosseumbuilders.com
  42.  
  43. Send Bug Reports to:
  44.  
  45. imagebugs@colosseumbuilders.com
  46.  
  47.  
  48.