|
Posted by Paul G. Tobey [eMVP] on May 27, 2008, 1:18 pm
Please log in for more thread options
No, you can't do that. The mobile device stuff is not really a network
filesystem so assigning it a drive letter won't work, at least with
ActiveSync (I'm not sure whether WMDC might allow it somehow, but I doubt
it).
You should be able to call RAPI, the Remote API, from Delphi. When you
install the SDK for your target device type, you get the necessary .h files
and libraries, so you should be able to use those to figure out what you
need to do for Delphi. After installing the Pocket PC 2003 SDK, for example,
take a look at:
Program Files\Windows CE Tools\wce420\POCKET PC 2003\Activesync
Paul T.
> Hi,
>
> I need to have some drive (for example g:\) which will represent mobile
> device my documents folder, can I do that with activesync or can I do that
> anyway?
>
> does someone know some component set for work with pda via activesync from
> delphi?
>
> Thanks in advance...
>
>
|