1. stdafx.h 파일에 #include <atlbase.h> 위에 아래와 같이 include 하면 됩니다.
2. 필요에 따라 프로젝트 속성 - 링커 - 입력에 comsvcs.lib activeds.lib adsiid.lib wininet.lib 를 추가합니다.
/////////////////////////////////////////////////////////////////////////////
// EOCS_ADD
/////////////////////////////////////////////////////////////////////////////
// - MFC 지원
#include <afxwin.h> // MFC 자동화 클래스입니다. - 코어 및 표준 컴포넌트
#include <afxext.h> // MFC 자동화 클래스입니다. - 확장
#include <afxdisp.h> // MFC 자동화 클래스입니다. - 자동화 확장
// - Active Server Pages Definitions
#include <asptlb.h>
// - COM 관련 확장
#include <afxconv.h> // for USES_CONVERSION,
#include <comdef.h>
#include <afxctl.h>
#include <afxdb.h>
// - MDAC
#import "c:\\Program Files\\Common Files\\System\\Ado\\msado15.dll" no_namespace rename("EOF", "EndOfFile") // 설치된 경로에 따라 변경
// - ADSI
#include "activeds.h"
출처 : http://blog.naver.com/eocsdev/150070499587
'IT-개발,DB' 카테고리의 다른 글
[VC++] C++ 모든 자료형 정리( 문자열 ) (0) | 2010.09.30 |
---|---|
[VC++/MFC] CString to char * 와 char * to CString (0) | 2010.09.30 |
[ASP.NET] 한글이 포함된 URL로 이동하기 (0) | 2010.09.29 |
[VC++] Search Provider Extensibility in Internet Explorer (0) | 2010.09.28 |
[VC++] Installing a Search Provider and Setting the Default (0) | 2010.09.28 |
댓글