嵌入式 Windows 7 手持设备
我对 Window Embedded Compact 7.0(WEC 7) 有点陌生,所以我对此有一些疑问:
1- 是否有任何手持设备可以与它一起运行?我发现的所有内容都可以在 6.5 及更低的 win CE 版本上运行(请检查此链接:http://www.microsoft.com/windowsembedded/en-us/evaluate/windows-embedded-handheld-devices.aspx)
2-.Net 框架版本是什么? .NET CF 3.5 还是 .NET CF 3.7?我不知道它的技术是否与Windows 7或Windows Phone 7相关。如果它的.NET版本是.NET CF 3.7,我可以在它上面运行我的旧.NET 3.5应用程序还是我应该将它们更改为silverlight版本? (据我所知,我无法在 Windows Phone 7 上运行它们)
3-我找不到它的任何屏幕截图。
4- 对于 Windows Phone 7,VS 2010 有一个免费的附加组件用于开发(尽管发布不是免费的)。有没有免费的开发工具包&模拟器(确实是手持模拟器)?
提前致谢
4-..或者我的思维方式完全错误? ;-)
I'm a little new on Window Embedded Compact 7.0(WEC 7) so I have some question about it :
1- Is there any handheld device that runs with it? All I found run on 6.5 and lower win CE versions ( check this link please : http://www.microsoft.com/windowsembedded/en-us/evaluate/windows-embedded-handheld-devices.aspx)
2- what's its .Net framework version? .NET CF 3.5 or .NET CF 3.7 ? I don't know whether its technology related to windows 7 or windows phone 7. If its .NET version is .NET CF 3.7, can I run my old .NET 3.5 apps over it or I should change them to silverlight version? (As I know I cannot run them on windows phone 7)
3-I couldn't find any screenshot of it.
4- For window phone 7, there is a free add-on on VS 2010 for development (although publishing is not free). Is there any free development toolkit & emulator(handheld emulator indeed)?
Thanks in advance
4-..or Completely I'm in a wrong way of thinking? ;-)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
关于您的问题:
1- 是否有任何手持设备可以与其一起运行?
是的有。
Windows Embedded 合作伙伴计划可能给你更多的选择
2-它的.Net框架版本是什么? .NET CF 3.5 还是 .NET CF 3.7?
Windows Embedded Compact 7 包含 .NET Compact Framework 3.5
我不知道它的技术是否与Windows 7或Windows Phone 7相关。
AFAIK,它与 Windows 7 无关,并且与 Windows Phone 7 完全无关。
如果它的 .NET 版本是 .NET CF 3.7,我可以在其上运行我的旧 .NET 3.5 应用程序吗?
.NETCF 版本是 3.5,所以是的,您可以运行旧的 NETCF 应用程序。
或者我应该将它们更改为 silverlight 版本?
如果您这样做,那么您的应用程序将不再有效。 WinCE 7 不支持托管 silverlight,它只支持某种称为 Silverlight 的东西,但它实际上针对使用 C++ 在本机代码中进行开发。
3-我找不到它的任何屏幕截图。
< /em>
在这里,享受:
4- 对于 Windows Phone 7,VS 2010 上有一个用于开发的免费附加组件(尽管出版不是免费的)。有没有免费的开发工具包&模拟器(确实是手持模拟器)?
您可以使用 VS 2008,但据我所知,目前还无法为其创建模拟器,因为 Microsoft 尚未发布 WinCE 7 的模拟器 BSP。
About your questions:
1- Is there any handheld device that runs with it?
Yes there are.
The Windows Embedded Partner Program might give you more alternatives
2- what's its .Net framework version? .NET CF 3.5 or .NET CF 3.7 ?
Windows Embedded Compact 7 includes the .NET Compact Framework 3.5
I don't know whether its technology related to windows 7 or windows phone 7.
AFAIK, it is not related to Windows 7, and it is not realated at all with Windows Phone 7.
If its .NET version is .NET CF 3.7, can I run my old .NET 3.5 apps over it?
The .NETCF version is 3.5, so yes, you can run your old >NETCF applications.
or I should change them to silverlight version?
If you do that, then your application will not work anymore. WinCE 7 does not support managed silverlight, it only supports something that is somehow called Silverlight but it actually targets development in native code using C++.
3-I couldn't find any screenshot of it.
Here, enjoy:
4- For window phone 7, there is a free add-on on VS 2010 for development (although publishing is not free). Is there any free development toolkit & emulator(handheld emulator indeed)?
You can use VS 2008, but AFAIK it is not possible at this time to create an emulator for it, since Microsoft has not released the Emulator BSP for WinCE 7.