errcodes.h

Go to the documentation of this file.
00001 #ifndef  INC_MI32_ERRCODES_H
00002 #define  INC_MI32_ERRCODES_H
00003 
00004 //:Ignore
00005 // Program-generated file, do not edit.
00006 
00007 #define  EUserCancel -1000 //!< Operation cancelled by user
00008 #define  EOutOfMemory -1001   //!< Not enough RAM or virtual memory available to complete requested action
00009 #define  ELibraryCorrupt -1002   //!< Library '$1' is corrupt.  File may have been
00010 #define  EWindowTooBig -1006  //!< Specified window is too large for display device
00011 #define  EUserQuotaEx -1009   //!< User filesystem quota exceeded, contact System Administrator
00012 #define  EProcMaxSizeEx -1010 //!< Process maximum file size exceeded, contact System Administrator
00013 #define  EBadPermission -1011 //!< No access permitted for file:
00014 #define  EDevNotSupport -1012 //!< Operation not supported on selected device
00015 #define  EConnTimedOut -1013  //!< Network connection timed out, contact System Administrator
00016 #define  ETooManyFiles -1014  //!< Too many files created on:
00017 #define  EOutOfMemoryS -1015  //!< Not enough RAM or virtual memory available to allocate $1 bytes
00018 #define  EOutOfMemoryRun -1018   //!< Not enough RAM or virtual memory available to start "$1".
00019 #define  ENoSocketLibrary -1023  //!< Socket library failed to initialize or does not exist
00020 #define  EAssocAppNotSet -1024   //!< No associated application set for file:
00021 #define  EAssocAppMissing -1025  //!< Missing associated application for file:
00022 #define  EAssocAppNotInst -1027  //!< You don't have the necessary application installed
00023 #define  EBadEnableCode -1056 //!< Option enable code is invalid.
00024 #define  EErrorInitDirect3D -1058   //!< Error Initializing Direct 3D
00025 #define  EDepthLessThan16Bit -1060  //!< Display depth must be at least 16-bit to run this application.
00026 #define  ECantMakeFile -1101  //!< Unable to create file:
00027 #define  EFileNotFound -1102  //!< Specified file does not exist:
00028 #define  ETooManyOpen -1103   //!< Too many open files
00029 #define  ECantOpenFile -1104  //!< Unable to open file:
00030 #define  EDiskFull -1105   //!< Out of space on storage device
00031 #define  EDiskWriteErr -1106  //!< Error occurred while writing, storage device may be full
00032 #define  EDiskReadErr -1107   //!< Error occurred while reading, file may be invalid
00033 #define  EDiskSeekErr -1108   //!< Error occurred during seek operation, file may be invalid
00034 #define  ECantMakeTemp -1110  //!< Unable to create temporary file, may be out of space
00035 #define  ECantRenameFile -1111   //!< Unable to rename file:
00036 #define  EBadHandleReadOnly -1112   //!< Specified file handle is invalid or
00037 #define  ENoFilename -1113 //!< No file name specified, string is empty
00038 #define  ECantDeleteFile -1114   //!< Unable to delete file:
00039 #define  EDiskIOErr -1115  //!< Error occurred during file operation, contact System Administrator
00040 #define  ECantMoveToDrive -1116  //!< Unable to move file across separate drives
00041 #define  EDirExists -1117  //!< Directory already exists, cannot create directory:
00042 #define  EBadHandle -1118  //!< Invalid file handle: ($1)
00043 #define  ECantMakDirFileExst -1119  //!< Cannot create directory:
00044 #define  EDiskReadShort -1122 //!< Attempt to read $1 bytes failed, $2 bytes read
00045 #define  ECantResizeFile -1123   //!< Attempt to resize file to $1 bytes failed.
00046 #define  EDriveNotFound -1125 //!< Specified drive / volume does not exist:
00047 #define  E2GigLimitOnFile -1126  //!< System cannot handle files larger than 2 gigabytes
00048 #define  EGeoFileNotFound -1127  //!< Corresponding georeference file does not exist:
00049 #define  EFileNotFoundExe -1128  //!< Unable to locate executable process:
00050 #define  EFileNotOpen -1130   //!< File has not yet been opened
00051 #define  ENetworkDown -1131   //!< Network connection has been lost, contact System Administrator
00052 #define  EDiskReadAmt -1132   //!< Error occurred attempting to read $1 bytes.
00053 #define  EDiskSeekAmtMode -1133  //!< Error seeking in file, offset = $1, mode = $2.
00054 #define  EDiskWriteAmt -1134  //!< Error occurred attempting to write $1 bytes.
00055 #define  ELCS_SrcBadOp -1150  //!< Invalid operation for license source
00056 #define  ELCS_CounterZero -1151  //!< License counter is already zero
00057 #define  ELCS_CounterMax -1152   //!< License counter is at maximum
00058 #define  ELCS_SrcNotConn -1153   //!< License source is not connected
00059 #define  ELCS_FeatNotSupp -1154  //!< License source does not support specified feature
00060 #define  ELCS_FeatExpired -1155  //!< License feature has expired
00061 #define  ELCS_FeatDisallow -1156 //!< Feature is not allowed by this license
00062 #define  ELCS_NotMinLevel -1157  //!< Minimum required feature level or version not allowed by this license
00063 #define  ELCS_NotAcquired -1158  //!< License has not been acquired for this feature
00064 #define  ELCS_CantFindKey -1159  //!< Unable to locate license key on any port
00065 #define  ELCS_PortAccDenied -1160   //!< Access to port was denied
00066 #define  ELCS_PortInUse -1161 //!< Port is in use
00067 #define  ELCS_PortNotFound -1162 //!< Port not found
00068 #define  ELCS_SntDvrNotInst -1163   //!< Rainbow Sentinel driver is not installed
00069 #define  ELCS_SntDvrNotSupp -1164   //!< Rainbow Sentinel driver type is not supported
00070 #define  ELCS_SntError -1165  //!< Rainbow Sentinel error $1, contact MicroImages
00071 #define  ELCS_SerKeyWriteHW -1166   //!< Serial key hardware error occurred, contact MicroImages
00072 #define  ELCS_SerKeyNotFound -1167  //!< Unable to locate serial key
00073 #define  ELCS_SerKeyWrongAns -1168  //!< Invalid response from serial key
00074 #define  ELCS_SerKeyOpenErr -1169   //!< Error opening port for serial key, check permissions
00075 #define  ELCS_SerKeyNoResp -1170 //!< No response from serial key on specified port
00076 #define  ELCS_SerKeyError -1171  //!< Serial key error $1, contact MicroImages
00077 #define  ELCS_FlexLMError -1172  //!< FlexLM error occurred.
00078 #define  ELCS_KeyChanged -1173   //!< License key has changed since application was started.
00079 #define  ELCS_HASPNotFound -1174 //!< Unable to locate HASP key on parallel or USB port
00080 #define  ELCS_HASPDvrNotInst -1175  //!< HASP device driver has not been installed
00081 #define  ELCS_HASPError -1176 //!< HASP key error $1, contact MicroImages
00082 #define  ELCS_SrcTypeNotSupp -1178  //!< Specified license source type not supported on this platform
00083 #define  ELCS_SerKeyBadResp -1179   //!< Invalid or incomplete response from serial key
00084 #define  ELCS_SerKeyIOCtl -1180  //!< I/O control error communicating with serial key
00085 #define  ELCS_SerKeyWrite -1181  //!< Unable to write to serial key, check port permissions
00086 #define  ELCS_SerKeyTimeOutR -1182  //!< Timed out reading from serial key
00087 #define  ELCS_SerKeyTimeOutW -1183  //!< Timed out writing to serial key
00088 #define  ELCS_SemCantMake -1184  //!< Unable to create semaphore lock file
00089 #define  ELCS_SemCantAccess -1185   //!< Unable to access semaphore lock file
00090 #define  ELCS_SemCantDelete -1186   //!< Unable to delete semaahore lock file
00091 #define  ELCS_SemTimeOut -1187   //!< Timed out waiting for semaphore lock file
00092 #define  ELCS_BadSerialNum -1188 //!< License serial number ($1) is invalid or key is damaged
00093 #define  ELCS_NotFloatKey -1189  //!< Cannot perform operation with a non-floating license key
00094 #define  ELCS_KeyUsedFloat -1190 //!< Key is apparently being used by floating license manager.
00095 #define  ELCS_SerKeyNoAccess -1191  //!< Access to serial port '$1' denied, read/write permission required.
00096 #define  ELCS_LiteCodeBad -1192  //!< Activation code is invalid or you have not correctly
00097 #define  ELCS_LiteCodeOld -1193  //!< This activation code has expired.
00098 #define  ELCS_NoFlexLMFile -1194 //!< FlexLM license file (tntprod.lic) not found
00099 #define  ELCS_LiteEmailBad -1195 //!< Email address is invalid.
00100 #define  ELCS_FlexLMLostConn -1196  //!< FlexLM license server connection lost, server may be down.
00101 #define  ELCS_SntNotFound -1197  //!< Unable to locate Sentinel license key on parallel or USB port
00102 #define  ELCS_KeyBadOrDamaged -1198 //!< License key invalid or damaged.
00103 #define  EWindowsError -1200  //!< Error occurred in Windows function
00104 #define  EOptionNotDone -1201 //!< Option has not been implemented yet
00105 #define  EOptNotAvail -1202   //!< Option not available on this system
00106 #define  EProgramError -1204  //!< Program error, operation aborted
00107 #define  EBadOption -1205  //!< Invalid option for application program
00108 #define  EProgramOld -1206 //!< Program is too outdated to perform operation, get new version
00109 #define  ECantExecPgm -1207   //!< Unable to execute specified program, .EXE file may be bad
00110 #define  EReadIntoNULL -1208  //!< Attempting to read data into NULL buffer
00111 #define  EWriteFromNULL -1209 //!< Attempting to write data from NULL buffer
00112 #define  EBadFuncParm -1213   //!< Invalid parameter(s) used for library function
00113 #define  EBadProjParms -1215  //!< Map projection parameters are invalid or out of range
00114 #define  EVM_BadHandle -1216  //!< Virtual memory handle out of range
00115 #define  EVM_BadIndex -1217   //!< Invalid index into virtual memory buffer
00116 #define  EVM_ReadFault -1218  //!< Virtual memory internal read fault error
00117 #define  EVM_HandleErr -1219  //!< Virtual memory internal handle conflict error
00118 #define  EVM_OutOfHndls -1220 //!< All virtual memory handles used up
00119 #define  EVM_NotInit -1221 //!< Virtual Memory toolkit has not been initialized
00120 #define  EVM_HndNoAlloc -1222 //!< Attempt to use VM handle which has not been allocated
00121 #define  EFuncNotInited -1223 //!< Initialization has not been performed for library function
00122 #define  ESkipRequest -1226   //!< Request to skip was not processed
00123 #define  EOnlyOneLayer -1227  //!< Only a single layer is allowed in specified group
00124 #define  EBadDialogHnd -1228  //!< Invalid dialog handle specified
00125 #define  EUserDataConflict -1232 //!< Conflicting use of userData resource
00126 #define  ENameTooLong -1233   //!< Specified name is too long
00127 #define  ECantInitRPCModel -1234 //!< Unable to initialize rational polynomial model.
00128 #define  EXSCantMakePixmap -1301 //!< X Server unable to create pixmap ($1 x $2 x $3-bit), probably out of memory
00129 #define  ESPATREF_DefInvalid -1401  //!< Spatial reference definition file (spatref.xml) is invalid.
00130 #define  ESPATREF_EllipsoidIdInvalid -1402   //!< Invalid ellipsoid ID ($1) specified.
00131 #define  ESPATREF_PrimeMeridianIdInvalid -1403  //!< Invalid prime meridian ID ($1) specified.
00132 #define  ESPATREF_CoordAxisIdInvalid -1404   //!< Invalid coordinate axis ID ($1) specified.
00133 #define  ESPATREF_CoordSysIdInvalid -1405 //!< Invalid coordinate system ID ($1) specified.
00134 #define  ESPATREF_CoordRefSysIdInvalid -1406 //!< Invalid coordinate reference system ID ($1) specified.
00135 #define  ESPATREF_DatumIdInvalid -1407 //!< Invalid datum ID ($1) specified.
00136 #define  ESPATREF_CoordOpMethodIdInvalid -1408  //!< Invalid coordinate operation method ID ($1) specified.
00137 #define  ESPATREF_CoordOpParmIdInvalid -1409 //!< Invalid coordinate operation parameter ID ($1) specified.
00138 #define  ESPATREF_CoordOpIdInvalid -1410  //!< Invalid coordinate operation ID ($1) specified.
00139 #define  ESPATREF_MissingTextResource -1411  //!< Text resource referenced by spatial reference system definition file is missing.
00140 #define  ESPATREF_ParmValueTypeMismatch -1412   //!< Parameter value type does not match definition.
00141 #define  ESPATREF_ParmUnitTypeMismatch -1413 //!< Parameter unit type does not match definition.
00142 #define  ESPATREF_MultipleMicroImagesIds -1414  //!< Spatial reference database entry has multiple MicroImages IDs.
00143 #define  ESPATREF_CantConvToMapProjParm -1415   //!< Cannot convert COORDREFSYS to legacy MAPPROJPARM
00144 #define  ESPATREF_BadAssignXML -1416   //!< XML definition for spatial reference element is invalid.
00145 #define  ESPATREF_ParmValueNotSet -1417   //!< No value set for $1 parameter.
00146 #define  ESPATREF_MethodNotImplemented -1418 //!< Coordinate operation method $1 invalid or not implemented.
00147 #define  ESPATREF_CoordRefSysMismatch -1419  //!< Coordinate reference systems do not match.
00148 #define  ESPATREF_CantDetermineCoordOpPath -1420   //!< Cannot determine operation path for coordinate reference system conversion.
00149 #define  ESPATREF_CoordRefSysUndefined -1421 //!< Specified coordinate reference system is undefined.
00150 #define  ESPATREF_CoordRefSysInvalid -1422   //!< Coordinate Reference System definition is invalid.
00151 #define  ERasterAllZero -1501 //!< All raster cell values are identical
00152 #define  ELocaleCodeBad -1502 //!< Invalid locale code
00153 #define  EDivByZero -1508  //!< Operation would result in division-by-zero or divide overflow
00154 #define  EOnly8BitRast -1509  //!< Only 8-bit rasters may be used for this operation
00155 #define  ECantDoMapProj -1510 //!< Source point for map projection transformation out of range
00156 #define  ENoDataInRange -1513 //!< No data in selected input range, adjust limits
00157 #define  ENotSameBits -1516   //!< Input and output rasters must have the same number of bits/cell
00158 #define  ECantSolveLin -1517  //!< Unable to solve system of linear equations
00159 #define  EBadFileFormat -1518 //!< File is invalid or format is not supported
00160 #define  EBadLinePatt -1520   //!< Line pattern description is invalid
00161 #define  ECyclicBlock -1521   //!< Cyclic block insertion detected, CAD object invalid
00162 #define  ECantFindStyle -1522 //!< Unable to locate specified style object
00163 #define  ENeedSameSizeR -1524 //!< All rasters selected must have the same dimensions
00164 #define  EBadDbfDef -1525  //!< Invalid database field definition file
00165 #define  EBadPath -1526 //!< Specified path or filename is invalid or does not exist:
00166 #define  EEndOfFile -1527  //!< Premature end of file reached
00167 #define  ENotPointData -1528  //!< CAD data does not appear to be point data
00168 #define  EBadMOSSFile -1529   //!< This file does not contain valid MOSS data
00169 #define  EBadSelfInt -1530 //!< Line $1 has an intersection with itself.
00170 #define  EExtentsOutsideObj -1531   //!< Specified extents are completely outside selected object
00171 #define  ENoOverlapReference -1532  //!< Selected reference object does not overlap input object
00172 #define  EBadSeeAlso -1533 //!< See Also reference $1 does not exist
00173 #define  EAllSelCellsNull -1534  //!< All raster cells in selected area are NULL
00174 #define  EBadTARGAFile -1535  //!< Specified TARGA file is invalid
00175 #define  ETARGANotSupported -1536   //!< This TARGA format is not supported
00176 #define  ECantFindFieldText -1537   //!< Unable to locate specified field within text record
00177 #define  ENoTrendData -1538   //!< No trend removal information for specified raster
00178 #define  EMatNotSameSize -1541   //!< Matrices must be the same size for this operation
00179 #define  EMatNotCompatMult -1542 //!< Matrices are not compatible for multiplication
00180 #define  EMatNotSquare -1543  //!< Matrix must be square for this operation
00181 #define  EMatZero -1544 //!< Matrix is entirely zero
00182 #define  EMatInvNonConverge -1545   //!< Inverse is non-converging, possible zero determinant
00183 #define  EMatCopyNonSymToSym -1546  //!< Cannot copy non-symmetric matrix to symmetric matrix
00184 #define  ENoOverlapOutput -1549  //!< Selected object does not overlap output object
00185 #define  EProjSysNameInvalid -1550  //!< Coordinate system abbreviation name is invalid, please reenter
00186 #define  EProjSysNameInUse -1551 //!< Coordinate system name is already in use, select another name
00187 #define  EAllRasterCellsNull -1552  //!< All cells in selected raster are null
00188 #define  ERegionOutsideObj -1553 //!< Region is completely outside specified object
00189 #define  WNoCopyFileOverSelf -1554  //!< File cannot be copied over itself.
00190 #define  ETransPointOutBound -1555  //!< Unable to transform point outside previously defined boundary
00191 #define  ENoValueAtColumn -1556  //!< No value at column $1
00192 #define  WNoTextEntered -1557 //!< No text has been entered, please enter text before continuing.
00193 #define  WTIFFGeoNone -1558   //!< No georeference information available in TIFF file
00194 #define  ETIFFGeoTooNew -1559 //!< GeoTIFF version is too new, contact MicroImages
00195 #define  ETIFFGeoBad -1560 //!< GeoTIFF information is invalid
00196 #define  ETIFFGeoProjNotSupp -1561  //!< Projection in GeoTIFF file is not supported, contact MicroImages
00197 #define  ETIFFGeoNoKeyForParm -1562 //!< No GeoKey defined for '$1' parameter, contact MicroImages.
00198 #define  EBadAtlasFile -1563  //!< Invalid TNTatlas "atlas" file
00199 #define  EBadLayoutFileObj -1565 //!< Invalid "layout" file or object
00200 #define  WNoRoutePossible -1566  //!< No route possible between selected points
00201 #define  WNoPointsPolygons -1567 //!< No points or polygons in vector object
00202 #define  EBadInputData -1568  //!< Invalid input data or parameters
00203 #define  ENeedSameTypeR -1569 //!< Specified rasters must be the same type
00204 #define  ENoVectorPoints -1572   //!< No points in vector object
00205 #define  WHasOutsidePolygons -1573  //!< Vector contains polygons outside raster
00206 #define  EBadPCIFormat -1574  //!< This PCI format is not supported
00207 #define  EBadZoneMGRS -1575   //!< Invalid zone for Military Grid Reference System
00208 #define  EBadCoordMGRS -1576  //!< Invalid coordinate for Military Grid Reference System
00209 #define  EOnly24BitRast -1577 //!< Only 24-bit RGB rasters may be used for this operation
00210 #define  EBadTempFileDirs -1578  //!< Invalid characters or missing temporary file directory locations
00211 #define  EPortInvalidName -1582  //!< Invalid or unknown port name '$1' specified
00212 #define  EPaletteFileInvalid -1584  //!< Color palette file is invalid, contains unknown XML element.
00213 #define  EMosaicLayoutBad -1585  //!< Mosaic layout is invalid and cannot be opened
00214 #define  EInvalidLabelHeight -1586  //!< Label height of $1 is not a valid label height
00215 #define  EMsgFileInvalid -1587   //!< Specified message file is invalid
00216 #define  ETextResFileBad -1588   //!< Text resource file is invalid
00217 #define  ETextResFileNotCert -1589  //!< Localized text resources have not been certified.
00218 #define  EInvalidDate -1590   //!< Invalid date or time specified in input
00219 #define  EInRasterNotFound -1591 //!< Invalid input raster specified in Array file.
00220 #define  EID_CodespaceMissingXML -1710 //!< Identifier missing codespace property in XML file
00221 #define  EID_CodespaceInvalidXML -1711 //!< Identifier contains invalid codespace name in XML file
00222 #define  EID_CodeMissingXML -1712   //!< Identifier missing code value in XML file
00223 #define  EID_CodespaceInvalid -1713 //!< Invalid identifier codespace specified
00224 #define  EHARN_InvalidFormat -1720  //!< HARN File '$1'
00225 #define  EHARN_BadVersion -1721  //!< HARN File version $1 is not supported.
00226 #define  EOGCWKT_ParseError -1730   //!< Unable to parse OGC WKT string
00227 #define  EOGCWKT_UnexpectedEnd -1731   //!< Unexpected end of OGC WKT string occurred
00228 #define  EOGCWKT_ExpectedKeyword -1732 //!< Expected keyword at position $1 in OGC WKT string
00229 #define  EOGCWKT_ExpectedLeftBracket -1733   //!< Expected '[' at position $1 in OGC WKT string
00230 #define  EOGCWKT_ExpectedRightBracket -1734  //!< Expected ']' at position $1 in OGC WKT string
00231 #define  EOGCWKT_ExpectedString -1735  //!< Expected string at position $1 in OGC WKT string
00232 #define  EOGCWKT_ExpectedNumber -1736  //!< Expected number at position $1 in OGC WKT string
00233 #define  EOGCWKT_UnknownKeyword -1737  //!< Unknown keyword '$1' at position $2 in OGC WKT string
00234 #define  EOGCWKT_UnexpectedKeyword -1738  //!< Unexpected keyword at position $1 in OGC WKT string
00235 #define  EOGCWKT_InvalidParmForProj -1739 //!< Invalid parameter '$1' for projection '$2' in OGC WKT string
00236 #define  EOGCWKT_UnknownProjection -1740  //!< Unknown projection '$1' in OGC WKT string
00237 #define  EOGCWKT_UnsupportedProj -1741 //!< Projection not supported for conversion to OGC WKT string
00238 #define  EISO8211BadFile -1750   //!< File is not ISO 8211 compatible or format is not supported
00239 #define  EISO8211ReadPastEnd -1751  //!< Attempt to read past end of ISO 8211 data record
00240 #define  EISO8211BadFieldNum -1752  //!< Invalid field number specified for current ISO 8211 data record
00241 #define  EHDF4_FileNotHDF -1770  //!< File '$1' is not
00242 #define  EHDF4_CantOpenFile -1771   //!< Unable to open HDF file:
00243 #define  EHDF4_Error -1772 //!< HDF read error occurred
00244 #define  EHDF4_BadIndex -1773 //!< Invalid index ($1) specified
00245 #define  EORACLE_QueryError -1780   //!< Invalid query for operation.  See "Details" for a specific reason
00246 #define  WNoFieldsForStyles -1803   //!< No databases with key fields exist to attach styles
00247 #define  EUserCancelStep -1804   //!< Step cancelled by user
00248 #define  ENameInUse -1805  //!< Specified name is already used
00249 #define  WWinTabDisabled -1806   //!< Wintab support has been disabled by user or administrator
00250 #define  WNoKeyFieldsAvailable -1808   //!< No database table key fields are available for selection
00251 #define  ECantFindRefName -1901  //!< Unable to locate reference file '$1'
00252 #define  EUOM_DefInvalid -1902   //!< Unit of Measure definition file (unitofmeasure.xml) is invalid.
00253 #define  EUOM_MissingTextResource -1903   //!< Text resource referenced by Unit of Measure definition file (unitofmeasure.xml) is missing.
00254 #define  EBadRefFile -1904 //!< Reference file '$1' is invalid or damaged.
00255 #define  ENoNADCONV -1918  //!< NAD-27/83 conversion file (NADCONV.REF) does not exist
00256 #define  ECantFindINI_Proc -1922 //!< Unable to find TNTPROC.INI file
00257 #define  ECantFindINI_Host -1923 //!< Unable to find TNTHOST.INI file
00258 #define  ENoToolBarProcFile -1927   //!< Unable to open toolbar process reference file (tntproc.txt)
00259 #define  ECantInitDLLName -1928  //!< Unable to open DLL: '$1'
00260 #define  EXMLParseError -1931 //!< Invalid XML syntax reading file '$1'.
00261 #define  EGenericMessage -1999   //!< $1
00262 #define  R_CantMakeFile -2002 //!< Unable to create Raster/Vector file
00263 #define  R_MinTNTVersion -2003   //!< TNT product version $2 or later required access project file
00264 #define  R_ReadError -2004 //!< Error reading Raster/Vector file
00265 #define  R_BadLine -2008   //!< Line number out of range
00266 #define  R_BadOperation -2011 //!< Illegal operation on specified object
00267 #define  R_ObjNoExist -2012   //!< Specified object '$1' does not exist
00268 #define  R_ObjTypedNoExistInFile -2013 //!< $1 object '$2' does not exist
00269 #define  R_BadObjectID -2015  //!< Illegal object ID
00270 #define  R_BadRastInfo -2016  //!< Data in RASTINFO structure invalid
00271 #define  R_StyleTableUsageMismatch -2017  //!< Style table usage does not match specified style type.
00272 #define  R_SeekError -2021 //!< Error seeking in Raster/Vector file
00273 #define  R_NewRequest -2026   //!< New object request not processed
00274 #define  R_NoRegistInfo -2027 //!< No georeference information available
00275 #define  R_BadInode -2030  //!< Illegal Inode number specified: ($1)
00276 #define  R_ProgramError -2031 //!< Internal RVC program error
00277 #define  R_SkipRequest -2035  //!< Request to skip was not processed
00278 #define  R_BadObjType -2036   //!< Illegal object type specified
00279 #define  R_NoObjsOfType -2040 //!< No objects of the proper type are available for selection
00280 #define  R_BadPoly -2042   //!< Illegal vector polygon number specified
00281 #define  R_ReadPastEnd -2045  //!< Attempt to read past the end of data area
00282 #define  R_NoDBaseFile -2051  //!< External database file does not exist or could not be opened:
00283 #define  R_ExtNotDB3 -2052 //!< File is not a recognized dBASE format
00284 #define  R_BadDBRecord -2053  //!< Invalid database record number
00285 #define  R_BadExtDbase -2054  //!< External database file is invalid
00286 #define  R_NoDBFields -2055   //!< No fields in external database
00287 #define  R_GetFileReq -2057   //!< Request to get file not handled
00288 #define  R_DBaseFmtChg -2059  //!< External database structure has changed
00289 #define  R_BadVector -2060 //!< Vector data contains errors...
00290 #define  R_BadListItem -2067  //!< List item number ($1) out of range <0 - $2>
00291 #define  R_BadPolyTopo -2068  //!< Vector polygon topology incorrect, no common node between lines
00292 #define  R_FileReadOnly -2069 //!< File "$1"
00293 #define  R_BadBlockItem -2070 //!< Invalid block number referenced in CAD object
00294 #define  R_BadElemHdr -2071   //!< Invalid element header data in CAD object
00295 #define  R_BadCADType -2072   //!< Invalid CAD element type
00296 #define  R_BadOptType -2073   //!< Invalid optional data information in CAD object
00297 #define  R_BadRastType -2075  //!< Raster data type not usable for this process
00298 #define  R_WritePastEnd -2078 //!< Attempt to write past the end of data area
00299 #define  R_DeleteOpen -2079   //!< Specified object is in use, cannot delete
00300 #define  R_NoTable -2080   //!< Specified table not defined
00301 #define  R_DataMissing -2081  //!< Part of a composite object is missing
00302 #define  R_NoField -2082   //!< Invalid field number
00303 #define  R_NoIndex -2084   //!< No index for field
00304 #define  R_BadStyleType -2085 //!< Invalid style type
00305 #define  R_BadPattType -2086  //!< Invalid pattern type
00306 #define  R_BadStyleNum -2087  //!< Invalid style index
00307 #define  R_DupStyleName -2088 //!< Duplicate style name found
00308 #define  R_DupPattName -2089  //!< Duplicate pattern name
00309 #define  R_BadStyleName -2091 //!< Invalid style name
00310 #define  R_BadPattName -2092  //!< Invalid symbol/pattern name
00311 #define  R_BadObjName -2093   //!< Invalid object name
00312 #define  R_MfNotInit -2094 //!< MfInit() has not been performed
00313 #define  R_BadLabelNum -2095  //!< Vector label number ($1) out of range <0 - $2>
00314 #define  R_BadLeaderNum -2096 //!< Invalid leader number specified
00315 #define  R_WriteInvalid -2097 //!< Attempting to write to read-only object
00316 #define  R_TooManyFiles -2098 //!< Too many RVC files open
00317 #define  R_BadFHandle -2101   //!< Invalid RVC file handle
00318 #define  R_NoHDRDESC -2102 //!< Reference file HDRDESC.REF does not exist
00319 #define  R_NotRVCFile -2103   //!< Specified file is not a valid RVC file
00320 #define  R_NameInvalid -2104  //!< Specified RVC object name is invalid
00321 #define  R_NotEnoughSpc -2105 //!< Not enough space on storage device,
00322 #define  R_BadVersion -2106   //!< Program cannot read this version of RVC file, obtain updated program
00323 #define  R_BadRBASEFile -2107 //!< Specified R:BASE file is invalid
00324 #define  R_BadHDRDESC -2108   //!< Invalid information in HDRDESC.REF file
00325 #define  R_NoDatabase -2109   //!< No database objects available
00326 #define  R_BadRastLin -2110   //!< Raster line number ($1) out of range <0 - $2>
00327 #define  R_BadRastCol -2111   //!< Raster column number ($1) out of range <0 - $2>
00328 #define  R_BadRastLen -2112   //!< Length ($1) for raster read/write out of range <1 - $2>
00329 #define  R_BadRastColConv -2113  //!< Column ($1) for raster read/write invalid for "no conversion" mode
00330 #define  R_BadRastLenConv -2114  //!< Length for raster read/write invalid for "no conversion" mode
00331 #define  R_RastLinkNotFound -2115   //!< Specified raster link file does not exist
00332 #define  R_CantGetReadLock -2116 //!< Unable to establish read lock on file:
00333 #define  R_CantGetWriteLock -2117   //!< Unable to establish write lock on file:
00334 #define  R_CantUnlockFile -2118  //!< Unable to unlock file:
00335 #define  R_BadVectLineNum -2119  //!< Vector line number ($1) out of range <0 - $2>
00336 #define  R_BadVectPointNum -2120 //!< Vector point number ($1) out of range <0 - $2>
00337 #define  R_BadVectPolyNum -2121  //!< Vector polygon number ($1) out of range <0 - $2>
00338 #define  R_BadVectNodeNum -2122  //!< Vector node number ($1) out of range <0 - $2>
00339 #define  R_TableNotFound -2125   //!< Specified table not defined:
00340 #define  R_FieldNotFound -2126   //!< Specified field not defined:
00341 #define  R_NoPrimaryKey -2127 //!< No primary key field found in database table
00342 #define  R_CantMakeLockFile -2129   //!< Unable to create lock file due to invalid access:
00343 #define  R_NoTables -2130  //!< No tables in database available for selection
00344 #define  R_ObjectNotUsable -2131 //!< Object not usable for this operation
00345 #define  R_BadTINEdgeNum -2132   //!< TIN edge number ($1) out of range <0 - $2>
00346 #define  R_BadTINHullNum -2133   //!< TIN hull number ($1) out of range <0 - $2>
00347 #define  R_BadTINTriangleNum -2134  //!< TIN triangle number ($1) out of range <0 - $2>
00348 #define  R_BadTINNodeNum -2135   //!< TIN node number ($1) out of range <0 - $2>
00349 #define  R_CantOpenLink -2136 //!< Cannot open link to RVC object
00350 #define  R_CantPackLocked -2138  //!< File is being accessed, cannot pack
00351 #define  R_TransferError -2139   //!< File was incorrectly transfered using ASCII mode, the RVC file is unusable.
00352 #define  R_BadHeaderSize -2140   //!< Invalid RVC object header size found, the file is corrupted
00353 #define  R_ObjectNotFound -2142  //!< Unable to locate object:
00354 #define  R_CADLinkNotFound -2143 //!< Specified CAD object link file does not exist
00355 #define  R_BadCADLinkType -2144  //!< Specified CAD object link type not usable in this process
00356 #define  R_NoPatternsForSel -2145   //!< No patterns are available for selection
00357 #define  R_NoRecordsInTable -2146   //!< No records in specified database table
00358 #define  R_BadTableName1 -2147   //!< Table name conflicts with the name of another table
00359 #define  R_BadTableName2 -2148   //!< Table name conflicts with the name of an existing field
00360 #define  R_CantLinkCADFile -2149 //!< Unable to link to
00361 #define  R_ObjNotAllowedMeta -2150  //!< Meta-Data is not allowed for specified object
00362 #define  R_ODBCError -2151 //!< ODBC Error "$1"
00363 #define  R_RecordDeleted -2153   //!< Record has been deleted from the table
00364 #define  R_NoMoreData -2154   //!< End of table reached
00365 #define  R_ODBCNotSupported -2155   //!< ODBC is not supported on this platform
00366 #define  R_ODBCNoDataSource -2156   //!< There are no ODBC Data Sources to import.
00367 #define  R_BadObjVersion -2157   //!< Program cannot read this version of the RVC object, obtain updated program
00368 #define  R_ODBCTableExists -2158 //!< Table $1 already exists in this ODBC database
00369 #define  R_GeoNoImpliedRast -2159   //!< Implied georeference is not allowed for raster objects
00370 #define  R_GeorefMissing -2160   //!< Georeference object has been deleted or is missing
00371 #define  R_ThemeDataInvalid -2161   //!< Theme map object is invalid
00372 #define  R_BadParentInode -2162  //!< Illegal Parent Inode number specified: ($1)
00373 #define  R_BadSpectRecNum -2164  //!< Spectral record number ($1) out of range <0 - $2>
00374 #define  R_BadFontIndex -2165 //!< Font index ($1) out of range <0 - $2>
00375 #define  R_HasNoGeoreference -2166  //!< RVC object has no georeference
00376 #define  R_AllRastCellsNull -2167   //!< All cells in raster are null
00377 #define  R_HasNoAttributes -2168 //!< Source Raster has no attributes
00378 #define  R_FieldNotKey -2169  //!< Field "$1" is not a key field
00379 #define  R_ObjectSizeLimit -2170 //!< RVC object size limit reached, cannot complete request
00380 #define  R_SystemSizeLimit -2171 //!< Operating system file size limit reached, cannot complete request
00381 #define  R_NoHyspcClassRast -2172   //!< No hyperspectral class raster exists, hyperspectral object not usable
00382 #define  R_NoHyspcAvgRast -2173  //!< No hyperspectral average raster exists, hyperspectral object not usable
00383 #define  R_NoHyspcBandRast -2174 //!< No hyperspectral vector band raster exists, hyperspectral object not usable
00384 #define  R_TextLinkNotFound -2176   //!< Specified text link file does not exist
00385 #define  R_ODBCBadSource -2177   //!< Specified ODBC driver does not support enough of
00386 #define  R_ODBCNULLSource -2178  //!< Selected ODBC source does not point to anything.
00387 #define  R_BadObject -2179 //!< Object has internal error, try Recover Project File.
00388 #define  R_NoRelatedTable -2180  //!< There are no tables related to the "$1" table.
00389 #define  R_BadCADElemNum -2182   //!< CAD element number ($1) out of range <$2 - $3>
00390 #define  R_STreeNoElemsOfTyp -2283  //!< No elements of type $1 in spatial search tree
00391 #define  R_STreeMaxElemTypes -2284  //!< Spatial search tree already contains maximum allowed number of element types
00392 #define  R_STreeBadTier -2285 //!< Spatial search tree tier $1 out of range <0 - $2>
00393 #define  R_STreeBadNodeElems -2286  //!< Node element array entries not in ascending sequence
00394 #define  R_NotAttached -2287  //!< (Internal) Object instance is not attached
00395 #define  R_BadParent -2288 //!< Invalid parent object ($1) for creating sub object ($2)
00396 #define  R_NoTablesODBC -2289 //!< Selected ODBC data source does not contain any tables.
00397 #define  R_BadTableInfo -2290 //!< Information in the database table is invalid
00398 #define  R_InvalidAccess -2291   //!< Previously set usage restrictions do not allow specified operation on file:
00399 #define  R_InvalidLinkInfo -2292 //!< External file link information is invalid
00400 #define  R_RectOutsideRaster -2293  //!< Specified rectangle is entirely outside raster
00401 #define  R_FileNotLinkable -2294 //!< Cannot auto-link to file:
00402 #define  R_NotRVCOrLinkable -2295   //!< File is not RVC or supported format
00403 #define  R_FileNotLinked -2296   //!< Unable to locate RVC link file for file:
00404 #define  R_ObjNoExistInFile -2297   //!< Specified object '$1' does not exist
00405 #define  R_LinkNoMatchHeader -2298  //!< Link file does not match data in RVC file.
00406 #define  R_NoTableExt -2299   //!< Specified table ($1) not defined from database object: $2
00407 #define  R_NoODBCLibrary -2300   //!< No ODBC capabilities exist on this platform.
00408 #define  R_OldODBCDriver -2301   //!< The ODBC driver is too old to use with MicroImages products.
00409 #define  R_BadAccessList -2302   //!< Access list is corrupted in file:
00410 #define  R_AccessNoWrite -2303   //!< Previously set usage restrictions do not allow modification of file:
00411 #define  R_CantFindLinked -2304  //!< Unable to locate linked object from
00412 #define  R_BadLinkType -2305  //!< Invalid or unsupported link to non-RVC file
00413 #define  R_StyleAlignedBad -2306 //!< Style object has incorrectly aligned pattern elements, cannot use on this platform.
00414 #define  R_SingletonExists -2307 //!< Only one object of the type '$1' can exist under the parent object
00415 #define  R_BadCtrlPointNum -2308 //!< Georeference control point number ($1) out of range <0 - $2>
00416 #define  R_BadCtrlPointEdgeNum -2309   //!< Georeference control point edge number ($1) out of range <0 - $2>
00417 #define  R_BadParentCopy -2310   //!< Invalid parent object ($1) for creating sub object ($2).  Remove sub object ($3) before copying or packing
00418 #define  R_BadLinkPlatform -2311 //!< This platform does not support the type of link specified in the link information.
00419 #define  R_BadBoundaryEdgeNum -2312 //!< Georeference boundary number ($1) out of range <0 - $2>
00420 #define  R_IllegalObjectOpen -2313  //!< Unable to open damaged object ($1), contact MicroImages
00421 #define  R_IllegalFileOpen -2314 //!< Unable to open damaged file, contact MicroImages
00422 #define  R_DeletedCADElement -2315  //!< CAD Element ($1) is marked as deleted
00423 #define  L_RasterTooLarge -2800  //!< Raster is too large for TNTlite
00424 #define  L_VectTooManyPoints -2801  //!< Vector has too many points for TNTlite
00425 #define  L_VectTooManyLines -2802   //!< Vector has too many lines for TNTlite
00426 #define  L_VectTooManyPolys -2803   //!< Vector has too many polygons for TNTlite
00427 #define  L_CADTooManyElems -2804 //!< CAD object has too many elements for TNTlite
00428 #define  L_TINTooManyNodes -2805 //!< TIN object has too many nodes for TNTlite
00429 #define  L_TINTooManyEdges -2806 //!< TIN object has too many edges for TNTlite
00430 #define  L_TINTooManyTris -2807  //!< TIN object has too many triangles for TNTlite
00431 #define  L_DBTooManyTables -2808 //!< Database has too many tables for TNTlite
00432 #define  L_DBTooManyRecords -2809   //!< Database table has too many records for TNTlite
00433 #define  L_VectTooManyLabels -2810  //!< Vector has too many labels for TNTlite
00434 #define  L_CADTooManyBlocks -2811   //!< CAD object has too many blocks for TNTlite
00435 #define  L_OptNotAvailable -2812 //!< Selected option or feature is not available for TNTlite
00436 #define  L_DispMaxGroups -2816   //!< Maximum allowed number of groups for TNTlite reached
00437 #define  L_DispMaxTotLayers -2817   //!< Maximum allowed number of layers for TNTlite reached
00438 #define  L_DispMaxGrpLayers -2818   //!< Maximum allowed number of layers in single group for TNTlite reached
00439 #define  L_FeatMapMaxClasses -2819  //!< Maximum allowed number of feature mapping classes for TNTlite reached
00440 #define  L_FeatMapMaxFeats -2820 //!< Maximum allowed number of features for TNTlite reached,
00441 #define  L_NoEncryptedSML -2821  //!< Cannot open encrypted SML script in TNTlite
00442 #define  L_ObjectNotUsable -2899 //!< Object too large to use in TNTlite
00443 #define  EBadComPort -3002 //!< Communication port could not be initialized
00444 #define  ECantInitCom -3003   //!< Unable to initialize communication port "$1"
00445 #define  ENoPortSelected -3006   //!< No communication port selected.
00446 #define  EComPortShared -3010 //!< Com port is used by another device.
00447 #define  ESTDoneError -3031   //!< SCSI operation completed with error
00448 #define  ESTSCSIReqBad -3032  //!< Invalid SCSI request
00449 #define  ESTNoDevice -3033 //!< SCSI device not present
00450 #define  ESTHostAborted -3034 //!< Host adapter aborted SCSI request
00451 #define  ESTHostNumBad -3035  //!< Invalid SCSI host adapter number
00452 #define  ESTHostFailure -3036 //!< General SCSI host failure
00453 #define  ESTNoHosts -3037  //!< No SCSI host adapters present
00454 #define  ESTTargetErr -3038   //!< General SCSI target device error
00455 #define  ESTTargetBusy -3039  //!< SCSI target device busy not handled
00456 #define  ESTRsrvCnflct -3040  //!< SCSI target reservation conflict
00457 #define  ESTCantInit -3041 //!< Cannot initialize ST driver for SCSI device
00458 #define  ESTTargetErr2 -3042  //!< SCSI Device error
00459 #define  ESTExtendedErr -3043 //!< SCSI Device error
00460 #define  EXYDigPortShareInit -3045  //!< Unable to initialize X-Y digitizer because port is used by another device.
00461 #define  EGPSPortShareInit -3046 //!< Unable to initialize GPS because port is used by another device.
00462 #define  ESCSI_NoASPIMgr -3051   //!< SCSI: ASPI Manager is not installed
00463 #define  ESCSI_BadBusID -3052 //!< SCSI: Invalid bus ID ($1)
00464 #define  ESCSI_NoDevice -3053 //!< SCSI: No device with target ID ($1)
00465 #define  ESCSI_CDBTooLong -3054  //!< SCSI: CDB of $1 bytes is larger than maximum allowed length ($2)
00466 #define  ESCSI_BufTooLarge -3055 //!< SCSI: Buffer of $1 bytes is larger than maximum allowed length ($2)
00467 #define  ESCSI_NoASPI32DLL -3059 //!< SCSI: Unable to load WNASPI32.DLL
00468 #define  ESCSI_BadASPI32DLL -3060   //!< SCSI: WNASPI32.DLL is invalid or incompatible
00469 #define  ESCSI_BadASPISRB -3061  //!< SCSI: ASPI Request Block invalid
00470 #define  ESCSI_CompletedErr -3062   //!< SCSI: Operation completed with error
00471 #define  ESCSI_IOTimedOut -3063  //!< SCSI: I/O operation timed out
00472 #define  ESCSI_IncorrectLen -3064   //!< SCSI: Incorrect length, code = $1, length = $2, (ASC = 0x$3, ASCQ = 0x$4)
00473 #define  ESCSI_SenseKey0 -3065   //!< SCSI: No sense (ASC = 0x$1, ASCQ = 0x$2)
00474 #define  ESCSI_SenseKey1 -3066   //!< SCSI: Recovered error (ASC = 0x$1, ASCQ = 0x$2)
00475 #define  ESCSI_SenseKey2 -3067   //!< SCSI: Device not ready (ASC = 0x$1, ASCQ = 0x$2)
00476 #define  ESCSI_SenseKey3 -3068   //!< SCSI: Media error (ASC = 0x$1, ASCQ = 0x$2)
00477 #define  ESCSI_SenseKey4 -3069   //!< SCSI: Hardware error (ASC = 0x$1, ASCQ = 0x$2)
00478 #define  ESCSI_SenseKey5 -3070   //!< SCSI: Illegal request (ASC = 0x$1, ASCQ = 0x$2)
00479 #define  ESCSI_SenseKey6 -3071   //!< SCSI: Unit attention (ASC = 0x$1, ASCQ = 0x$2)
00480 #define  ESCSI_SenseKey7 -3072   //!< SCSI: Data protect (ASC = 0x$1, ASCQ = 0x$2)
00481 #define  ESCSI_SenseKey8 -3073   //!< SCSI: Blank check (ASC = 0x$1, ASCQ = 0x$2)
00482 #define  ESCSI_SenseKey9 -3074   //!< SCSI: Vendor specific error (ASC = 0x$1, ASCQ = 0x$2)
00483 #define  ESCSI_SenseKey10 -3075  //!< SCSI: Copy aborted (ASC = 0x$1, ASCQ = 0x$2)
00484 #define  ESCSI_SenseKey11 -3076  //!< SCSI: Aborted command (ASC = 0x$1, ASCQ = 0x$2)
00485 #define  ESCSI_SenseKey12 -3077  //!< SCSI: Equality on search (ASC = 0x$1, ASCQ = 0x$2)
00486 #define  ESCSI_SenseKey13 -3078  //!< SCSI: Volume overflow (ASC = 0x$1, ASCQ = 0x$2)
00487 #define  ESCSI_SenseKey14 -3079  //!< SCSI: Miscompare (ASC = 0x$1, ASCQ = 0x$2)
00488 #define  ESCSI_SenseKey15 -3080  //!< SCSI: Reserved sense key 15 (ASC = 0x$1, ASCQ = 0x$2)
00489 #define  EGPS_NoPortName -3151   //!< No port specified for GPS device
00490 #define  EGPS_MsgInvalid -3152   //!< GPS message invalid
00491 #define  EGPS_MsgCheckSumErr -3153  //!< GPS message checksum error
00492 #define  EGPS_MsgWrong -3154  //!< Incorrect GPS message received
00493 #define  EGPS_CantReadMsg -3155  //!< Unable to read message from GPS, check port settings
00494 #define  EGPS_MsgTooLong -3156   //!< GPS message is too long
00495 #define  EGPS_NoMessage -3157 //!< No message available from GPS or device not setup correctly
00496 #define  EGPS_BadProtocol -3158  //!< Specified GPS protocol invalid or not supported
00497 #define  EGPS_BadLogFile -3159   //!< Specified GPS log file invalid
00498 #define  EScanPastEnd -3230   //!< Attempt to scan past end of media not handled
00499 #define  EScanTW_Bummer -3247 //!< TWAIN: Operation failed for unknown reason
00500 #define  EScanTW_LowMemory -3248 //!< TWAIN: Insufficient memory
00501 #define  EScanTW_NoSource -3249  //!< TWAIN: No source selected or available
00502 #define  EScanTW_MaxConn -3250   //!< TWAIN: Maximum allowed number of connections exceeded
00503 #define  EScanTW_OpError -3251   //!< TWAIN: Operation error
00504 #define  EScanTW_BadCap -3252 //!< TWAIN: Bad or unsupported capability
00505 #define  EScanTW_BadProtocol -3253  //!< TWAIN: Bad protocol
00506 #define  EScanTW_BadValue -3254  //!< TWAIN: Bad value
00507 #define  EScanTW_SeqError -3255  //!< TWAIN: Operation sequence error occurred
00508 #define  EScanTW_BadDest -3256   //!< TWAIN: Invalid destination for operation
00509 #define  EScanTW_NotOneValue -3257  //!< TWAIN: Capability is not single-valued
00510 #define  EScanTW_BadItemType -3258  //!< TWAIN: Invalid or unexpected item type
00511 #define  EScanTW_NoDLL -3262  //!< TWAIN: Unable to locate twain.dll
00512 #define  EScanTW_CantLoadDLL -3263  //!< TWAIN: Unable to load twain.dll
00513 #define  EScanTW_BadDLL -3264 //!< TWAIN: DLL invalid
00514 #define  EScanTW_CantOpenSM -3265   //!< TWAIN: Unable to open source manager
00515 #define  EScanTW_CantOpenSrc -3267  //!< TWAIN: Unable to open specified source
00516 #define  EScanTW_EndOfList -3272 //!< TWAIN: End of source list reached
00517 #define  EScanTW_NoSources -3273 //!< TWAIN: No data sources installed.
00518 #define  ENoPlotterDev -3301  //!< No plotter device selected
00519 #define  ENoPrinterDrv -3303  //!< Unable to find printer driver(s)
00520 #define  EBadPrinterTyp -3305 //!< Unknown printer type
00521 #define  EPrtNotSupport -3306 //!< Option not supported for current printer type
00522 #define  ESpecFuncNotDef -3307   //!< Special Function "$1" not defined
00523 #define  ECantCalibPlotter -3308 //!< Can't calibrate plotter when plotting to file
00524 #define  ECantPlotRaster -3309   //!< Rasters cannot be plotted on pen-plotters
00525 #define  EMgdBadFontHandle -3401 //!< Font handle ($1) is out of range <0 - $2>
00526 #define  EMgdCantFindFontOF -3402   //!< Unable to locate outline font file for '$1'
00527 #define  EMgdBadFontFileOF -3403 //!< Outline font file is invalid:
00528 #define  EMgdGlyphNoExist -3404  //!< Specified glyph ($1) does not exist in font
00529 #define  ETTFFileError -3507  //!< Can't read TrueType font
00530 #define  ETTFCantFindFont -3509  //!< Unable to find TrueType font: '$1'
00531 #define  EHFA_BadFileIndex -3601 //!< Invalid ERDAS HFA file index handle
00532 #define  EHFA_CantCreateIfOpn -3602 //!< Can't create ERDAS HFA file if already opened
00533 #define  EHFA_TooManyOpen -3603  //!< Too many ERDAS HFA file open
00534 #define  EHFA_FileReadOnly -3604 //!< ERDAS HFA file:
00535 #define  EHFA_NoHeaderTag -3605  //!< ERDAS HFA file does not contain proper header tag, file invalid
00536 #define  EHFA_BadVersion -3606   //!< ERDAS HFA file version not supported
00537 #define  EHFA_NodeBadData -3607  //!< ERDAS HFA node contains invalid data
00538 #define  EHFA_NodeNoChild -3608  //!< ERDAS HFA node missing required child
00539 #define  EHFA_BadObjIndex -3609  //!< Invalid ERDAS HFA object index handle
00540 #define  EHFA_NotImageLayer -3610   //!< Specified ERDAS HFA layer is not an image (raster) layer
00541 #define  EHFA_NoDMSState -3611   //!< Missing ERDAS HFA DMS State for image, file is invalid
00542 #define  EHFA_BadPixelType -3612 //!< Invalid or unsupported ERDAS HFA image pixel type
00543 #define  EJP2_BadComponent -3651 //!< Specified JPEG2000 component ($1) out of range <0 - $2>
00544 #define  EJP2_NotRGB -3652 //!< JPEG2000 file does not contain RGB color components
00545 #define  EJP2_BadResLevel -3653  //!< Specified JPEG2000 resolution level ($1) out of range (0 - $2)
00546 #define  EJP2_SourceNotOpen -3654   //!< JPEG2000 source has not yet been opened
00547 #define  EJP2_ResLvlNotOpen -3656   //!< JPEG2000 resolution level has not yet been opened
00548 #define  EPkgFileBad -3701 //!< Package file invalid or format not recognized
00549 #define  EPkgNoBasePath -3702 //!< No package file base path has been specified
00550 #define  EPkgNotInBasePath -3703 //!< Specified file in not in base path directory subtree
00551 #define  EPkgBadItem -3704 //!< Specified package item not in file
00552 #define  EPkgBadVersion -3705 //!< Package file version not supported by this product
00553 #define  EPkgUsageNoMatch -3707  //!< Package file "usage" doesn't match specified string
00554 #define  WPkgNewerFileExists -3708  //!< File in package is older than existing file
00555 #define  ENoXYDigitDev -3901  //!< No X/Y digitizer installed
00556 #define  ECantInitXYDig -3902 //!< Unable to initialize X/Y digitizer
00557 #define  ENoXYDigDriver -3903 //!< No X/Y digitizer selected or unable to access digitizer driver
00558 #define  ENoWintabDriver -3912   //!< No Wintab installed
00559 #define  EWintabIni -3913  //!< Wintab initialization error
00560 #define  ENoWindowableDev -3915  //!< Unable to run with current settings.
00561 #define  ENoRecords -4000  //!< Database has no records
00562 #define  ETooManyRecTypes -4001  //!< Database has too many record types
00563 #define  EBadNumFields -4002  //!< Invalid number of fields in database
00564 #define  ELineOutOfSeq -4003  //!< Line out of sequence (unexpected)
00565 #define  ETooManyFields -4004 //!< Database has too many fields
00566 #define  EIncompleteSpec -4005   //!< Database specification is incomplete
00567 #define  EBadRecordType -4006 //!< Undefined record type
00568 #define  ENoFields -4007   //!< No fields defined
00569 #define  EBadDLGRecordType -4008 //!< Invalid Optional DLG record type encountered
00570 #define  EBadImportFile -4009 //!< Specified file is not a valid $1 file
00571 #define  EBadTYDACVEHFile -4010  //!< Specified file is not a valid SPANS TYDAC header (.VEH) file
00572 #define  EBadTYDACVECFile -4011  //!< Specified file is not a valid SPANS TYDAC coordinate (.VEC) file
00573 #define  EBadTYDACTBAFile -4012  //!< Specified file is not a valid SPANS TYDAC attribute (.TBA) file
00574 #define  EDupTIGERRecordNum -4013   //!< Specified TIGER/Line file has a duplicate record number
00575 #define  EBadTIGERRecordNum -4014   //!< Specified TIGER/Line record does not exist
00576 #define  EBadTIGERTable -4015 //!< Invalid TIGER/Line file format
00577 #define  EBadVPFTable -4016   //!< Invalid Vector Product Format (VPF) table
00578 #define  ECantImportProjInfo -4017  //!< Warning: Unrecognized or unsupported projection information ignored.
00579 #define  WUnrecogizedCodeE00 -4018  //!< Unrecognized compression code in ArcInfo E00 file.
00580 #define  EBadFileOrUserFmt -4019 //!< Either file or user-defined format is invalid.
00581 #define  EBadFileImport -4020 //!< File to import is invalid or has unrecognized format
00582 #define  ENoDataForHeader -4022  //!< Unable to locate corresponding data file for header file
00583 #define  EBadMIFElement -4023 //!< MapInfo Interchange Format element is not a valid element
00584 #define  EImageTooLargeForFormat -4024 //!< Image exceeds maximum size allowed by file format
00585 #define  EBadSDTSRecord -4028 //!< Error in SDTS record reading
00586 #define  EBadSDTSSubfield -4029  //!< Error in SDTS subfield reading
00587 #define  ESDTSBadDDSHFile -4032  //!< The Data Dictionary Schema file is invalid.
00588 #define  ESDTSNoRaster -4033  //!< No raster objects in SDTS profile
00589 #define  ESDTSNoRastDef -4034 //!< No SDTS Raster Definition module
00590 #define  ESDTSNoIdentif -4035 //!< No SDTS Identification module
00591 #define  ESDTSNoCatDir -4036  //!< No SDTS Catalog/Directory module
00592 #define  ESDTSNoExternal -4037   //!< No SDTS External Reference module
00593 #define  ESDTSNoInternal -4038   //!< No SDTS Internal Reference module
00594 #define  EClemNoBrowseImage -4039   //!< No "Browse" image in Clementine file
00595 #define  EClemReadData -4040  //!< Error in Clementine data reading
00596 #define  EClemWriteTIFF -4041 //!< Error writing Clementine data to TIFF
00597 #define  WAVIRISNoSpectInfo -4043   //!< No AVIRIS spectral information
00598 #define  WAVIRISNoVignetInfo -4044  //!< No AVIRIS vignetting information
00599 <