2

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?

1 Answers1

3

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).

Ian Boyd
  • 246,734
  • 253
  • 869
  • 1,219