I am currently working on an application that runs on several different Windows Mobile and CE devices. The project is written in unmanaged C++ using MFC. This application also comes with a supporting PC app and we programatically transfer files between the two through activesync/WMDC.
We have been running into many different issues because of the need for all PC's using our app need to have activesync/WMDC installed on them.
Is it possible to share information and files between desktop computers and WM devices that do not use activesync/WMDC? If so, are there libraries or examples of how to do this?
This only has to go one way, the desktop application could do all the work if it could figure out that a device was connected and then move files around. Though it would be more convenient if it worked both ways.
Thanks