Error Codes: Code | Compiler – Alias | Remark -----+---------------------------------+------------------------------------------------- 0 | cpNoError | No Error 1 | cpEndOfFile | Attempt behind End of File 17 | cpNoMBR | Sector 0 on Card is not a Master Boot Record 18 | cpNoPBR | No Partition Sector 19 | cpFileSystemNotSupported | Only FAT16 File system is supported 20 | cpSectorSizeNotSupported | Only sector size of 512 Bytes is supported 21 | cpSectorsPerClusterNotSupported | Only 1, 2, 4, 8, 16, 32, 64 Sectors per Cluster | | is supported. This are values of normal | | formatted partitions. Exotic sizes, which are | | not power of 2 are not supported 22 | Cpcountofclustersnotsupported | The number of clusters is not supported 33 | cpNoNextCluster | Error in file cluster chain 34 | cpNoFreeCluster | No free cluster to allocate (Disk full) 35 | cpClusterError | Error in file cluster chain 49 | cpNoFreeDirEntry | Directory full 50 | cpFileExist | File exists 51 | Cpfiledeletenotallowed | File may not be deleted 52 | Cpsubdirectorynotempty | Sub directory not empty.You can not delete sub | | folders which contain files 53 | Cpsubdirectoryerror | Sub directory error 54 | Cpnotasubdirectory | 65 | cpNoFreeFileNumber | No free file number available, only | | theoretical error, if 255 file handles | | in use 66 | cpFileNotFound | File not found 67 | cpFileNumberNotFound | No file handle with such file number 68 | cpFileOpenNoHandle | All file handles occupied 69 | cpFileOpenHandleInUse | File handle number in use, can't create | | new file handle with same file number 70 | cpFileOpenShareConflict | Tried to open a file in read and write | | modus in two file handles 71 | cpFileInUse | Can't delete file, which is in use 72 | cpFileReadOnly | Can't open a read only file for writing 73 | cpFileNoWildCardAllowed | No wildcard allowed in this function 74 | Cpfilenumberinvalid | Invalid file number 97 | cpFilePositionError | 98 | cpFileAccessError | function not allowed in this file open mode 99 | cpInvalidFilePosition | new file position pointer is invalid (- or 0) 100 | cpFileSizeToGreat | File size to great for function BLoad &HC0 | Cpdrivererrorstart | -----+---------------------------------+-------------------------------------------------