Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2008/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Visual studio 2008 需要Windows CE 5.0仿真器_Visual Studio 2008_Windows 7_Windows Ce_Emulation_Mobile Devices - Fatal编程技术网

Visual studio 2008 需要Windows CE 5.0仿真器

Visual studio 2008 需要Windows CE 5.0仿真器,visual-studio-2008,windows-7,windows-ce,emulation,mobile-devices,Visual Studio 2008,Windows 7,Windows Ce,Emulation,Mobile Devices,我需要一个WindowsCE5.0模拟器来测试我正在开发的嵌入式设备(不是PDA或智能手机)应用程序。这是我已经尝试过的: VisualStudio2008Pro包含一个模拟器。不幸的是,它不包括Windows CE映像(仅限Windows Mobile和Smartphone)。是的,这是有区别的,看。Windows CE包括一个“开始按钮”,可以最小化、移动窗口等 Microsoft提供了一个可用的。除了其许可证仅允许非商业用途之外,它既不在Windows 7(它需要.net Framewo

我需要一个WindowsCE5.0模拟器来测试我正在开发的嵌入式设备(不是PDA或智能手机)应用程序。这是我已经尝试过的:

  • VisualStudio2008Pro包含一个模拟器。不幸的是,它不包括Windows CE映像(仅限Windows Mobile和Smartphone)。是的,这是有区别的,看。Windows CE包括一个“开始按钮”,可以最小化、移动窗口等

  • Microsoft提供了一个可用的。除了其许可证仅允许非商业用途之外,它既不在Windows 7(它需要.net Framework 1.1,与Windows 7不兼容)中运行,也不在Windows XP模式下运行(错误消息:“Emulator for Windows CE不会在一个虚拟机中运行另一个虚拟机。请在主机操作系统上运行虚拟机”)

是否有我遗漏的任何选项?

您是否尝试过与Windows CE6或您正在使用的版本的其他映像一起运行


我自己也没有试过,但似乎有效。(来自我的google/youtube搜索)

是的,您错过的选项是,您可以使用。然后生成一个图像并使用运行它


Microsoft不再提供CE emulator映像的原因是没有“标准”Windows CE OS映像。一般来说,您创建的映像与特定目标硬件上的任何映像都匹配。

他特别询问了CE 5.0。确实如此。当我读东西的时候,这当然有帮助。但是Windows VirtualPC也应该适用于CE5.vhd映像。@gruntled:这是模拟器的BSP,而不是模拟器本身,它假定他有平台生成器,并且知道如何为模拟器生成操作系统映像。我所知的VirtualPC for 5.0没有BSP。我还没有机会真正阅读stackoverflow的政策。但我不想链接到torrent或WindowsCE的任何东西。因为我确信您需要许可证。从什么时候开始.net framework 1.1与Windows 7不兼容?现在,
Emulator BSP
链接已断开。微软似乎正在慢慢删除这些旧链接,因为他们推出了更高版本的嵌入式操作系统。您知道在哪里可以获取或生成CE图像吗?是否可以从您自己的设备生成它(可能使用VS2005或2008中的工具)?