简体   繁体   English

为Windows 7编写的应用程序可以在Windows Embedded Standard 7 OS上运行吗?

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

Looking to develop Win 7 embedded. 希望开发嵌入式Win 7。 However, 3rd party APIs run on standard Win 7 OS. 但是,第三方API在标准Win 7 OS上运行。 Can I run these APIs on Win 7 Embedded? 我可以在Win 7 Embedded上运行这些API吗?

Windows Embedded does support the regular Win32 APIs. Windows Embedded确实支持常规的Win32 API。

But your embedded device will need to be an x86 device (as opposed to ARM, or SuperH). 但是您的嵌入式设备将必须是x86设备(与ARM或SuperH相反)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 防止Windows 7嵌入式标准关机 - Preventing Windows 7 embedded standard shutdown 在 Windows 7 嵌入式标准上安装 MSVC 可再发行组件 - Installing MSVC redistributables on Windows 7 embedded standard 为各种硬件平台构建嵌入式Windows操作系统 - Building an embedded Windows OS for a variety of hardware platforms 带有 HKEY_LOCAL_MACHINE 的 RegOpenKeyExW 在 Windows Embedded 7 64 位上返回 2 - RegOpenKeyExW with HKEY_LOCAL_MACHINE returns 2 on Windows Embedded 7 64 bit 如何启用手写笔输入并阅读文本并将其保存在Windows 7 CE应用程序中? - How to enable Stylus input and read the text and save it in a Windows 7 CE Application? Windows 7 上的 CefSharp TouchInput - CefSharp TouchInput on Windows 7 是否可以在 Windows 7 Embedded 上运行 .NET core 3.1 应用程序? - Is it possible to run a .NET core 3.1 app on Windows 7 Embedded? MessageBox不会在Windows 7 Embedded中显示 - MessageBox doesn't show in Windows 7 Embedded Windows 7 Embedded 上的 usbser.sys,已安装但未找到 - usbser.sys on Windows 7 Embedded, installed but not found 反恶意软件是否可用于任何版本的 windows 7 嵌入式,或者请建议任何用于 windows7 嵌入式的第三方反恶意软件 - Is Anti malware available with any version of windows 7 embedded, Or please suggest any 3rd party anti malware for windows7 embedded
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM