일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- probability
- Deep learning
- 우리들교회
- 딥러닝
- 빅 데이터
- data science
- Big Data
- Artificial Intelligence
- 김양재 목사님
- 주일설교
- 통계
- 김양재
- node.js
- WebGL
- No SQL
- nodeJS
- 인공지능
- 빅데이타
- Machine Learning
- openCV
- c++
- 확률
- 빅데이터
- MongoDB
- R
- Statistics
- 데이터 과학
- 몽고디비
- 김양재 목사
- 빅 데이타
- Today
- Total
목록mfc (15)
Scientific Computing & Data Science
Visual Studio 2005 까지였나요? ATL 프로젝트를 만들면 ReleaseMinDependency 빌드 타입이 있었습니다. 그 옵션을 선택하고 빌드하게 되면 생성된 DLL 하나만 배포해도 문제없이 실행되는, 작은 유틸리티 성격의 DLL을 배포할 때는 나름 유용한 선택일 수 있었는데. 2008부터 그 옵션이 보이질 않습니다. 문득 그 시절이 그리웠던 성태, ^^ 수 작업으로 빌드 옵션을 조정해 보기로 했습니다. 일단, 기본적인 ATL 프로젝트를 만들어서 Release 빌드를 하면 (Visual Studio 2008 기준으로) "ATL90.dll", "MSVCR90.DLL"에 의존하게 됩니다. 먼저, "ATL90.dll"에 대한 의존을 제거시켜 볼까요? 간단하지요. ^^ 다음과 같이 프로젝트 속성..
Project Name ImgOut Application Type Single Document Document/View Architecture Support Yes Resource 한국어 Use Unicode Libraries Yes Project Style MFC Standard Visual Style and Colors Windows Native/Default Use of MFC Use MFC in a shared DLL [ 헤더 추가]"ImgOutView.cpp" 소스에 다음과 같이 헤더를 추가한다: // ImgOutView.cpp : implementation of the CImgOutView class // #include "stdafx.h" // SHARED_HANDLERS can be def..
Project Name BmpDisplay Application Type Single Document Document/View Architecture Support Yes Resource 한국어 Use Unicode Libraries Yes Project Style MFC Standard Visual Style and Colors Windows Native/Default Use of MFC Use MFC in a shared DLL [비트맵 파일 추가]Resource View > BmpDisplay > RMB > Add > Resource... Bitmap > Import > 불러올 비트맵 이미지 파일 선택 비트맵 ID를 "IDB_TEST_IMG"로 변경 [View 클래스에 WM_PAINT 메시지 핸들러..
개발환경Visual C++ V11 (2012)GLUT V3.7.6 Download 프로젝트 생성 Templates MFC Application Name MFCOpenGL Application Type Dialog Based Project Style MFC OpenGL 개발환경 설정프로젝트 > Property Pages > C/C++ > General > Additional Include Directories : {GLUT_LIB_PATH}\glut-3.7.6-bin프로젝트 > Property Pages > Linker > General > Additional Library Directories : {GLUT_LIB_PATH}\glut-3.7.6-bin프로젝트 > Property Pages > Linker..
개발환경Visual Studio V11 (2012)OpenCV V2.4.8Step-by-Step 튜토리얼[1. 프로젝트 생성하기] 다음과 같이 MFC 프로젝트를 생성합니다. Template Templates > MFC Application Name CapCaptureDemo Application Type Single Document Project Style MFC Standard [2. 리소스 편집하기] Resource View의 Menu > IDR_MAINFRAME을 더블클릭하여 메인 프레임 메뉴를 열고, 다음과 같이 메뉴를 추가합니다. 영상처리 > 카메라 뷰 카메라 뷰 메뉴의 ID는 ID_CAM_VIEW입니다. [3. Dialog 생성하기] Resource View > Dialog를 오른쪽 마우스 클..