Windows CE (.NET) とか IoTとか

組込みWindows と IoTの話を扱います

Visual Studio 2005はCEネイティブアプリ開発可能

本日気がつきましたが、Visual Studio 2005 (Whidbey) はCEのネイティブアプリ(C++)開発が可能になるようです。

MSDN Chat のタイトル Whidbey Native Code Development for Devices!」

の説明には以下のように記述されています。

The next version of Visual Studio, codenamed Whidbey, will expose Native Code Development for Devices from the Visual Studio design environment. There are some key benefits to native device developers migrating from eMbedded Visual C++ to Visual Studio Whidbey. Come and chat with the Visual Studio for Devices native team to find out more.

過去のChat Transcriptもチェックしてみたところ、

Windows CE 5.0」のトランスクリプト

http://msdn.microsoft.com/chats/embedded/embedded_083104.asp

には、

Host: mikehall (Microsoft)

Q: Can Visual Studio 2005 Whidbey be used for WinCE 5.0 development?

A: Yes, Whidbey will be able to build both managed (C# and VB) applications, and native applications for Windows CE (Win32, C++, ATL, MFC) - should be very cool !

のように書かれています。現在VSシリーズはCEではマネージドアプリ(C#VB.NET)開発専用ですが、いよいよC++開発も可能になるのですね。