1 / 16

CxImage

CxImage. Library Download. 홈페이지에서 압축된 Library 를 Download. UnZip. 압축을 푼 후 , Visual Studio 를 이용하여 폴더안의 CxImgLib.dsw 를 실행. Library Build. 파일 탭에서 Shift 키를 이용하여 전체파일을 지정한 후 , build 실행. Lib & Header Files. 각 폴더 안의 .lib 파일은 bin 폴더로 , .h 파일은 CxImage 폴더로 복사. Include files.

adrienne
Download Presentation

CxImage

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CxImage

  2. Library Download 홈페이지에서 압축된 Library를 Download.

  3. UnZip 압축을 푼 후, Visual Studio를 이용하여 폴더안의 CxImgLib.dsw를 실행

  4. Library Build 파일 탭에서 Shift키를 이용하여 전체파일을 지정한 후, build 실행

  5. Lib & Header Files 각폴더 안의 .lib파일은 bin 폴더로, .h파일은 CxImage 폴더로 복사

  6. Include files Tools-Options-Directories에서 Include files를 .h 폴더로 지정

  7. Library files Tools-Options-Directories에서 Library files를 .lib 폴더로 지정

  8. Library files Setting CxImage를 이용할 프로젝트 생성시, Project->Settings->Link에서 .lib파일 추가

  9. Add Member Variable Doc 클래스에 CxImage 포인터 변수 추가

  10. Add Virtual Functions Doc 클래스에서 DeleteContents, OnOpenDocument 가상함수 추가

  11. OnOpenDocument OnOpenDocument 가상함수를 다음과 같이 작성

  12. DeleteContents DeleteContents 가상함수를 다음과 같이 작성

  13. ~Doc::~Doc() Doc 클래스의 생성자 함수에서 포인터 변수 초기화

  14. ~View::OnDraw() View 클래스에서 OnDraw함수를 다음과 같이 작성 여기까지 실행 후, 빌드하여 그림파일 불러오기 확인

  15. Add Menu Resources 탭의 Menu에서 자신의 메뉴 추가

  16. ~View::~Menu() 추가한 메뉴 함수를 다음과 같이 작성

More Related