본문 바로가기

Hello CE,Mobile

[Transcriber] system touch dll name in registry is not transcriber's dll ======================================================================WIN CE6.0 Transcriber======================================================================Error msg : system touch dll name in registry is not transcriber's dll platform.reg[HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\TOUCH] "DriverName"="touch.dll"platform.bib touch.dll $(_FLATRELEASEDIR)\touch.dll NK SHQMQ 플래그: 커널영역 과 유저 영역에서 사용가..
WINCE6 프로젝트 시작 ======================================================================WINCE6 프로젝트 시작====================================================================== 1. 존재하는 BSP 를 먼저 Clone 한다. ( 도구 -> platform builder -> Clone BSP )2. new 프로젝트를 생성하여 visual studio 솔루션 파일을 생성한다.3. 프로젝트를 시작한다.
CE 그림파일 확장자 연결 프로그램 등록 ======================================================================CE 그림파일 확장자 연결 프로그램 등록======================================================================Command 의 :MSPING path 를 등록하고 싶은 어플리케이션으로 변경 하면 jpg 를 클릭했을 내가 등록한 어플리케이션이 실행된다. 참고로 어플의 %1 파라미터로 들어간다. [HKEY_CLASSES_ROOT\.jpg]@="jpegimage""Content Type"="image/jpeg""PerceivedType"="image" [HKEY_CLASSES_ROOT\jpegimage]@="JPEG 이미지""Edi..
WIN32 API ======================================================================System Management Reference====================================================================== BOOL KernelIoControl( DWORD dwIoControlCode, LPVOID lpInBuf, DWORD nInBufSize, LPVOID lpOutBuf, DWORD nOutBufSize, LPDWORD lpBytesReturned); ======================================================================dwIoControlCode IOC..
다른 뱅크의 RAM 영역을 OAL 에 등록하는 방법 기존의 RAM 과 연속적이지 않은 확장 RAM 영역을 OAL SYSTEM 메모리로 등록하는 방법에는 여러가지 방법이 있다. 1. 아래는 pNKEnumExtensionDRAM (OEMEnumExtensionDRAM) 을 이용하는 방법이다. BSP/Src/Inc/oemaddrtab_cfg.inc-----------------------------------------------------------------------------g_oalAddressTable ; nCS6 DCD 0x80000000, 0x50000000, 128 ; 128 MB DRAM BANK 6 ; ----- 중략 --------------- DCD 0x93000000, 0x00000000, 16 ; 32 MB SROM(SRAM/ROM)..
CeLog 사용 ● CeLog는 OS 의 모든 이벤트를 Tracking 한다. CeLog.dll 과 CeLogFlush.exe 파일을\windows 경로 복사 [HKEY_LOCAL_MACHINE\init] "Launch05" = "CeLogFlush.exe"
Required files may be missing. To resolve the issue, reinstall Platform Builder 윈도우7 64비트 WinCE 6.0 Platform Builder 에서 SDK 아래와 같은 오류 시 해결 방법Required files may be missing. To resolve the issue, reinstall Platform Builder 커맨드 창에서 아래 명령어 실행 C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Ldr64.exe setwow 빌드 후 아래 명령어 실행C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Ldr64.exe set64
Platform Builder 사용하지 않고 Build Command 창 바로 열기 커맨드 창에서 이동하는 것이 습관이 되서 찾아보니 아래 방법이 있네요 Platform Builder 사용하지 않고 Build Command 창 바로 열기. Platform Builder 을 사용하여 Build Command 창을 열기가 굉장히 불편한 경우가 많습니다.이런 경우, 아래와 같이 하면 수월하게 빌드를 할 수 있습니다. 1. WinCE 5.0 일때 - pbopenbuildwindow.exe 을 사용하여, 경로는 " c:\Program Files\Windows CE Platform Builder\5.00\CEPB\BIN\pbopenbuildwindow.exe" - 위 프로그램의 바로가기를 생성한 후, 아래와 같이 대상 항목을 입력합니다. 프로그램의 매개변수로 미리 생성된 프로젝트 명의 pbxml ..