Andrew's Garage

Shrunk Expand

Primary Navigation

← Older postsNewer posts→
  • Category Archives 비공개
  • OS tune | Projects | 기술 | 기술자료 | 참고를 위한 저장물 | mobile » Project N » CUBE | DB관련 | Hack | MDX등 | OSX | PDW » C/C++ | DIY & H/W | JAVA | Linux | MFC & WINDOWS | SVN | UNITY3D/COCOS2D | Webserver » cmake/make » javascript | WAS, Servet Containers | 일반 » jboss&tomcat | JEUS & WEBToB » android
  • 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 참고를 위한 저장물
  • jboss 컨테이너 추가 하기..

    컨테이너 추가 하고 ajp연결에서 사용하는 port를 변경 하기 위해서는 /usr/local/jboss-6.1.0.Final/server/컨테이너명/conf/bindingservice.beans/META-INF/bindings-jboss-beans.xml 에서 Ports03Bindings 에 해당 컨테이너의 port offset을 수정 하면 된다. 여기에…


    Continue reading → Post ID 408

    Posted on 2014-11-04 11:58 PM by andrew Comment
    jboss&tomcat
  • Unity 3D + Android + SQLite Examples

    English Sign in Home Unity Industries Showcase Asset Store Learn Community Download Buy Unity 3D + Android + SQLite Examples fruki New Member Hi everybody I just learned some things in the past week a…


    Continue reading → Post ID 405

    Posted on 2014-11-03 8:20 PM by andrew Comment
    UNITY3D/COCOS2D 참고를 위한 저장물 📎and tagged c# sqlite unity3d
  • [펌][cocos2d-x] 1. 시작부터 드럽게 어렵네

    http://mightyfine.egloos.com/278662 [cocos2d-x] 1. 시작부터 드럽게 어렵네 드럽게 어려운 cocos2d-x by 힘세고강한왈도  2013/12/17 01:24  mightyfine.egloos.com/278662  덧글수 : 11 2.2.1 버전임 내가 아무리 초짜 프로그래머라고는 하지만, 코코스2DX의 설치와 프로젝…


    Continue reading → Post ID 398

    Posted on 2014-09-15 12:40 AM by andrew Comment
    참고를 위한 저장물
  • [펌][영상처리] Visual Studio 2010 + OpenCV 2.4.8 설치

    http://dsnight.tistory.com/1   http://docs.opencv.org/2.4.8/doc/user_guide/ug_mat.html#input-output Visual Studio 2010에 OpenCV 2.4.8버전을 설치해 보겠다. Visual 6.0 + OpenCV 1.0 버전부터 Visual Studio2012까지 O…


    Continue reading → Post ID 395

    Posted on 2014-09-15 12:38 AM by andrew Comment
    참고를 위한 저장물
  • [펌]

    액터 모델 프로그래밍 주목하라 임백준 IT칼럼니스트 baekjun.lim@gmail.com 2014.02.13 / PM 01:31 개발자, ㅣ 소셜댓글 : 3 칼럼니스트 : 임백준 이메일 baekjun.lim@gmail.com 약력 한빛미디어에서 『폴리글랏 프로그래밍』(2014),『누워서 읽는 퍼즐북』(2010), 『프로그래밍은 상상이다』(2008), 『뉴…


    Continue reading → Post ID 393

    Posted on 2014-09-15 12:37 AM by andrew Comment
    참고를 위한 저장물
  • [펌][android] GCM (2) – 클라이언트 만들기

    이전 글에서 이어짐   Google Play Service 연결하기 이클립스 – Windows – Android SDK Manager 를 연다. 목록의 제일 아래쪽에 Goole Play Services 선택한다. 오른쪽 아래의 Install 버튼을 누른다. 설치가 끝나면 이클립스의 프로젝트 목록에서 오른쪽 클릭해서 import 메뉴를 선택하고,{s…


    Continue reading → Post ID 391

    Posted on 2014-09-15 12:37 AM by andrew Comment
    참고를 위한 저장물

Posts navigation

Previous 1 … 16 17 18 … 32 Next


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

Loading Comments...