Andrew's Garage

Shrunk Expand

Primary Navigation

← Older posts
  • Category Archives MFC & WINDOWS
  • 비공개 » 참고를 위한 저장물 » MFC & WINDOWS
  • How to install POCO C++ libraries on Windows with Visual studio 2015

    1.  Download Poco Libraries  ( http://pocoproject.org/download/index.html ) 2. Extract(eg: extract to C:poco-1.6.1) 2-1. if you are choices  included openssl version please openssl install on your win…


    Continue reading → Post ID 950

    Posted on 2015-08-26 5:46 PM by andrew 2 Comments
    C/C++ MFC & WINDOWS 기술 기술자료
  • VisualStudio is doesn't default support "MultiByteCode".

    VisualStudio is doesn’t default support “MultiByteCode” so. When you compile MBCS ( Multi-Byte Character Set ) Project look  like below error message. ===============================…


    Continue reading → Post ID 929

    Posted on 2015-07-26 10:26 PM by andrew Comment
    MFC & WINDOWS 기술자료
  • 덤프화일을 이용한 사후 디버깅에 관한 자료

    덤프 화일일 이용한 사후 디버깅이라는 기법을 알아 보다 보니.. 찾게 된 자료.. 여기 보면  “심볼 서버”라는 개념이 나온다.. 내용은 개발한 바이너리 실행 화일의 심볼릭 화일인 pdb화일을 매번 빌드때마다 매칭 시키고 수집되는 덤프 화일에 따라서 자동으로 Loading 하여 사용 할 수 있는 시스템 구축이다.. 거창 하기는 한데 별…


    Continue reading → Post ID 533

    Posted on 2015-01-01 8:10 PM by andrew Comment
    MFC & WINDOWS 기술 기술자료
  • Error 'LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt' after installing Visual Studio 2012 Release Preview

    This MSDN thread explains how to fix it. To summarize: Either disable incremental linking, by going to Project Properties -> Configuration Properties -> Linker (General) -> Enable Incremental…


    Continue reading → Post ID 421

    Posted on 2014-11-28 1:27 AM by andrew Comment
    C/C++ MFC & WINDOWS
  • VisualStudio 2012, 2013에서 만든 실행화일이 XP에서 "올바른 win32 응용프로그램이 아닙니다" 라고 나오면??

    2012에서 만든 실행파일을 xp에서 실행하면 “올바른 win32 응용프로그램이 아닙니다”라는 오류가 뜸 아래와 같이 설정할 것 1. Use of MFC를 UseStandard Windows Libraries로 설정할 것 2. platform toolset 아래와 같이 설정하기 ( 프로젝트 설정 >> General(일반)…


    Continue reading → Post ID 419

    Posted on 2014-11-27 11:08 PM by andrew Comment
    C/C++ MFC & WINDOWS
  • [펌][mfc] Dialog창에서 Enter누르면 창이 닫히는 증상 개선 하자..

    원인은 Dailog에서 Enter나 ESC가 눌리면 Event를 찾다가 구현이 없으면 부모인 CDialog의 SetDefID 함수를 부르는데 여기에 IDOK가 구현 되어 있어서 그런 거임.. 이걸 방지 하자면 무식하게 VK_ENTER등으로 Key press를 막는 방법도 있지만. 좀더 우아 하게 원인을 찾아 해결 하고자 하면 아래와 같이 부모의 SetDef…


    Continue reading → Post ID 416

    Posted on 2014-11-26 6:24 AM by andrew Comment
    C/C++ MFC & WINDOWS 참고를 위한 저장물
  • [펌][MFC] 작업표시줄 숨기기_보이기

    작업표시줄 숨기기         APPBARDATA stAppBarData;         ZeroMemory( &stAppBarData, sizeof(stAppBarData) );         stAppBarData.cbSize = sizeof(stAppBarData);         stAppBarData.hWnd = (HWND)FindWind…


    Continue reading → Post ID 414

    Posted on 2014-11-25 3:09 AM by andrew Comment
    C/C++ MFC & WINDOWS 참고를 위한 저장물
  • MFC WebBrowser Control에서 script로 창 닫을때 메시지 창 안보이게..

      BEGIN_EVENTSINK_MAP(WebViewDlg, CDialogEx) // ON_EVENT(WebViewDlg, IDC_EXPLORER, 253, WebViewDlg::OnQuitExplorer, VTS_NONE) ON_EVENT(WebViewDlg, IDC_EXPLORER, 263, WebViewDlg::WindowClosingExpl…


    Continue reading → Post ID 355

    Posted on 2014-08-21 11:19 PM by andrew Comment
    C/C++ MFC & WINDOWS
  • API 브라우저 띄우기

    ShellExecute(NULL, “open”, “http://naver.com”, “”, “”, SW_SHOWNORMAL);  


    Continue reading → Post ID 353

    Posted on 2014-08-19 11:06 PM by andrew Comment
    C/C++ MFC & WINDOWS 참고를 위한 저장물
  • [MFC] 프로그램 중복 실행 방지 – 활용편

    프로그램 중복 실행 방지를 사용하다가 중복 실행이 필요한 경우가 생겨서 활용해보았다. 내 경우는 FTP Uploader 프로그램을 만들어서 FTP 서버에 필요한 파일을 다운하거나 업로드 하는데 사용하고 있었다. 두군데의 서버에 파일을 올려주고 있었는데 그중 하나의 서버가 느려져서 다른 서버의 업로드에도 영향을 주는 일이 발생하여 프로그램을 하나 더 실행 하…


    Continue reading → Post ID 341

    Posted on 2014-08-12 2:47 AM by andrew Comment
    C/C++ MFC & WINDOWS 참고를 위한 저장물

Posts navigation

1 2 … 6 Next


©2025 boots Entries RSS and Comments RSS Child theme Boots of Raindrops Theme
 

Loading Comments...