Q&A

  • DBGridEH 가 인스톨이 안됩니다..
DBGridEHRe를

Install Component 하면,........

Erro가 뜹니다.

델파이5로 했습니다. DBGridEH가 델파이3,4용이라 그런가요?





[Error] GRIDEHED.PAS(61): Declaration of 'ComponentDeleted' differs from previous declaration

[Error] GRIDEHED.PAS(118): Undeclared identifier: 'TDesigner'

[Error] GRIDEHED.PAS(128): Undeclared identifier: 'TFormDesigner'

[Error] GRIDEHED.PAS(227): Undeclared identifier: 'TComponentList'

[Error] GRIDEHED.PAS(231): Missing operator or semicolon

[Error] GRIDEHED.PAS(238): Missing operator or semicolon

[Error] GRIDEHED.PAS(242): 'DO' expected but identifier 'Count' found

[Error] GRIDEHED.PAS(255): EXCEPT or FINALLY expected

[Error] GRIDEHED.PAS(302): Undeclared identifier: 'TComponentList'

[Error] GRIDEHED.PAS(317): Missing operator or semicolon

[Error] GRIDEHED.PAS(321): Missing operator or semicolon

[Error] GRIDEHED.PAS(323): Missing operator or semicolon

[Error] GRIDEHED.PAS(356): Undeclared identifier: 'TComponentList'

[Error] GRIDEHED.PAS(360): Missing operator or semicolon

[Error] GRIDEHED.PAS(365): Missing operator or semicolon

[Error] GRIDEHED.PAS(371): Missing operator or semicolon

[Error] GRIDEHED.PAS(383): Undeclared identifier: 'TComponentList'

[Error] GRIDEHED.PAS(386): Missing operator or semicolon

[Error] GRIDEHED.PAS(391): Missing operator or semicolon

[Fatal Error] GRIDEHRE.PAS(9): Could not compile used unit 'GridEhEd.pas'

[Fatal Error] GRIDEHED.PAS(8): File not found: 'LibIntf.dcu'

[Fatal Error] GRIDEHED.PAS(8): File not found: 'LibIntf.dcu'

[Fatal Error] GRIDEHED.PAS(8): File not found: 'LibIntf.dcu'

[Fatal Error] GRIDEHED.PAS(8): File not found: 'LibIntf.dcu'

[Fatal Error] GRIDEHED.PAS(8): File not found: 'LibIntf.dcu'

[Fatal Error] GRIDEHED.PAS(8): File not found: 'LibIntf.dcu'

[Fatal Error] GRIDEHED.PAS(8): File not found: 'LibIntf.dcu'

[Fatal Error] GRIDEHED.PAS(8): File not found: 'LibIntf.dcu'

[Fatal Error] GRIDEHED.PAS(8): File not found: 'LibIntf.dcu'

[Fatal Error] GRIDEHED.PAS(8): File not found: 'LibIntf.dcu'







unit GridEhRe;



interface



procedure Register;



implementation



uses Classes, TypInfo, DsgnIntf, DBGridEH, GridEhEd;



procedure Register;

begin

RegisterComponents('Data Controls', [TDBGridEH]);

RegisterComponentEditor(TDBGridEH, TDBGridEHEditor);

RegisterPropertyEditor(TypeInfo(TCollection), TDBGridEH, 'Columns',

TDBGridEHColumnsProperty);

end;



end.

1  COMMENTS
  • Profile
    김하늘 2000.10.23 18:21
    말밥이져

    델5.0부터는 DBGRIDEH가 상용이지여...





    won wrote:

    > DBGridEHRe를

    > Install Component 하면,........

    > Erro가 뜹니다.

    > 델파이5로 했습니다. DBGridEH가 델파이3,4용이라 그런가요?

    >

    >

    > [Error] GRIDEHED.PAS(61): Declaration of 'ComponentDeleted' differs from previous declaration

    > [Error] GRIDEHED.PAS(118): Undeclared identifier: 'TDesigner'

    > [Error] GRIDEHED.PAS(128): Undeclared identifier: 'TFormDesigner'

    > [Error] GRIDEHED.PAS(227): Undeclared identifier: 'TComponentList'

    > [Error] GRIDEHED.PAS(231): Missing operator or semicolon

    > [Error] GRIDEHED.PAS(238): Missing operator or semicolon

    > [Error] GRIDEHED.PAS(242): 'DO' expected but identifier 'Count' found

    > [Error] GRIDEHED.PAS(255): EXCEPT or FINALLY expected

    > [Error] GRIDEHED.PAS(302): Undeclared identifier: 'TComponentList'

    > [Error] GRIDEHED.PAS(317): Missing operator or semicolon

    > [Error] GRIDEHED.PAS(321): Missing operator or semicolon

    > [Error] GRIDEHED.PAS(323): Missing operator or semicolon

    > [Error] GRIDEHED.PAS(356): Undeclared identifier: 'TComponentList'

    > [Error] GRIDEHED.PAS(360): Missing operator or semicolon

    > [Error] GRIDEHED.PAS(365): Missing operator or semicolon

    > [Error] GRIDEHED.PAS(371): Missing operator or semicolon

    > [Error] GRIDEHED.PAS(383): Undeclared identifier: 'TComponentList'

    > [Error] GRIDEHED.PAS(386): Missing operator or semicolon

    > [Error] GRIDEHED.PAS(391): Missing operator or semicolon

    > [Fatal Error] GRIDEHRE.PAS(9): Could not compile used unit 'GridEhEd.pas'

    > [Fatal Error] GRIDEHED.PAS(8): File not found: 'LibIntf.dcu'

    > [Fatal Error] GRIDEHED.PAS(8): File not found: 'LibIntf.dcu'

    > [Fatal Error] GRIDEHED.PAS(8): File not found: 'LibIntf.dcu'

    > [Fatal Error] GRIDEHED.PAS(8): File not found: 'LibIntf.dcu'

    > [Fatal Error] GRIDEHED.PAS(8): File not found: 'LibIntf.dcu'

    > [Fatal Error] GRIDEHED.PAS(8): File not found: 'LibIntf.dcu'

    > [Fatal Error] GRIDEHED.PAS(8): File not found: 'LibIntf.dcu'

    > [Fatal Error] GRIDEHED.PAS(8): File not found: 'LibIntf.dcu'

    > [Fatal Error] GRIDEHED.PAS(8): File not found: 'LibIntf.dcu'

    > [Fatal Error] GRIDEHED.PAS(8): File not found: 'LibIntf.dcu'

    >

    >

    >

    > unit GridEhRe;

    >

    > interface

    >

    > procedure Register;

    >

    > implementation

    >

    > uses Classes, TypInfo, DsgnIntf, DBGridEH, GridEhEd;

    >

    > procedure Register;

    > begin

    > RegisterComponents('Data Controls', [TDBGridEH]);

    > RegisterComponentEditor(TDBGridEH, TDBGridEHEditor);

    > RegisterPropertyEditor(TypeInfo(TCollection), TDBGridEH, 'Columns',

    > TDBGridEHColumnsProperty);

    > end;

    >

    > end.