| Author |
Copying a file fromMS Smartphone to desktop PC
|
|
| Andy Carr 2005-10-24, 7:02 pm |
| Hi, does anyone know how I can copy a file from a MS Smartphone to desktop PC
using EVC++ and an active ActiveSync connection? Is their a default path?
| |
|
|
|
|
|
|
| Andy Carr 2005-10-25, 3:57 am |
| Hi,
Isn't CeCopyFile() a VC++ RAPI function that allows a desktop PC application
to copy files to and from a PPC?
I'm trying to write a EVC++ application that can copy a file from the device
to a connected desktop PC. I don't think I can use CeCopyFile() for this.
However there must be a way of setting up a network path on the PPC that
points to a location on the desktop, then I should be able to use CopyFile()
shouldn't I?
Andy
"riki" wrote:
> Andy Carr wrote:
>
> ahh thought that was an odd question, yes RAPI, see CeCopyFile()
>
> riki
>
> He who laughs last has a bad ping.
> By Night:
> ThemeChanger for Smartphone : http://homepages.inspire.net.nz/~gambit/
> AbstractStart for Smartphone :
> http://homepages.inspire.net.nz/~gambit/AbstractStart/
> By Day: http://www.EmbeddedFusion.com
>
|
|
|
|