Barcode (CVCBarcode.dll) 14.0
Data Types: Error Codes

Macros

#define CVC_BC_DATA_FORMAT_ERROR   -11
 
More...
 
#define CVC_BC_FILE_NOT_FOUND   -7
 The file does not exist under the specified name (e.g., CvcBcLoadConfiguration). More...
 
#define CVC_BC_FILE_NOT_WRITEABLE   -8
 The file cannot be written. More...
 
#define CVC_BC_INVALID_LICENCE_NUMBER   -5
 Invalid CVB Barcode license number. More...
 
#define CVC_BC_INVALID_PLANE   -103
 The specified plane does not exist in the image object.
More...
 
#define CVC_BC_INVALID_RECT   -104
 The specified rectangle extends beyond the image.
More...
 
#define CVC_BC_NO_DONGLE   -4
 No CVB Dongle detected. More...
 
#define CVC_BC_NO_ERROR   0
 No error occurred. More...
 
#define CVC_BC_NO_FREE_CONFIGURATION   -105
 No free configuration available. More...
 
#define CVC_BC_NO_IMAGE   -101
 Image is not an image object. More...
 
#define CVC_BC_NO_MEMORY   -1
 Not enough free memory.
More...
 
#define CVC_BC_NOT_8BIT   -102
 The image data are not 8 bit image data.
More...
 
#define CVC_BC_NOT_INITIALZED   -9
 
More...
 
#define CVC_BC_PARAMETER_ERROR   -2
 Erroneous parameters in the parameter list. More...
 
#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. More...
 
#define CVC_BC_TIMELIMIT_REACHED   -10
 
More...
 
#define CVC_BC_WRONG_LICENCE_NUMBER   -6
 Wrong CVB Barcode license number. More...
 

Detailed Description

Macro Definition Documentation

◆ CVC_BC_DATA_FORMAT_ERROR

#define CVC_BC_DATA_FORMAT_ERROR   -11


◆ CVC_BC_FILE_NOT_FOUND

#define CVC_BC_FILE_NOT_FOUND   -7

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

◆ CVC_BC_FILE_NOT_WRITEABLE

#define CVC_BC_FILE_NOT_WRITEABLE   -8

The file cannot be written.

◆ CVC_BC_INVALID_LICENCE_NUMBER

#define CVC_BC_INVALID_LICENCE_NUMBER   -5

Invalid CVB Barcode license number.

◆ CVC_BC_INVALID_PLANE

#define CVC_BC_INVALID_PLANE   -103

The specified plane does not exist in the image object.

◆ CVC_BC_INVALID_RECT

#define CVC_BC_INVALID_RECT   -104

The specified rectangle extends beyond the image.

◆ CVC_BC_NO_DONGLE

#define CVC_BC_NO_DONGLE   -4

No CVB Dongle detected.

◆ CVC_BC_NO_ERROR

#define CVC_BC_NO_ERROR   0

No error occurred.

◆ CVC_BC_NO_FREE_CONFIGURATION

#define CVC_BC_NO_FREE_CONFIGURATION   -105

No free configuration available.

◆ CVC_BC_NO_IMAGE

#define CVC_BC_NO_IMAGE   -101

Image is not an image object.

◆ CVC_BC_NO_MEMORY

#define CVC_BC_NO_MEMORY   -1

Not enough free memory.

◆ CVC_BC_NOT_8BIT

#define CVC_BC_NOT_8BIT   -102

The image data are not 8 bit image data.

◆ CVC_BC_NOT_INITIALZED

#define CVC_BC_NOT_INITIALZED   -9


◆ CVC_BC_PARAMETER_ERROR

#define CVC_BC_PARAMETER_ERROR   -2

Erroneous parameters in the parameter list.

◆ CVC_BC_PARAMETER_WARNING

#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.

◆ CVC_BC_TIMELIMIT_REACHED

#define CVC_BC_TIMELIMIT_REACHED   -10


◆ CVC_BC_WRONG_LICENCE_NUMBER

#define CVC_BC_WRONG_LICENCE_NUMBER   -6

Wrong CVB Barcode license number.