本文介绍了将WEC2013设备的应用程序代码转换为任何系统上的可下载文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在将应用程序从WinCE6移植到WEC2013。 WEC2013设备连接到我的PC,我已经在我的PC上用VS C ++写下了它的代码。我可以编译好代码并在WEC2013设备上显示结果。我想将
转换为可下载的应用程序,以便我可以将其上传到TFS,人们可以在各自的系统上下载它并运行下载的应用程序。我会非常感谢任何建议。 



himanshu gaur

I am porting an application from WinCE6 to WEC2013. The WEC2013 device is connected to my PC and I have written down the code for it in VS C++ on my PC. I can compile the code fine and its displaying the results on WEC2013 device. I want to convert it to a downloadable application so that I can upload it on TFS and people can download it on their respective systems and run the downloaded application. I would be really thankful to any suggestions. 


himanshu gaur

推荐答案


这篇关于将WEC2013设备的应用程序代码转换为任何系统上的可下载文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-23 23:03