Ole Bjørn Setnes
Ole Bjørn Setnes

Reputation: 788

Windows Embedded Compact 7 SDK

Does Microsoft deliver a generic Windows Embedded Compact 7 SDK?

I'm aware that I in principle should get the SDK from the manufacturer of the hardware who would use their Platform builder to create it. But when making software that's supposed to be used by many different customers on a lot of different CE 7 hardware, it's impossible.

The SDK that is provided by Microsoft for CE 5 works very well on most CE 5 (6 and 7) devices so it seems like it is possible to have an (almost) generic SDK.

Upvotes: 2

Views: 1461

Answers (1)

Valter Minute
Valter Minute

Reputation: 2210

Unfortunately, the "standard SDK" os component is not supported on CE 6,7 and 8(2013) and this prevents device manufacturers from providing a minimum set of features covered by it. This means that you'll have to build your own SDK to develop a generic app, including all the features you need (and with no grants that it will work on a specific device) or to rebuild the app for each device you target (you may discover if it will lack some components, but may be hard to maintain if you target a large number of different platforms). If you don't want to build your own images and SDKs, Toradex provides quite generic SDKs for ARM (covering the components we put in our image that are more or less those in the core licenses).

Upvotes: 3

Related Questions