在 Windows CE 上编程时使用 Visual Studio 2005(c++) 来控制延迟问题是否有优势?
在 Windows CE(32 位)上编程时,使用 Visual Studio 2005(c++) 控制延迟问题或任何其他问题是否有优势?我听说 2008 年和 2010 年限制了你能做什么和不能做什么。
谢谢
Is there an advantage in using Visual Studio 2005(c++) when programing on Windows CE (32bit) to control latency issues or any other? I have heard 2008 and 2010 limit what you can and can't do.
thx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你“听”错了。 Studio 2008 让您为 CE 编译本机应用程序,与 2005 没有什么不同(尽管我认为 '08 编译器可能是更好的编译器,并且更符合标准)。
Studio 2010“限制”您,因为您根本无法使用它进行任何 CE 设备开发,因为 Microsoft 不包含设备支持或任何设备编译器(Windows Phone 除外)。
You "heard" incorrectly. Studio 2008 let's you compile native apps for CE no differently than 2005 did (though I think the '08 compiler is probably a better one, and more standards-compliant).
Studio 2010 "limits" you in that you can't do any CE device development with it at all because Microsoft didn't include device support or any of the device compilers (Windows Phone excepted).