home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 March / Dpcb0399.iso / photo / Photoshp / ARCHIVE.Z / icccodes.dll / string.txt next >
Text File  |  1998-05-06  |  2KB  |  22 lines

  1. 74    An extra header line was found inthe IccCodes data file.  It was ignored.
  2. 75    A model entry was found in the IccCodes data file outside of its normal scope.  It was ignored.
  3. 76    A manufacturer entry was found in the IccCodes data file outside of its normal scope.  It was ignored.
  4. 77    A device type entry in the IccCodes data file was improperly formatted.  The entries for that device type were skipped.
  5. 78    A manufacturer entry in the IccCodes data file was improperly formatted.  The entries for that manufacturer were skipped.
  6. 79    A model entry in the IccCodes data file was improperly formatted and was skipped.
  7. 80    Function completed successfully.
  8. 81    There was no manufacturer's list found.  This indicates that the library did not properly initialize, most likely due to a memory allocation problem.
  9. 82    The library has not been initialized.  You must call KpIccInit before calling any other library functions except KpIccGetStringFromErrNum.
  10. 83    The buffer, or structure, provided was not large enough to hold the requested data.
  11. 84    The library could not open the ICC Codes data file. The most likely reason is that the product was not properly installed.If you do not reinstall the software now, you will not see the list of scanner models. \n                                                                Do you want to continue?
  12. 85    The library was unable to add a manufacturer to the list because the specified entry already existed.
  13. 86    The library was unable to add a model to the list because the specified entry already existed.
  14. 87    Caller passed a NULL pointer to the function.
  15. 88    The first line of the IccCodes data file did not contain a header line as required.  The file was not parsed.
  16. 89    The header line of the IccCodes data file was not correctly formatted.  The file was not parsed.
  17. 90    The specified manufacturer was not found in the list.
  18. 91    The specified model was not found in the list for the given manufacturer.
  19. 92    There was no list of models for the manufacturer.  This indicates that the library did not properly initialize, most likely due to a memory allocation problem.
  20. 93    Unable to allocate required memory.  You might be able to free some memory by closing any applications you are not currently using.
  21. 500    The specified status code was not recognized by the Icc Codes Library.
  22.