0
votes
0answers
26 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 …
0
votes
1answer
118 views
CeRapiInit or CeRapiInitEx?
CeRapiInit() does not return until a device is connected and initialization is complete (synchronous).
CeRapiInitEx() does, but requires a callback event handler (asynchronous). All I want is a …
0
votes
2answers
403 views
Accessing a SQL Server CE database on a Windows Mobile 6 device
I have a mobile app that writes to a SQL Server CE database on the device. I want to write a desktop application that can read this data and export it in CSV format.
I have been looking at RAPI …
2
votes
3answers
146 views
Archiving text messages (sms)
I want to archive the text messages on my WM phone to my PC, preferably as XML. Can I access them from a PC application, e.g. through RAPI? I have no experience in WM development, just PC, and then …
0
votes
3answers
1k views
RAPI copy file using OpenNETCF.Desktop.Communication.dll
Hello all,
I’m currently using the OpenNETCF.Desktop.Communication.dll to copy files from my desktop to a CE device, but I keep getting an error:
‘Could not create remote file’
My development …
1
vote
1answer
355 views
Debugging DLL Called With CeRapiInvoke
I'm trying to debug into a C dll that is invoked on a Windows Mobile device using CeRapiInvoke() (Technically RAPI.Invoke() from OpenNETCF) from a Windows box. I'm very familiar with attaching to a …
1
vote
1answer
204 views
IRAPIStream COM Interface in .NET
I'm trying to use the OpenNETCF RAPI class to interact with a windows mobile device using the RAPI.Invoke() method.
According to the following article:
…
