Tagged Questions

1
vote
1answer
193 views

C++/MFC How to copy multiple files from PC to WinCE (Mobile Device)?

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 ...
0
votes
1answer
469 views

Building RAPI.h in VS 2005, fail on open include file

this may sound too simple, but I'm missing something. I need to write a RAPI Windows Console app using C++. I'm currently using VS2005. I've created a brand new empty Windows Consol app ...
0
votes
1answer
412 views

Connecting multiple devices through RAPI2

The Microsoft RAPI2 interface is designed with the ability to talk to multiple devices. But, ActiveSync 4.5.0 allows only allows one device at a time to connect and only allows it over a USB ...