user3308253
user3308253

Reputation: 23

Can an application written for Windows 7 run on Windows embedded standard 7 OS?

Looking to develop Win 7 embedded. However, 3rd party APIs run on standard Win 7 OS. Can I run these APIs on Win 7 Embedded?

Upvotes: 2

Views: 1108

Answers (1)

Ian Boyd
Ian Boyd

Reputation: 257009

Windows Embedded does support the regular Win32 APIs.

But your embedded device will need to be an x86 device (as opposed to ARM, or SuperH).

Upvotes: 3

Related Questions