Macros
Data Types: Error Codes

Macros

#define CVC_BC_DATA_FORMAT_ERROR   -11
 
#define CVC_BC_FILE_NOT_FOUND   -7
 The file does not exist under the specified name (e.g., CvcBcLoadConfiguration).
 
#define CVC_BC_FILE_NOT_WRITEABLE   -8
 The file cannot be written.
 
#define CVC_BC_INVALID_LICENCE_NUMBER   -5
 Invalid CVB Barcode license number.
 
#define CVC_BC_INVALID_PLANE   -103
 The specified plane does not exist in the image object.
 
#define CVC_BC_INVALID_RECT   -104
 The specified rectangle extends beyond the image.
 
#define CVC_BC_NO_DONGLE   -4
 No CVB Dongle detected.
 
#define CVC_BC_NO_ERROR   0
 No error occurred.
 
#define CVC_BC_NO_FREE_CONFIGURATION   -105
 No free configuration available.
 
#define CVC_BC_NO_IMAGE   -101
 Image is not an image object.
 
#define CVC_BC_NO_MEMORY   -1
 Not enough free memory.
 
#define CVC_BC_NOT_8BIT   -102
 The image data are not 8 bit image data.
 
#define CVC_BC_NOT_INITIALZED   -9
 
#define CVC_BC_PARAMETER_ERROR   -2
 Erroneous parameters in the parameter list.
 
#define CVC_BC_PARAMETER_WARNING   -3
 This warning will be returned, if one or more parameters of a function have been corrected. The modified values can then be determined using the Get-function.
 
#define CVC_BC_TIMELIMIT_REACHED   -10
 
#define CVC_BC_WRONG_LICENCE_NUMBER   -6
 Wrong CVB Barcode license number.
 

Detailed Description

Macro Definition Documentation

#define CVC_BC_DATA_FORMAT_ERROR   -11

#define CVC_BC_FILE_NOT_FOUND   -7

The file does not exist under the specified name (e.g., CvcBcLoadConfiguration).

#define CVC_BC_FILE_NOT_WRITEABLE   -8

The file cannot be written.

#define CVC_BC_INVALID_LICENCE_NUMBER   -5

Invalid CVB Barcode license number.

#define CVC_BC_INVALID_PLANE   -103

The specified plane does not exist in the image object.

#define CVC_BC_INVALID_RECT   -104

The specified rectangle extends beyond the image.

#define CVC_BC_NO_DONGLE   -4

No CVB Dongle detected.

#define CVC_BC_NO_ERROR   0

No error occurred.

#define CVC_BC_NO_FREE_CONFIGURATION   -105

No free configuration available.

#define CVC_BC_NO_IMAGE   -101

Image is not an image object.

#define CVC_BC_NO_MEMORY   -1

Not enough free memory.

#define CVC_BC_NOT_8BIT   -102

The image data are not 8 bit image data.

#define CVC_BC_NOT_INITIALZED   -9

#define CVC_BC_PARAMETER_ERROR   -2

Erroneous parameters in the parameter list.

#define CVC_BC_PARAMETER_WARNING   -3

This warning will be returned, if one or more parameters of a function have been corrected. The modified values can then be determined using the Get-function.

#define CVC_BC_TIMELIMIT_REACHED   -10

#define CVC_BC_WRONG_LICENCE_NUMBER   -6

Wrong CVB Barcode license number.