Windows Embedded Compact - backward compatibility

一世执手 提交于 2019-12-24 11:53:25

问题


Would Windows CE 5.0 binaries be compatible on Windows Embedded Compact 7 and 8?

I've searched the Internet for a long time with no answers that are thorough or definite enough concerning the backward compatibility of these OSs.

Also I've tried to find the ceappcompat app mentioned here; it looked like it was supposed to be in the Platform Builder tools found in the installation of Windows Embedded Compact 7 x86, but it wasn't there.


回答1:


By way of experiment, I have found that Compact 7 is, in principle, backward compatible with respect to native applications. I was able to run x86 applications built against Windows CE 5.0 Standard SDK on a Compact 7 OS. However, Compact 2013 is a different story. As explained in the answer to a similar question on MSDN forum, existing Windows CE applications must be recompiled in order to run on Compact 2013. Reportedly, the breaking change in the new OS is the price paid for the ability to use the same Visual Studio 2012 tool chain for both desktop and Embedded Compact Windows targets.



来源:https://stackoverflow.com/questions/16836951/windows-embedded-compact-backward-compatibility

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!