Q&A

  • 하나더. 질문이요~ 에러가 나는데..

프로그램을 실행시키려고 하는데

Project pstudent.exe raised exception class EClassNotFound with
message 'Class TDBEdit not found'. Process stopped. Use step or
Run to continue.

이런 메시지가 뜨네요.

이건 무엇 때문에 생기는 오류인가요?

어떻게 해결해야 하는지..



으.. 머리에 쥐납니다..ㅡ ㅜ
1  COMMENTS
  • Profile
    김형수 2002.05.30 04:43


    type 에 보면 아마 dbedit 컴포넌트를 정의한 구문이 없을것 같네요


    type
      TForm1 = class(TForm)
        Button1: TButton;
        Edit1: TEdit;
        DBEdit1: TDBEdit;      --> 여기요

      private
        { Private declarations }
      public
        { Public declarations }
      end;