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
[25000] Re:[질문]cport264에서 샘플을 컴파일시 Cannot create pre-compiled header: w
Julien [julien] 1231 읽음    2003-03-31 20:40
: [C++ Warning] ComMainForm.cpp(3): W8058 Cannot create pre-compiled header: write failed
이건 말그대로 미리 컴파일되어 있는 헤더를 쓸 수 없다는 뜻입니다.
그냥 경고니까 무시해도 되고 Project->Option 에서 해당항목을 찾아 체크를 해제해도 됩니다.

: [C++ Error] CPort.hpp(683): E2238 Multiple declaration for '_fastcall EComPort::EComPort(int)'
: [C++ Error] CPort.hpp(675): E2344 Earlier declaration of '_fastcall EComPort::EComPort(int)'
: [C++ Error] CPort.hpp(695): E2238 Multiple declaration for '_fastcall EComPort::EComPort(int,int)'
: [C++ Error] CPort.hpp(674): E2344 Earlier declaration of '_fastcall EComPort::EComPort(int,int)'
: [C++ Error] CPortCtl.hpp(242): E2015 Ambiguity between 'TBitmap' and 'Windows::TBitmap'
이들은 CPort.hpp 파일을 열어서 해당항목을 찾아보면 쉽게 알 수 있습니다.
실제로 여러가지 항목이 중복 선언되어 있습니다.
똑같이 선언된 것들을 삭제하시면 됩니다.

+ -

관련 글 리스트
24991 [질문]cport264에서 샘플을 컴파일시 Cannot create pre-compiled header: w 손효철 1211 2003/03/31
25000     Re:[질문]cport264에서 샘플을 컴파일시 Cannot create pre-compiled header: w Julien 1231 2003/03/31
Google
Copyright © 1999-2015, borlandforum.com. All right reserved.