【问题标题】:is it possible to compile code for WinCE platform through VisualStudio in WIndows?是否可以通过Windows 中的VisualStudio 编译WinCE 平台的代码?
【发布时间】:2010-08-21 16:13:49
【问题描述】:

我需要在 Windows XP 中为 WinCE 移动平台编译用 Visual Studio 2008 编写的代码。 如何在 Visual Studio 2008 中通过更改目标平台设置来实现?

【问题讨论】:

标签: c++ windows-ce


【解决方案1】:

对于 Visual Studio 2008,请参阅 this MSDN page 作为起点。

对于 C++,this page 是索引页,this page 告诉您如何构建和调试。在编译器选项和您需要哪些附加文件方面有相当多的步骤,所以我不会在这里引用它们。

【讨论】:

  • 其他人没有提到,但你也有一个设备模拟器。我发现它很简单。
  • 我无法访问链接
  • @bjskishore123 - 奇怪的是第一页的实际地址是msdn.microsoft.com/en-us/library/sa69he4t(v=VS.90).aspx,所以你可以复制并粘贴到浏览器中看看是否有效。
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 2021-12-27
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多