communicate over pocket pc (Win CE) to desk top (Win 98) using usb

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can we develop an Win CE application that can transfer files between a
desktop (win 98) based application while connected on USB port. I know active
sync does this. How ever I need help i developing an application with
functionality similar to active sync that can transfer some data in both ways
 
I want use embedded vc++ 4.0 instead of .NET nad VB 6.0 on the desktop. The
applications are already built. I am adding the USB communication module
 
OK, then why post to a .NET Compact Framework group? You need the Remote
API, RAPI. Samples are installed with the Pocket PC 2003 SDK for eVC 4
under Samples\Win32\Rapi-xxx.

Paul T.
 
Thanks very much for your reply. I will try to implement using RAPI. It is
the first time , I am using the developer net work - I selected the .NET
Compact Framework group by mistake.
 
Back
Top