Unsuccessful conversion
After executing ICPCL command line you will get one of the codes
specified below. Hope these codes will help you find the reason for
unsuccessful conversion.
ICPCL_RET_OK = 0 |
no errors |
ICPCL_RET_NO_IMAGES = 1 |
no images to process |
ICPCL_RET_WRONG_TRIAL = 2 |
trial period error |
ICPCL_RET_SCRIPT_LOAD_ERROR = 3 |
script loading error |
ICPCL_RET_USER_ABORT = 4 |
conversion is cancelled by user |
ICPCL_RET_MAKEBAT_ERROR = 5 |
error creating bat file |
ICPCL_RET_INVALID_DEST_PATH = 6 |
wrong path for resulting images |
ICPCL_RET_INVALID_TEMPLATE = 7 |
wrong name template |
ICPCL_RET_DEST_PATH_CREATION_FAILED = 8 |
error creating destination path |
ICPCL_RET_DEST_PATH_WRITE_FAILED = 9 |
error: cannot write to destination path |
ICPCL_RET_COMMAND_LINE_ERROR = 11 |
command line error |
ICPCL_RET_SYSTEM_ABORT = 12 |
conversion is cancelled by the system |
ICPCL_RET_SCRIPT_BUILD_ERROR = 14 |
error creating script from command line parameters |