본문 바로가기
삽질기초/SW

Win CE 5.0 시작하기~

by @가을바람 2009. 4. 2.





Win CE 5.0

[http://msdn.microsoft.com/en-us/library/bb847951.aspx]


■ Kernel

Shared Heap Memory : 개발자가 원하는 Heap memory function을 사용할 수 있음. 이를 통해서 OS가 인식하지 않는 또는 개발자가 원하는 별도의 RAM에 memory heap을 구성할 수 있음.

Watchdog timer : Application의 holding상태를 감지하여 해당 Application을 다시 reboot하는 기능.

64 system interrupts : 기존 32개만 사용할 수 있었던 Interrupt가 64개로 늘어남.

Power down thread : 이전 버전에서는 Power Handler관련한 function에 어떠한 API도 사용하지 못했는데, CE 5.0에서는 이 부분에 대한 API를 사용할 수 있게 됨으로써 PM쪽 디버깅이 가능하게 됨.

Embedded database(EDB) : SQL Server CE 3.0지원

ATAPI enhancements : 보다 향상된 기능의 ATAPI Driver지원.

 

 

■Device Drivers

Production quality drivers : 보다 수준 높은 샘플 드라이버 지원.

USB 2.0 host and function : HID, Mass storage, Printer, RNDIS, SmartCard

SDIO host

New model for PC card : 32bit의 PC card service를 지원함.

 

■Internet Browser

Bolcking pop-up windows

RPC support for IE : Child windows와 Parent window의 communication을 지원함.

IE 6.0 sample : Auto complete URL, Status bar, Internet Settings Control Panel

TV lens support

 

 

■Internationl

Input language : 12개 나라의 언어를 지원(한국어, 중국어, 일본어, 영어 등)

MUI across East Asian languages : 동아시아의 언어를 포함하여 MUI 기능이 포함된 OS이미지를 구성할 수 있음.

MSPY 3.0 for Simplified Chinese : Pinyin IME의 최신 버전 지원.

National language support(NLS) updates

 

■ Networking

Wireless LAN : Wi-Fi(Native 802.11)

Bluetooth : SDIO support, new profile support; PAN, Headset, HID

New IPv6 service support

Real-time communucations support : Windows Messenger 5.0 지원(MPOP, multiple points of presence)

Remote Desktop Protocol(RDP) : RDP 5.2 지원

 

■Multimedia

Direct3D Mobile : COM-based D3D programming model built on DirectX8

Graphics Device Interface(GDI) 기능 향상

Display drivers : Silicon Motion Cougar, ATI Rage XL, Single Flat driver 추가지원.

Still image support : Single Library to support still image codecs(JPG, GIF, PNG, TIFF, BMP and ICO)

Updating Windows Media codecs to support : WMA Pro, WMA Lossless, WMV Advanced Profile(Broadcast)

 


----------------------------------------------------------------------------------------------------------------



Windows CE 5.0 (이하 WinCE5)를 개발하기 위한 필수 도구


5개 설치



Microsoft Windows CE 5.0 Evaluation Edition (Microsoft Windows CE 5.0 Platform Builder 120일 체험판)
http://www.microsoft.com/downloads/details.aspx?familyid=486e8250-d311-4f67-9fb3-23e8b8944f3e&displaylang=en

Microsoft Windows CE 5.0 SDK
http://www.microsoft.com/downloads/details.aspx?familyid=FA1A3D66-3F61-4DDC-9510-AE450E2318C3&displaylang=en

Device Emulator : ARMV4I BSP for Windows CE 5.0
http://www.microsoft.com/downloads/details.aspx?familyid=474B03A6-E87D-455D-BC16-B8CF18EF39B4&displaylang=en

Platform Builder 5 Product Update (2007
년 통합)
http://www.microsoft.com/downloads/details.aspx?FamilyId=247033B2-F475-445A-9CD0-D80CDAE0FA75&displaylang=en

Windows CE Update
사이트 주소
http://msdn.microsoft.com/en-us/embedded/aa731256.aspx

'삽질기초 > SW' 카테고리의 다른 글

Win 32 API 기본.  (0) 2009.04.17
c# 마우스 클릭시 포인트 받아오기.  (0) 2009.04.08
C# 선그리기.  (0) 2009.04.08
C# 스트링을 숫자로, 숫자를 스트링으로.  (0) 2009.04.03
C# 데이터 타입과 배열  (0) 2009.04.03