Windows Mobile 6.5 访问模拟器外部的文件
我正在开发一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最简单的机制是将模拟器配置为共享桌面文件夹。
仅复制文件的另一个选项是启动远程文件查看器,它位于 Visual Studio 2008 -> 下的“开始”菜单上。 Visual Studio 2008 远程工具。它可以连接到模拟器并手动下载文件。
The easiest mechanism is to configure the emulator to share a desktop folder.
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.