C++/MFC 如何将多个文件从PC复制到WinCE(移动设备)?
我正在尝试将整个目录(包括 PC 中的所有文件和子目录)复制到 WinCE(移动设备)中。
我知道 RAPI.DLL 可以控制 WinCE 中的文件,但我似乎无法在 PC 和 WinCE 之间工作。两者都不是Win32文件控制接口。
如果有人帮助我解决这个难题,我将不胜感激。
任何可供参考的开源包装类也可以。
先感谢您
I am trying to copy entire directory including all the files and subdirectories inside from PC into WinCE (Mobile Device).
I am aware of the RAPI.DLL to control files within WinCE, but I doesn't seem to work between PC and WinCE. Neither the Win32 file control interface.
It would be appreciated if someone helps me to solve this puzzle.
Any open source wrapper class for reference would be fine as well.
Thank you in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要将文件复制到设备,您有以下几种选择:
请注意,其中每一项都需要设备上有某些东西并进行设置,以允许 PC 与设备交互。哪一个可以工作很大程度上取决于您的特定操作系统配置。
To copy file to a device you have a few options:
Note how every one of these requires something be on the device and set up to allow the PC to interact with the device. Which one(s) will work is highly dependent on your specific OS configuration.