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
[43607] Re:splash 폼 관련 질문
조준회 [] 1121 읽음    2006-02-08 18:45
include를 해주세요..

산적과해적 님이 쓰신 글 :
: 전에 나와있는 모든 splash 관련 질문과 답변을 보았지만 해결이 않되서 이렇게 글을 올립니다.
:
: TForm_About라는 폼을 미리 만들었고 폼의 메뉴중 Project > options > Forms tag에서 Auto-create forms에서
:  available forms쪽으로 이동시켰습니다.
: 그리고
:
:  Application->Initialize();
:  TForm_About *form_About = new TForm_About (Application);
:  form_About->Show ();
:  form_About->Update (); form_About->Close ();
:  delete form_About;  Application->Run();
:
: 의 코드를 프로젝트.cpp 파일에 추가를 시켰습니다.
:
: 그런데 뭐가 잘못된건지 에러메시지들이 속출하네요 ㅠ.ㅠ
:
: Build
:   [C++ Error] Project1.cpp(15): E2450 Undefined structure 'TForm_About'
:   [C++ Error] Project1.cpp(15): E2034 Cannot convert 'TApplication *' to 'TForm_About'
:   [C++ Error] Project1.cpp(16): E2315 'Show' is not a member of 'TForm_About', because the type is not yet defined
:   [C++ Error] Project1.cpp(17): E2315 'Update' is not a member of 'TForm_About', because the type is not yet defined
:   [C++ Error] Project1.cpp(19): E2315 'Close' is not a member of 'TForm_About', because the type is not yet defined
:   [C++ Error] Project1.cpp(36): E2451 Undefined symbol 'exception'
:
: 에러는 위와 같은 내용입니다.
: 어떤식으로 해결을 해야할지 힌트 조금만 주세요 ㅠ.ㅠ 부탁드려요.

+ -

관련 글 리스트
43605 splash 폼 관련 질문 산적과해적 1111 2006/02/08
43607     Re:splash 폼 관련 질문 조준회 1121 2006/02/08
43610         Re:Re:splash 폼 관련 질문 산적과해적 1063 2006/02/09
43614             Re:Re:Re:splash 폼 관련 질문 B,이현진 1064 2006/02/09
43618                 Re:Re:Re:Re:splash 폼 관련 질문 산적과해적 1066 2006/02/09
43635                     Re:Re:Re:Re:Re:splash 폼 관련 질문 1202 2006/02/11
Google
Copyright © 1999-2015, borlandforum.com. All right reserved.