[고전]Windows CE 5.0 프로그래밍 셋팅

2022. 3. 23. 20:43Embedded

 

 

프로그램 셋팅

Visual Studio 2005, 2008 버전(Express edition은 불가능)

또는 (vs2005 버전부터 Platform builder와 합쳐졌기 때문에 vs는 vs만 있으면 가능)

 

Platfrom builder

Microsft eMbedded visual C++ 4.0

 

.NET Framework 1.1(dotnetfx로 설치)

Active sync(실제 디바이스로 테스트 할때 필요)

windows mobile device center(이것 역시 실제 디바이스에 필요)

windows CE5.0 Emulator

 

현재의 windows ce는 2013이 최신버전 ce2013은 windows mobile 10과 유사

최근에는 window CE -> NT로 변경되었으며, ARM에 맞게 최적화 되어 x86 CPU를 대체하려는 움직임이 활발

window NT버전에는 IoT만을 위한 window IoT버전도 있다

 

windows CE 는 기본적으로 C, C++, C#을 사용하지만, windows 이외의 계열로 JAVA(J2ME)로도 구현 가능

 

반응형