简体   繁体   English

我需要为Windows CE 4.1构建一个应用程序

[英]I need to build an application for windows ce 4.1

I am using windows 7 with visual studio 2017. I have some code I want to run on windows CE 4.1. 我在Visual Studio 2017中使用Windows7。我有一些要在Windows CE 4.1上运行的代码。 How do I build the code for this version of CE? 如何为该版本的CE构建代码? I see there is mention of a CE build platform 4.0 but can't find a download for it? 我看到这里提到了一个CE构建平台4.0,但是找不到它的下载内容吗?

It depends on what kind of application do you have. 这取决于您拥有哪种应用程序。 If has been developed with Visual Studio probably you should be able to build it in an old version. 如果是使用Visual Studio开发的,则应该可以将其构建为旧版本。 VS2008 or VS2005 should still support CE 4. For sure they support CE 5,6 and 7. It may be that the application has been developed with Embedded Visual C++ 4.0, you may be able to still find a download in MSDN but I've no idea about how it could run on Windows 10, maybe a WinXP virtual machine would be better. VS2008或VS2005仍应支持CE4。为确保它们支持CE 5,6和7,可能是该应用程序是使用Embedded Visual C ++ 4.0开发的,您仍然可以在MSDN中找到下载内容,但我已经不知道如何在Windows 10上运行,可能是WinXP虚拟机会更好。 If the application was developed using platform builder and integrated in the OS image you can still find it in MSDN but, again, this is quite an old tool and will probably have issues running on a recent PC. 如果该应用程序是使用平台构建器开发的,并且已集成在OS映像中,则仍可以在MSDN中找到它,但是,这又是一个很旧的工具,可能会在最近的PC上运行时出现问题。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM