Falling-Blocks-Board-and-Shape-Control http://www.codeproject.com/Articles/10668/Falling-Blocks-Board-and-Shape-Control Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related Posted on 2014-06-09 12:44 AM by andrew Comment 📂This entry was posted in 참고를 위한 저장물
2014-07-09 andrew [ContextMenu]동적으로 콘텍스트 메뉴 생성MFC 일 경우 OnContextMenu에서 아래와 같이 생성한다. void CCustomCtrl::OnContextMenu(CWnd * pWnd, CPoint point) { C...
2014-11-28 andrew Error 'LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt' after installing Visual Studio 2012 Release PreviewThis MSDN thread explains how to fix it. To summarize: Either disable incremental linking, by going...