C++Builder Programming Forum
C++Builder  |  Delphi  |  FireMonkey  |  C/C++  |  Free Pascal  |  Firebird
볼랜드포럼 BorlandForum
 경고! 게시물 작성자의 사전 허락없는 메일주소 추출행위 절대 금지
C++빌더 포럼
Q & A
FAQ
팁&트릭
강좌/문서
자료실
컴포넌트/라이브러리
메신저 프로젝트
볼랜드포럼 홈
헤드라인 뉴스
IT 뉴스
공지사항
자유게시판
해피 브레이크
공동 프로젝트
구인/구직
회원 장터
건의사항
운영진 게시판
회원 메뉴
북마크
볼랜드포럼 광고 모집

C++빌더 Q&A
C++Builder Programming Q&A
[12874] too many types in declaration error..
김관영 [] 938 읽음    2001-11-20 14:14
//---------------------------------------------------------------------------

#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//---------------------------------------------------------------------------
#include <Buttons.hpp>
#include <ExtCtrls.hpp>
#include <Graphics.hpp>
#include <Dialogs.hpp>
//---------------------------------------------------------------------------
#include "Phone.h"
#include "ABitmap.h"
#include "phn_mdl.h"
#include "Capture.h"


class TForm1 : public TForm

{
__published:    // IDE-managed Components
    TImage *Image1;
    TButton *Button1;
    TListBox *ListBox1;
    TBitBtn *BitBtn1;
    TButton *Button2;
    TPanel *Panel1;
    TPanel *Panel2;
    TButton *Button3;
    TButton *Button4;
    TButton *Button5;
    TSaveDialog *SaveDialog1;
    TButton *Button6;
    TImage *Image2;
    TTimer *Timer1;
    void __fastcall FormActivate(TObject *Sender);
    void __fastcall Button1Click(TObject *Sender);
    void __fastcall BitBtn1Click(TObject *Sender);
    void __fastcall Button2Click(TObject *Sender);
    void __fastcall Button3Click(TObject *Sender);
    void __fastcall Button4Click(TObject *Sender);
    void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
    void __fastcall Button5Click(TObject *Sender);
    void __fastcall Button6Click(TObject *Sender);
private:    // User declarations
    RECT GetPhoneDispRect( int Width, int Height, int Border );
public:        // User declarations
    __fastcall TForm1(TComponent* Owner);
    MYBITMAP* pABit;
    MYPHONE* pAPhn;
    PHONECLASS gPhone;  //
    SIZE GetPhoneDispSize( int Width, int Height, int Border );
    void PlayMsg(AnsiString& msg, bool clr);
};

//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif

다음과 같은 파일에서

too many types in declaration error..

가 납니다,, 이유가 뭔지 모르겠네요..

부탁드리겠습니다.

+ -

관련 글 리스트
12874 too many types in declaration error.. 김관영 938 2001/11/20
Google
Copyright © 1999-2015, borlandforum.com. All right reserved.