본문 바로가기
C++ 200제/코딩 IT 정보

MFC BCGControlBar Chart Control 설치 [GUI 프로그래밍]

by vicddory 2017. 2. 6.

BCGControlBar, Chart Control MFC 설치, GUI 프로그래밍 환경


※ 이 포스팅은 BCGControlbar Pro 버전과 Visual Studio 2010(MFC)을 기준으로 작성




BCG(for MFC)의 Professional Edition 관련 사이트


BCG(for MFC)의 Professional Edition 관련 사이트

1. Sample(Win32 기반의 압축된 실행 파일의 다운로드 가능)


Samples Download - BCGCONTROLBAR FOR MFC [클릭]


- General Samples

- Ribbon

- Toolbar

- Menu

- Docking Windows


- Document/View

- Visualization

- Grid

- Editor

- Chart Control and Gauges


- Calendar

- Diagram

- Gantt

- Controls

- Miscellaneous



MFC BCGControlBar Chart Control  설치 [GUI 프로그래밍]


2. New Features(스크린샷도 확인 가능)



3. BCGControlBar Pro for MFC Forums



『BCG 지원 개발툴과 OS


Development Environment

  • Microsoft® Visual C++® 6.0 with Service Pack 4 or higher
  • Microsoft® Visual Studio.NET®
  • Microsoft® Visual Studio.NET® 2003
  • Microsoft® Visual Studio® 2005
  • Microsoft® Visual Studio® 2008
  • Microsoft® Visual Studio® 2010
  • Microsoft® Visual Studio® 2012


Operating System

  • Windows 95, 98
  • Windows ME
  • Windows NT 4.0
  • Windows 2000
  • Windows XP
  • Windows 2003, 2008 Server
  • Windows Vista
  • Windows 7, 8



BCGControlBar, Chart Control MFC 설치, GUI 프로그래밍 환경



BCGControlBar의 DLL과 Library가 위치한 경로


  <설치경로>\BCGSoft\BCGControlBarPro\Bin


 BCGCBPRO***Dxx.dll

 

 BCGCBPRO***Dxx.lib

  DLL debug version

 BCGCBPRO***xx.dll

 

 BCGCBPRO***xx.lib

 DLL release version

 BCGCBPRO***UDxx.dll

 

 BCGCBPRO***UDxx.lib

 DLL debug version, UNICODE

 BCGCBPRO***Uxx.dll

 

 BCGCBPRO***Uxx.lib

 DLL release version UNICODE

 BCGCBPRO***StaticDxx.lib

 static library debug version

 BCGCBPRO***StaticDSxx.lib

 static library debug version, MFC shared DLL

 BCGCBPRO***Staticxx.lib

 static library release version

 BCGCBPRO***StaticSxx.lib

 static library release version, MFC shared DLL

 BCGCBPRO***StaticUDxx.lib

 static library debug version, UNICODE

 BCGCBPRO***StaticUDSxx.lib

 static library debug version, UNICODE, MFC shared DLL

 BCGCBPRO***Uxx.lib

 static library release version, UNICODE

 BCGCBPRO***USxx.lib

 static library release version, UNICODE, MFC shared DLL


***은 XX의 Visual Studio 버전으로, 예를 들어 Visual Studio 2008 버전에서 사용될 파일들이라면, DLL Release용 파일의 이름은 BCGCBPRO10090.dll로 네이밍됩니다. (SYSTEM32 폴더에 복사해서 사용 가능)



BCGControlBar의 DLL, LIBRARY 설치

데모 프로젝트 구현


아래 경로의 파일을 실행합니다.


<설치경로>\BCGSoft\BCGControlBarPro\BCGCBProIntegrationWizard.exe


이후엔 『아래 과정』을 따릅니다.


BCGControlBar, Chart Control MFC 설치, 프로그래밍 환경[Chart Control MFC] MFC GUI 프로그래밍


아래 단계에서 툴을 모두 선택할 순 있지만, 동시에 여러 작업이 이뤄져 안전하진 않습니다.


그래서 특별한 경우가 아니라면 하나의 툴만 선택해 별도로 진행하는 것이 좋습니다.


MFC chart control 프로그래밍[Chart Control MFC] MFC GUI 프로그래밍


MFC GUI BCGControlbar 설치[Chart Control MFC] MFC GUI 프로그래밍


bcgcontrolbar 설치 환경 mfc[Chart Control MFC] MFC GUI 프로그래밍


mfc 라이브러리 그래픽 프로그래밍[Chart Control MFC] MFC GUI 프로그래밍


그래픽 라이브러리 bcgcontrolbar[Chart Control MFC] MFC GUI 프로그래밍



BCGControlBar, Chart Control MFC 설치, GUI 프로그래밍 환경

댓글