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
[15172] [만해] 디렉토리 설정에 대해서
만해 [greenuri] 1514 읽음    2002-01-31 16:08
안녕하세요 만해 입니다.

제가 방금 WinInet에 있는 함수 AfxParserURL이란걸 쓸려고 하니깐

정의가 안되어 있다고 해서

#include <mfc\afxinet.h>

이걸 추가 시켰습니다.

그랬더니

저 파일에서 몇개의 파일이 안 열린다고 에러가 나서

에러 나는 파일을 다 인클루드 시켰는데

또 에러가 나네요

우선 인클루드 부분은 이렇고요

#include <mfc\afxv_w32.h>
#include <mfc\afxver_.h>
#include <mfc\afx.h>
#include <mfc\afxinet.h>
#include <vcl.h>


에러 메세지는 다음과 같습니다 .

[C++ Error] AFXV_W32.H(125): E2209 Unable to open include file 'zmouse.h'
[C++ Error] AFXV_W32.H(172): E2141 Declaration syntax error
[C++ Error] AFXVER_.H(151): E2209 Unable to open include file 'afxv_w32.h'
[C++ Error] AFXVER_.H(164): E2209 Unable to open include file 'afxv_cfg.h'
[C++ Error] AFX.H(27): E2209 Unable to open include file 'afxver_.h'
[C++ Error] AFX.H(1707): E2303 Type name expected
[C++ Error] AFX.H(1707): E2139 Declaration missing ;

대충 이렇고요

혹시나 해서 환경설정 옵션에서

브라우징 패스 하고 , 라이버러리 패스에 Winclude\mfc를 추가 시켯는데도

에러가 나네요

참 Wininet.lib는 프로젝트 추가되어 있는 상태입니다.


지금 이건 브라우징 패스고요
$(BCB)\Lib;$(BCB)\Bin;$(BCB)\Imports;
$(BCB)\Projects\Bpl;$(BCB)\source\toolsapi;
D:\Borland\CBUILD~1\EXPLIB~1\Indy\C5;
$(BCB)\ExpLibrary\ICS;
$(BCB)\ExpLibrary\DFS;
$(BCB)\ExpLibrary\VirtualTreeView;
$(BCB)\explibrary\rjparser;
$(BCB)\explibrary\regexpr;
$(BCB)\explibrary\flatstyle;
$(BCB)\ExpLibrary\ElTree;
$(BCB)\ExpLibrary\ElTree\Source;
$(BCB)\Include\Mfc


지금 이건 라이버러리 패스입니다.
$(BCB)\source\vcl;
$(BCB)\source\Internet;
$(BCB)\Source\ToolsAPI;
$(BCB)\ExpLibrary\ICS;
$(BCB)\ExpLibrary\DFS;
$(BCB)\ExpLibrary\FlatStyle;
$(BCB)\ExpLibrary\Indy\C5;
$(BCB)\Include\Mfc

고수님들의 도움 바랍니다.

+ -

관련 글 리스트
15172 [만해] 디렉토리 설정에 대해서 만해 1514 2002/01/31
Google
Copyright © 1999-2015, borlandforum.com. All right reserved.