errores de pascal

Upload: falco-gerardo-molina-morales

Post on 10-Feb-2018

220 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/22/2019 Errores de Pascal

    1/6

    Mensajes de Error de Compilacin.

    Nmero deError

    Mensaje de error (original) Mensaje de error (traducido)

    1 Out of memory Memoria Agotada

    2 Identifier expected

    Se esperaba un identificador3 Unknown identifier Identificador desconocido4 Duplicate identifier Identificador duplicado5 Syntax error Error de sintaxis6 Error in real constant Error en constante real7 Error in integer constant Error en constante entera

    8 String constant exceeds line Constante de cadena excede lalnea

    10 Unexpected end of file Fin de archivo no esperado11 Line too long Lnea demasiado larga12 Type identifier expected Se esperaba identificador de tipo

    13 Too many open files Demasiados archivos abiertos14 Invalid file name Nombre de archivo no vlido15 File not found Archivo no encontrado16 Disk full Disco lleno17 Invalid compiler directive Directiva de compilacin no vlida18 Too many files Demasiados archivos

    19 Undefined type in pointer defTipo no identificado en definicinde puntero

    20 Variable identifier expected Se esperaba identificador devariable

    21 Error in type

    Error en tipo22 Structure too large Estructura demasiado grande

    23 Set base type out of range Tipo base del conjunto fuera derango

    24File components may not befiles or objects

    Componentes de archivos no debenser archivos u objetos

    25 Invalid string length Largo de cadena no vlido26 Type mismatch Tipos no coinciden27 Invalid subrange base type Tipo subrango base no vlido

    28 Lower bound greater thanupper bound

    Lmite inferior es ms grande queel lmite superior

    29 Ordinal type expected

    Se esperaba tipo ordinal30 Integer constant expected Se esperaba constante entera31 Constant expected Se esperaba una constante

    32Integer or real constantexpected

    Se esperaba una constante entera oreal

    33Pointer Type identifierexpected

    Se esperaba identificador de tipode puntero

    34 Invalid function result type Tipo de resultado para la funcinno vlido

    35 Label identifier expected Se esperaba identificador deetiqueta

    36 BEGIN expected Se esperaba BEGIN37 END expected Se esperaba END

    http://www.driverop.com.ar/vertperr.php?num=comp1http://www.driverop.com.ar/vertperr.php?num=comp2http://www.driverop.com.ar/vertperr.php?num=comp2http://www.driverop.com.ar/vertperr.php?num=comp3http://www.driverop.com.ar/vertperr.php?num=comp3http://www.driverop.com.ar/vertperr.php?num=comp4http://www.driverop.com.ar/vertperr.php?num=comp4http://www.driverop.com.ar/vertperr.php?num=comp5http://www.driverop.com.ar/vertperr.php?num=comp8http://www.driverop.com.ar/vertperr.php?num=comp8http://www.driverop.com.ar/vertperr.php?num=comp10http://www.driverop.com.ar/vertperr.php?num=comp10http://www.driverop.com.ar/vertperr.php?num=comp11http://www.driverop.com.ar/vertperr.php?num=comp11http://www.driverop.com.ar/vertperr.php?num=comp14http://www.driverop.com.ar/vertperr.php?num=comp14http://www.driverop.com.ar/vertperr.php?num=comp15http://www.driverop.com.ar/vertperr.php?num=comp15http://www.driverop.com.ar/vertperr.php?num=comp21http://www.driverop.com.ar/vertperr.php?num=comp21http://www.driverop.com.ar/vertperr.php?num=comp23http://www.driverop.com.ar/vertperr.php?num=comp23http://www.driverop.com.ar/vertperr.php?num=comp26http://www.driverop.com.ar/vertperr.php?num=comp26http://www.driverop.com.ar/vertperr.php?num=comp27http://www.driverop.com.ar/vertperr.php?num=comp27http://www.driverop.com.ar/vertperr.php?num=comp29http://www.driverop.com.ar/vertperr.php?num=comp29http://www.driverop.com.ar/vertperr.php?num=comp34http://www.driverop.com.ar/vertperr.php?num=comp34http://www.driverop.com.ar/vertperr.php?num=comp36http://www.driverop.com.ar/vertperr.php?num=comp36http://www.driverop.com.ar/vertperr.php?num=comp37http://www.driverop.com.ar/vertperr.php?num=comp37http://www.driverop.com.ar/vertperr.php?num=comp36http://www.driverop.com.ar/vertperr.php?num=comp34http://www.driverop.com.ar/vertperr.php?num=comp29http://www.driverop.com.ar/vertperr.php?num=comp27http://www.driverop.com.ar/vertperr.php?num=comp26http://www.driverop.com.ar/vertperr.php?num=comp23http://www.driverop.com.ar/vertperr.php?num=comp21http://www.driverop.com.ar/vertperr.php?num=comp15http://www.driverop.com.ar/vertperr.php?num=comp14http://www.driverop.com.ar/vertperr.php?num=comp11http://www.driverop.com.ar/vertperr.php?num=comp10http://www.driverop.com.ar/vertperr.php?num=comp8http://www.driverop.com.ar/vertperr.php?num=comp5http://www.driverop.com.ar/vertperr.php?num=comp4http://www.driverop.com.ar/vertperr.php?num=comp3http://www.driverop.com.ar/vertperr.php?num=comp2http://www.driverop.com.ar/vertperr.php?num=comp1
  • 7/22/2019 Errores de Pascal

    2/6

    38 Integer expression expected Se esperaba una expresin entera39 Ordinal expression expected Se esperaba una expresin ordinal

    40 Boolean expression expected Se esperaba una expresinbooleana

    41 Operand types do not match Tipos de operadores no coinciden

    42 Error in expression Error en la expresin43 Illegal assignment Asignacin ilegal44 Field identifier expected Se esperaba identificador de campo

    45 Object file too largeArchivo de objeto demasiadogrande

    46 Undefined external External no definido

    47 Invalid object file record Registro de archivo en objeto novlido

    48 Code segment too large Segmento de cdigo demasiadogrande

    49 Data segment too large

    Segmento de datos demasiado

    grande50 DO expected Se esperaba DO51 Invalid PUBLIC definition Definicin PUBLIC no vlida52 Invalid EXTRN definition Definicin EXTRN no vlida53 Too many EXTRN definitions Demasiadas definiciones EXTRN54 OF expected Se esperaba OF55 INTERFACE expected Se esperaba INTERFACE56 Invalid relocatable reference Referencia relocalizable no vlida57 THEN expected Se esperaba THEN58 TO or DOWNTO expected Se esperaba TO o DOWNTO

    59 Undefined forward

    Forward no definido61 Invalid typecast Cambio de tipo invlido62 Division by zero Divisin por cero63 Invalid file type Tipo de archivo no vlido

    64Cannot read or write variablesof this type

    No se pueden leer o escribir estetipo de variables

    65 Pointer variable expectedSe esperaba una variable depuntero (pointer)

    66 String variable expectedSe esperaba una variable de cadena(string)

    67 String expression expectedSe esperaba una expresin de

    cadena68 Circular unit reference Referencia circular entre unidades69 Unit name mismatch El nombre de la unidad no coincide70 Unit version mismatch La versin de la unidad no coincide71 Internal stack overflow Desbordamiento interno de la pila72 Unit file format error Error en el formato de la unidad73 IMPLEMENTATION expected Se esperaba IMPLEMENTATION

    74Constant and case types donot match

    El tipo en el CASE y la constante nocoinciden

    75 Record or object variableexpected

    Se esperaba una variable objeto oregistro

    76 Constant out of range Constante fuera de rango77 File variable expected Se esperaba una variable de archivo

    http://www.driverop.com.ar/vertperr.php?num=comp41http://www.driverop.com.ar/vertperr.php?num=comp41http://www.driverop.com.ar/vertperr.php?num=comp44http://www.driverop.com.ar/vertperr.php?num=comp44http://www.driverop.com.ar/vertperr.php?num=comp49http://www.driverop.com.ar/vertperr.php?num=comp49http://www.driverop.com.ar/vertperr.php?num=comp59http://www.driverop.com.ar/vertperr.php?num=comp59http://www.driverop.com.ar/pascal.php#3http://www.driverop.com.ar/pascal.php#3http://www.driverop.com.ar/vertperr.php?num=comp64http://www.driverop.com.ar/vertperr.php?num=comp64http://www.driverop.com.ar/vertperr.php?num=comp64http://www.driverop.com.ar/vertperr.php?num=comp71http://www.driverop.com.ar/vertperr.php?num=comp71http://www.driverop.com.ar/vertperr.php?num=comp74http://www.driverop.com.ar/vertperr.php?num=comp74http://www.driverop.com.ar/vertperr.php?num=comp74http://www.driverop.com.ar/vertperr.php?num=comp76http://www.driverop.com.ar/vertperr.php?num=comp76http://www.driverop.com.ar/vertperr.php?num=comp76http://www.driverop.com.ar/vertperr.php?num=comp74http://www.driverop.com.ar/vertperr.php?num=comp74http://www.driverop.com.ar/vertperr.php?num=comp71http://www.driverop.com.ar/vertperr.php?num=comp64http://www.driverop.com.ar/vertperr.php?num=comp64http://www.driverop.com.ar/pascal.php#3http://www.driverop.com.ar/vertperr.php?num=comp59http://www.driverop.com.ar/vertperr.php?num=comp49http://www.driverop.com.ar/vertperr.php?num=comp44http://www.driverop.com.ar/vertperr.php?num=comp41
  • 7/22/2019 Errores de Pascal

    3/6

    78 Pointer expression expected Se esperaba una expresin depunteros

    79 Integer or real expressionexpected

    Se esperaba una expresin entera oreal

    80 Label not within current block Etiqueta no est dentro del bloque

    actual81 Label already defined Etiqueta ya definida

    82Undefined label in precedingstatement part

    Etiqueta no definida en la parte dela sentencia anterior

    83 Invalid @ argument Argumento para @ invlido84 UNIT expected Se esperaba UNIT85 ";" expected Se esperaba ";"86 ":" expected Se esperaba ":"87 "," expected Se esperaba ","88 "(" expected Se esperaba "("89 ")" expected Se esperaba ")"

    90 "=" expected Se esperaba "="91 ":=" expected Se esperaba ":="92 "[" or "(." expected Se esperaba "[" o "(."93 "]" or ".)" expected Se esperaba "]" o ".)"94 "." expected Se esperaba "."95 ".." expected Se esperaba ".."96 Too many variables Demasiadas variables

    97 Invalid FOR control variable Variable de control en el FOR novlida

    98 Integer variable expected Se esperaba una variable entera

    99 Files and procedure types arenot allowed here Tipos archivos o procedimientos nose permiten aqu100 String length mismatch Tamao de la cadena no coincide101 Invalid ordering of fields Orden de los campos invlido102 String constant expected Se esperaba constante de cadena

    103Integer or real variableexpected

    Se esperaba una variable entera oreal

    104 Ordinal variable expected Se esperaba una variable ordinal105 INLINE error Error en INLINE

    106 Character expression expectedSe esperaba expresin decaracteres

    107 Too many relocation items Demasiados items de relocalizacin108

    Overflow in arithmeticoperation

    Desbordamiento en operacinaritmtica

    109No enclosing FOR, WHILE orREPEAT statement

    Sentencias FOR, WHILE o REPEATno cerradas

    110Debug information tableoverflow

    Desbordamiento en la tabla deinformacin de depuracin

    112 CASE constant out of range Constante CASE fuera de rango113 Error in statement Error en la sentencia

    114 Cannot call an interruptprocedure

    No se puede llamar a unprocedimiento de interrupcin

    116 Must be in 8087 mode tocompile this

    Debe estar en modo 8087 paracompilar esto

    http://www.driverop.com.ar/vertperr.php?num=comp82http://www.driverop.com.ar/vertperr.php?num=comp82http://www.driverop.com.ar/vertperr.php?num=comp82http://www.driverop.com.ar/vertperr.php?num=comp85http://www.driverop.com.ar/vertperr.php?num=comp97http://www.driverop.com.ar/vertperr.php?num=comp97http://www.driverop.com.ar/vertperr.php?num=comp102http://www.driverop.com.ar/vertperr.php?num=comp102http://www.driverop.com.ar/vertperr.php?num=comp106http://www.driverop.com.ar/vertperr.php?num=comp106http://www.driverop.com.ar/vertperr.php?num=comp113http://www.driverop.com.ar/vertperr.php?num=comp113http://www.driverop.com.ar/vertperr.php?num=comp116http://www.driverop.com.ar/vertperr.php?num=comp116http://www.driverop.com.ar/vertperr.php?num=comp116http://www.driverop.com.ar/vertperr.php?num=comp116http://www.driverop.com.ar/vertperr.php?num=comp116http://www.driverop.com.ar/vertperr.php?num=comp113http://www.driverop.com.ar/vertperr.php?num=comp106http://www.driverop.com.ar/vertperr.php?num=comp102http://www.driverop.com.ar/vertperr.php?num=comp97http://www.driverop.com.ar/vertperr.php?num=comp85http://www.driverop.com.ar/vertperr.php?num=comp82http://www.driverop.com.ar/vertperr.php?num=comp82
  • 7/22/2019 Errores de Pascal

    4/6

    117 Target address not found Direccin de destino no encontrada

    118Include files are not allowedhere

    Archivos incluidos no se premitenaqu

    119No inherited methods areaccessible here

    Ningn mtodo heredado sepermite aqu

    121 Invalid qualifier Calificador no vlido122 Invalid variable reference Referencia a variable no vlida123 Too many symbols Demasiados smbolos124 Statement part too large Parte ejecutable demasiado grande126 Files must be var parameters Archivos deben ser parmetros var127 Too many conditional symbols Demasiados smbolos condicionales

    128 Misplaced conditionaldirective

    Directiva condicional fuera de lugar

    129 ENDIF directive missing No se encontr la directiva ENDIF

    130Error in initial conditionaldefines

    Error en el defines condicionalinicial

    131 Header does not matchprevious definition

    Cabecera no coincide con ladefinicin previa

    133Cannot evaluate thisexpression No se puede evaluar esta expresin

    134Expression incorrectlyterminated

    Expresin incorrectamenteterminada

    135 Invalid format specifier Especificador de formato no vlido136 Invalid indirect reference Referencia indirecta no vlida

    137 Structured variables are notallowed here

    Variables de estructura no sepermiten aqu

    138 Cannot evaluate withoutSystem unit No se puede evaluar sin la unidadSystem139 Cannot access this symbol No se puede acceder a este smbolo

    140Invalid floating pointoperation

    Operacin de punto flotante novlida

    141Cannot compile overlays tomemory

    No se pueden compilar overlays enmemoria

    142Pointer or procedural variableexpected

    Se esperaba una variable depuntero o procedimiento

    143 Invalid procedure or functionreference

    Referencia a procedimiento ofuncin no valida

    144 Cannot overlay this unit No se puede convertir en overlayesta unidad145 Too many nested scopes Demasiados mbitos de anidacin146 File access denied Acceso a archivo denegado147 Object type expected Se esperaba un tipo objeto

    148Local object types are notallowed

    Tipos de objetos locales no sepermiten aqu

    149 VIRTUAL expected Se esperaba VIRTUAL

    150 Method identifier expectedSe esperaba identificador demtodo

    151

    Virtual constructors are not

    allowed

    Constructores virtuales no se

    permiten aqu152 Constructor identifier Se esperaba identificador de

    http://www.driverop.com.ar/vertperr.php?num=comp122http://www.driverop.com.ar/vertperr.php?num=comp122http://www.driverop.com.ar/vertperr.php?num=comp133http://www.driverop.com.ar/vertperr.php?num=comp133http://www.driverop.com.ar/vertperr.php?num=comp133http://www.driverop.com.ar/vertperr.php?num=comp150http://www.driverop.com.ar/vertperr.php?num=comp150http://www.driverop.com.ar/vertperr.php?num=comp150http://www.driverop.com.ar/vertperr.php?num=comp133http://www.driverop.com.ar/vertperr.php?num=comp133http://www.driverop.com.ar/vertperr.php?num=comp122
  • 7/22/2019 Errores de Pascal

    5/6

    expected contructor

    153 Destructor identifier expectedSe esperaba identificador dedestructor

    154Fail only allowed withinconstructors

    Fail solo se permite dentro de losconstructores

    155 Invalid combination of opcodeand operands Combinacin de opcode yoperandos no vlida156 Memory reference expected Se esperaba referencia a memoria

    157Cannot add or subtractrelocatable symbols

    No se pueden sumar o restarsmbolos relocalizables

    158 Invalid register combination Combinacin de registros no vlida

    159 286/287 instructions are notenabled

    No estn habilitadas lasintrucciones 286/287

    160 Invalid symbol reference Referencia a smbolo no vlida161 Code generation error Error de generacin de cdigo162 ASM expected Se esperaba ASM

    163 Duplicate dynamic methodindex

    ndice a mtodo dinmicoduplicado

    164 Duplicate resource identifier Identificador de recurso duplicado

    165Duplicate or invalid exportindex

    ndice de exportacin duplicado ono vlido

    166Procedure or functionidentifier expected

    Se esperaba identificador defuncin o procedimiento

    167 Cannot export this symbol No se puede exportar este smbolo168 Duplicate export name Nombre de exportacin duplicado

    169Executable file header too

    large

    Encabezado del archivo ejecutable

    demasiado grande170 Too many segments Demasiados segmentos

    Mensajes de Error en Tiempo de Ejecucin

    Nmero deError

    Mensaje de Error(original)

    Mensaje de Error (traducido)

    1 Invalid function number Nmero de funcin invlido2 File not found Archivo no encontrado3 Path not found Camino no encontrado

    4 Too many open files Demasiados archivos abiertos5 File access denied Acceso al archivo denegado6 Invalid file handle Manejador de archivo invlido12 Invalid file access code Cdigo de acceso al archivo invlido15 Invalid drive number Nmero de dispositivo invlido

    16Cannot remove currentdirectory No se puede eliminar el directorio actual

    17 Cannot rename acrossdrives

    No se puede renombrar en diferentesdispositivos

    18 No more files No ms archivos100 Disk read error Error de lectura en disco

    101 Disk write error Error de escritura en disco102 File not assigned Archivo no asignado

    http://mx.geocities.com/antrahxg/pascal/pmf/archivos/errores.htmlhttp://mx.geocities.com/antrahxg/pascal/pmf/archivos/errores.htmlhttp://mx.geocities.com/antrahxg/pascal/pmf/archivos/errores.htmlhttp://mx.geocities.com/antrahxg/pascal/pmf/archivos/errores.htmlhttp://mx.geocities.com/antrahxg/pascal/pmf/archivos/errores.htmlhttp://mx.geocities.com/antrahxg/pascal/pmf/archivos/errores.htmlhttp://mx.geocities.com/antrahxg/pascal/pmf/archivos/errores.htmlhttp://mx.geocities.com/antrahxg/pascal/pmf/archivos/errores.htmlhttp://mx.geocities.com/antrahxg/pascal/pmf/archivos/errores.htmlhttp://mx.geocities.com/antrahxg/pascal/pmf/archivos/errores.htmlhttp://mx.geocities.com/antrahxg/pascal/pmf/archivos/errores.htmlhttp://mx.geocities.com/antrahxg/pascal/pmf/archivos/errores.htmlhttp://mx.geocities.com/antrahxg/pascal/pmf/archivos/errores.htmlhttp://mx.geocities.com/antrahxg/pascal/pmf/archivos/errores.htmlhttp://mx.geocities.com/antrahxg/pascal/pmf/archivos/errores.htmlhttp://mx.geocities.com/antrahxg/pascal/pmf/archivos/errores.html
  • 7/22/2019 Errores de Pascal

    6/6

    103 File not open El archivo no est abierto

    104 File not open for input El archivo no est abierto en modolectura

    105File not open foroutput

    El archivo no est abierto en modoescritura

    106 Invalid numeric format

    Formato numrico invlido150 Disk is write-protected El disco est protegido contra escritura

    151Bad drive requeststruct length

    Tamao errneo en la estructura depeticin al dispositivo

    152 Drive not ready Dispositivo no est preparado154 CRC error in data Error de CRC en los datos156 Disk seek error Error de bsqueda en disco157 Unknown media type Tipo de medio desconocido158 Sector Not Found Sector no encontrado159 Printer out of paper Impresora sin papel

    160 Device write fault Fallo de escritura en dispositivo161 Device read fault Fallo de lectura en dispositivo162 Hardware failure Fallo de hardware200 Division by zero Divisin por cero201 Range check error Error en la comprobacin de rango202 Stack overflow error Desbordamiento de pila203 Heap overflow error Desbordamiento de montculo

    204Invalid pointeroperation

    Operacin de puntero invlida

    205 Floating point overflow Desbordamiento de punto flotante

    206

    Floating point

    underflow Subdesbordamiento de punto flotante207

    Invalid floating pointoperation Operacin de punto flotante invlida

    208 Overlay manager notinstalled

    Administrador de overlay no instalado

    209 Overlay file read error Error de lectura en archivo overlay210 Object not initialized Objeto no inicializado211 Call to abstract method Llamada a mtodo abstracto

    212Stream registrationerror Error de registracin de stream

    213Collection index out ofrange ndice de coleccin fuera de rango

    214 Collection overflowerror

    Error de desbordamiento en coleccin

    215Arithmetic overflowerror Error de desbordamiento aritmtico

    216 General Protectionfault

    Fallo de proteccin general

    http://mx.geocities.com/antrahxg/pascal/pmf/archivos/errores.htmlhttp://mx.geocities.com/antrahxg/pascal/pmf/archivos/errores.htmlhttp://www.driverop.com.ar/vertperr.php?num=run104http://www.driverop.com.ar/vertperr.php?num=run104http://www.driverop.com.ar/vertperr.php?num=run105http://www.driverop.com.ar/vertperr.php?num=run105http://www.driverop.com.ar/vertperr.php?num=run106http://www.driverop.com.ar/vertperr.php?num=run106http://mx.geocities.com/antrahxg/pascal/pmf/archivos/errores.htmlhttp://mx.geocities.com/antrahxg/pascal/pmf/archivos/errores.htmlhttp://mx.geocities.com/antrahxg/pascal/pmf/archivos/errores.htmlhttp://mx.geocities.com/antrahxg/pascal/pmf/archivos/errores.htmlhttp://mx.geocities.com/antrahxg/pascal/pmf/archivos/errores.htmlhttp://mx.geocities.com/antrahxg/pascal/pmf/archivos/errores.htmlhttp://mx.geocities.com/antrahxg/pascal/pmf/archivos/errores.htmlhttp://www.driverop.com.ar/pascal.php#3http://www.driverop.com.ar/pascal.php#3http://www.driverop.com.ar/vertperr.php?num=run201http://www.driverop.com.ar/vertperr.php?num=run201http://www.driverop.com.ar/vertperr.php?num=run202http://www.driverop.com.ar/vertperr.php?num=run203http://www.driverop.com.ar/vertperr.php?num=run205http://www.driverop.com.ar/vertperr.php?num=run205http://www.driverop.com.ar/vertperr.php?num=run215http://www.driverop.com.ar/vertperr.php?num=run215http://www.driverop.com.ar/vertperr.php?num=run216http://www.driverop.com.ar/vertperr.php?num=run216http://www.driverop.com.ar/vertperr.php?num=run216http://www.driverop.com.ar/vertperr.php?num=run216http://www.driverop.com.ar/vertperr.php?num=run215http://www.driverop.com.ar/vertperr.php?num=run215http://www.driverop.com.ar/vertperr.php?num=run205http://www.driverop.com.ar/vertperr.php?num=run203http://www.driverop.com.ar/vertperr.php?num=run202http://www.driverop.com.ar/vertperr.php?num=run201http://www.driverop.com.ar/pascal.php#3http://mx.geocities.com/antrahxg/pascal/pmf/archivos/errores.htmlhttp://mx.geocities.com/antrahxg/pascal/pmf/archivos/errores.htmlhttp://mx.geocities.com/antrahxg/pascal/pmf/archivos/errores.htmlhttp://mx.geocities.com/antrahxg/pascal/pmf/archivos/errores.htmlhttp://www.driverop.com.ar/vertperr.php?num=run106http://www.driverop.com.ar/vertperr.php?num=run105http://www.driverop.com.ar/vertperr.php?num=run105http://www.driverop.com.ar/vertperr.php?num=run104http://mx.geocities.com/antrahxg/pascal/pmf/archivos/errores.html