README.TXT 583 B

12345678910111213141516171819202122
  1. Please note :
  2. If your project includes the header file "Rpcndr.h", then
  3. you will then have to define "HAVE_BOOLEAN" before "libmng.h"
  4. is included. Why ? ...
  5. "jmorecfg.h" has
  6. #ifndef HAVE_BOOLEAN
  7. typedef int boolean;
  8. #endif
  9. and "Rpcndr.h" has
  10. typedef unsigned char boolean
  11. This >>MAY<< affect other libraries used in the same project
  12. that depend on the jpeg source - especially as "boolean" is
  13. used in structures (possible alignment problems). For example
  14. "Sam leffler's" LibTiff can be built with the Jpeg codec.
  15. Just a little something to be aware of !. AP - 15/9/2000.