ActiveSync in .NETCF

  • Thread starter Thread starter em
  • Start date Start date
E

em

Hi all,

I'm relativley new to CF development and I'm needing to know how to write
ActiveSync conduits so that I can pull my applications data off the
handheld.

Can you test against the emulator for debugging or do you need to use a real
handheld?

Anyone have any examples of writing ActiveSync conduits, and can it be done
in .NET or does it need to be done in another language?

Thanks heaps, emily
 
If it can't be done in managed code, how is it done then? With a DLL
exporting a handheld of ActiveSync functions, COM, or what? If it's COM, it
could be done with Delphi or VB, yes? I'm proficient enough in C, just not
with COM + C. Anyone have any links to example code in ANY language?

Em
 
There are 2 sides to it, and both are COM objects. The fact there are 2
sides (device and PC) means that at least the device piece must be done in
C++. I've not thought about (or seen) the PC side piece in anything other
than C++ either. There's a sample in the ActiveSync SDK.

-Chris
 
Back
Top