如何将智能设备应用程序部署到重新配置的 WinMo 模拟器?

发布于 2024-08-24 00:23:22 字数 220 浏览 3 评论 0原文

我已经重新配置了默认的 Windows Mobile 6 Professional 模拟器以增加其内存大小,现在我想在其上部署和调试我的 CF 应用程序。

问题是无法从 VS2008 中的“目标设备”下拉列表中选择这个新创建的模拟器配置。如果我选择 Windows Mobile 6 Professional Emulator,它只会启动默认模拟器。

是否可以在自定义模拟器配置上运行应用程序?

I've reconfigured the default Windows Mobile 6 Professional emulator to increase it's memory size and now I would like to deploy and debug my CF application on it.

The problem is that it is not possible to select this newly created emulator configuration from the Target Device drop-down in VS2008. If I select Windows Mobile 6 Professional Emulator, it simply starts the default emulator.

Is it possible to run the application on a custom emulator configuration?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

姜生凉生 2024-08-31 00:23:23

我刚刚找到了另一种方法来做到这一点。如果您想增加内存,在 Visual Studio 工具栏上的上述设备下拉菜单旁边有一个带有工具提示“设备选项”的按钮。单击此按钮。然后,您可以选择所需的 Windows Mobile 6 模拟器映像(例如,Pro..)并单击“另存为”。为其指定一个新名称,例如“我的 Uber 模拟器”,然后保存后单击属性。属性页面上有一个模拟器选项按钮。这将打开通常禁用 RAM 选项的属性页,但是您可以在此处指定它并保存它。

完成这些更改后,这个新模拟器将可供部署,因为它是 Visual Studio 认可的。这刚刚解决了我的问题。

有什么问题请尽管提出。

希望这有帮助,
史蒂夫

I just found another way to do this. If you are after the memory increase, next to the above mentioned device drop down on the Visual Studio toolbar there is a button with the tooltip 'Device Options'. Click this button. You can then select the desired Windows Mobile 6 emulator image (eg, Pro..) and click Save As. Give it a new name like 'My Uber Emulator' and after saving click the properties. There is an emulator options button on the properties page. This opens up the properties page that normally has the RAM option disabled, however you can here specify it and save it.

Once you have made these changes, this new emulator will be available for deployment because it is Visual Studio endorsed. This has just solved my problem.

Any questions, please as.

Hope this helps,
Steve

所有深爱都是秘密 2024-08-31 00:23:22

想必您有一个用于自定义模拟器的 .decfg 配置文件?确保将其存储在 [User]\My Documents\My Device Emulators 文件夹中。

如果您随后查看 VS2008 中的设备模拟器管理器(在“工具”菜单中),它应该显示在“我的设备模拟器”下。它也应该出现在设备工具栏的下拉列表中,您可以在其中选择它来开始调试。

Presumably you have a .decfg config file for your custom emulator? Make sure you store it in your [User]\My Documents\My Device Emulators folder.

If you then have a look in the Device Emulator Manager (in the Tools menu) in VS2008 it should show up under My Device Emulators. And it should also appear in the dropdown on the Device toolbar, where you can select it to start debugging on it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文