Ver Mensaje Individual
  #23  
Antiguo 18-10-2006
Erik_Magnus Erik_Magnus is offline
Miembro
 
Registrado: may 2003
Ubicación: Mexico
Posts: 22
Reputación: 0
Erik_Magnus Va por buen camino
Cita:
Empezado por David
Pongo los mensajes de error que me salen al compilar en Delphi 5 :

[Error] SysConst.pas(59): Undeclared identifier: 'sLineBreak'
[Error] SysConst.pas(59): Constant expression expected
[Error] SysConst.pas(89): ';' expected but identifier 'deprecated' found
[Error] SysConst.pas(90): Undeclared identifier: 'SVarTypeUnknown'
[Error] SysConst.pas(90): ';' expected but identifier 'deprecated' found
[Error] SysConst.pas(91): Undeclared identifier: 'SVarTypeOutOfRange'
[Error] SysConst.pas(91): ';' expected but identifier 'deprecated' found
[Error] SysConst.pas(92): Undeclared identifier: 'SVarTypeAlreadyUsed'
[Error] SysConst.pas(92): ';' expected but identifier 'deprecated' found
[Error] SysConst.pas(93): Undeclared identifier: 'SVarTypeNotUsable'
[Error] SysConst.pas(93): ';' expected but identifier 'deprecated' found
[Error] SysConst.pas(94): Undeclared identifier: 'SInvalidVarOpWithHResult'
[Error] SysConst.pas(94): ';' expected but identifier 'deprecated' found
[Error] SysConst.pas(96): Undeclared identifier: 'SVarTypeCouldNotConvert'
[Fatal Error] Project1.dpr(5): Could not compile used unit 'SysConst.pas'

Edita ese archivo syscont.pas, dentro de delphi busca las cosas que te marca el error por ejemplo "sLineBreak", puede que tenga algun texto incorrecto le falte o le sobre un punto y coma ( o que tenga algun caracter extraño, incluido un comentario sin cerrar , eso es lo que me paso a mi , corregi esos errores y ya compilo bien
Responder Con Cita