Removed-Catalog-Items-in-WEC-2013

Microsoft has listed the catalog changes for compact 2013 from compact 7 in the MSDN link, at https://msdn.microsoft.com/en-us/library/jj919252.aspx

But still few more components are removed and not listed in the above link and the document has to be updated.

Removed Components

  • Imaging APIs(SYSGEN_IMAGING)

It is deprecated but available on WinCE 7 and it is completely removed from Windows Embedded Compact 2013. Documentation still shows that it is available. Alternatively Windows Imaging component is introduced from WinCE 7.0.
Imaging (Compact 2013)

  • Windows Compositor (SYSGEN_COMPOSITION)

Window Compositor displays overlapping windows on a device screen by using alpha blending. See this link to know more about this,
https://msdn.microsoft.com/en-us/library/jj659834%28v=winembedded.70%29.aspx

  • SVCSTART (SYSGEN_SRV_DEMO_START)

This is used to automatically launch the application during booting with configurable delayed startup. See this link to know more about this,
 https://blogs.msdn.com/b/cenet/archive/2004/12/03/274661.aspx

  • Overlay Mixer (SYSGEN_DSHOW_OVMIXER)

The Overlay Mixer filter can be used in other scenarios where you have multiple input streams, but it does not perform any actual mixing or alpha blending of the overlaid graphics. This is deprecated from Windows CE 6.0. Alternatively Video Mixer Render is introduced from WinCE 7.0 and it has the capability of both overlay mixing with alpha blending and video rendering.

By vinoth

One thought on “Windows Embedded Compact 2013 – Removed Catalog items”
  1. I have a image viewer application in Windows CE 6.0 how can I port to Windows CE 2013?

Comments are closed.