Windows Mobile
-
Unhandled exception at 0x80000002: Datatype misalignmentWindows Mobile 2010. 8. 3. 10:53
황당한 버그~ 발생하여 디버깅 해보니 위와 같은 에러가 발생하였음! 유니코드 초기화 또는 타입 변경시에 발생하는 문제임 int len = strlen( (const char*)pnmHTMLView->szTarget ) + 1; 초기화시 다음과 같이 선언 WCHAR* szText = new WCHAR[sizeof(wchar_t)*(len+1)]; or wchar_t* szText = (wchar_t)malloc(sizeof(wchar_t)*(len+1)); 유니코드 조심해야 겠다!
-
WM6 Device Emulator Install / Official ROM Image 추출Windows Mobile 2010. 7. 7. 14:09
요즘들어 Windows Mobile 관련 내용이 정말 찾기 힘든 것 같다. 아무래도 갤럭시 S, iPhone 4가 대세이니 그런겠지만... 아무튼 Windows Mobile과 관련하여 Device Emulator와 ROM 추출 방법을 적고자 한다. 먼저... 1. 먼저 디바이스 에뮬레이터를 설치 http://www.microsoft.com/downloads/details.aspx?displaylang=ko&FamilyID=a6f6adaf-12e3-4b2f-a394-356e2c2fb114 2. Localized WM6 이미지를 설치 http://download.microsoft.com/download/0/1/2/012bfbba-9fe5-4e68-86c9-d434446d97dd/0412/Windows%20M..