Windows Mobile 6.5 访问模拟器外部的文件

发布于 2024-12-02 17:14:36 字数 86 浏览 0 评论 0原文

我正在开发一个 Windows Mobile 6.5 应用程序,该应用程序使用 SQL 紧凑数据库,我想将其从模拟器复制回主机。如何直接从主机访问模拟器文件?

I'm working on a Windows Mobile 6.5 application that uses a SQL compact database that I want to copy from the emulator back to the host. How can you access the emulator files directly from the host?

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

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

发布评论

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

评论(1

潜移默化 2024-12-09 17:14:36

最简单的机制是将模拟器配置为共享桌面文件夹。

  1. 启动选择的模拟器,然后进入“文件”->“配置”。
  2. 在底部的“常规”选项卡上有一个标有“共享文件夹”的文本框,
  3. 将其映射到桌面上某个位置的文件夹。在设备上将作为“存储卡”安装,
  4. 将数据库文件放在该位置(如从模拟器中看到的)。现在可以从模拟器和主机 PC 访问它。

仅复制文件的另一个选项是启动远程文件查看器,它位于 Visual Studio 2008 -> 下的“开始”菜单上。 Visual Studio 2008 远程工具。它可以连接到模拟器并手动下载文件。

The easiest mechanism is to configure the emulator to share a desktop folder.

  1. Fire up the emulator of choice then go into File->Configure.
  2. On the General tab at the bottom is a text box labelled "Shared folder"
  3. Map that to a folder somewhere on the desktop. On the device is will get mounted as 'Storage Card'
  4. Put your database file in that location (as seen from the emulator). It's now accessible from both the emulator and host PC.

Another option for just copying the file is to launch the Remote File Viewer, which is on your Start menu under Visual Studio 2008 -> Visual Studio 2008 Remote Tools. That can connect to the emulator and pull down files manually.

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