Windows CE (.NET) とか IoTとか

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

Compact2013 Update 11 と Power Toy for .NET Compact 3.9

11月6日に開催された代理店向けのトレーニングイベントにおいて、マイクロソフトより以下のCompact2013アップデート情報が提供されました。

1. Update 11 が提供された

2014年9月にリリースされたupdate 11はMS社内で「マイルストーン」とされるもので、以下のFeatureを(地味に)提供しています。これらを使用するには、新しいライセンス条件に同意しなければならないのだそうです。ちなみに、前回のマイルストーン以前に紹介した  update 5 とのことです。

- i.MX6Q SABRE Lite ARMv7 BSP

いわゆるInbox BSPとして update 5時点で発表されたものですが、ようやくリリースとなりました。

- Realtek RTL8188CU, RTL8192CU, and RTL8188EU 802.11 b/g/n WiFi Driver

Realtek無線LANチップ用のNative WiFiドライバとして提供されます。「Microsoft's native USB stack」と「WPA/WPA2-PSK Supplicants」という気になるキーワードが挙がっていますが、MS的にミドルウエアを追加したのかもしれません。(確認してませんが...)

- Westtek JetCet PDF viewer

オリジナルのインストーラの参照する証明書の期限切れのため、この項目を選択しているとCompact2013全体のインストールが失敗すると説明されています。Compact2013のインストール時にはこの項目を選択から除外します。またこの項目を単独でインストールするためのインストーラが提供されています。

例によって WindowsEmbeddedCompact2013.exe を以下からダウンロードし実行すると、スライダーUIにより Update11までを選択可能になっていると思います。

Windows Embedded Compact 2013 Update 11
http://www.microsoft.com/en-us/download/details.aspx?id=44560

またCompact2013のこれらの新機能は、なにげに以下のページにも反映されています。

What's New (Compact 2013)
http://msdn.microsoft.com/en-us/library/gg154234.aspx

※ 評価版の .iso はまだ update 5 レベルのようです。

2. Power Toys for .NET Compact Framework 3.9

Compact2013の.NET Framework バージョンはv3.9とされていますが、この環境で使用可能なツールがダウンロード提供されています。

Power Toys for .NET Compact Framework 3.9
http://www.microsoft.com/en-us/download/details.aspx?id=44301

以下のツールが含まれます。

Remote Performance Monitor and GC Heap Viewer

Provides real time counter data (ranging from Garbage Collector activity to type loading info) on a running NETCF application. The GC Heap Viewer feature allows you to capture the managed heap at any moment your app is running to view live references, and allows you to compare multiple snapshots to find memory leak issues.

NETCF CLR Profiler

CLR Profiler is an instrumenting allocation profiler for NETCF applications. It provides detailed allocation visualizations, allocation callstacks visualizations and useful for diagnosing memory management issues.

App Configuration Tool (NetCFcfg.exe)

On-device tool for specifying what version of the NETCF runtime an application will run against, displaying installed versions of NETCF and displaying info about DLLs in the GAC.

NETCF ServiceModel Metadata Tool

The .NET Compact Framework ServiceModel Metadata Tool (netcfsvcutil.exe) allows you to generate a Windows Communication Foundation (WCF) client proxy to help developers consume WCF services on device. Like svcutil.exe, which is the desktop version of the utility, netcfsvcutil.exe is a command-line tool that generates service model code from metadata documents and generates metadata documents from service model code.

Remote Logging Configuration Tool

The Logging Configuration Tool enables users to easily configure logging options on a NETCF device including: loader, interop, network, error and finalizer logs.

NETCF Network Log Viewer

A utility for viewing NETCF network log data.

以上、ご参考まで。