Create an ActiveSync partnerchip for my app

  • Thread starter Thread starter Romain TAILLANDIER
  • Start date Start date
R

Romain TAILLANDIER

Hi group,

I have some data (mainly sql scripts) to synchronise from my PocketPC2003 to
my Computer (unidrectional).
My goal is to have an checkbox for my app, as calendar, contacts, or tasks
has one.

I am developing in C#, and i want to install my conputer app, my pocketPC
app, and the partnerchip during a unique install.

I search the net, but there is so much infos that i don't know where and how
to start.
please give me some good link tutorial for standart partnership
developpement.
thanks for your help :)

ROM
 
For the "checkbox" and actual syncing, you need to write a Service Provider,
which can only be done in C++.

-Chris
 
thank you :)
i will search that way.
have you any sample code, or tutorial ? i am really newbie for
synchronisation.

ROM
 
There's a sample installedwith the AcgiveSync headers and libs.

-Chris


Romain TAILLANDIER said:
thank you :)
i will search that way.
have you any sample code, or tutorial ? i am really newbie for
synchronisation.

ROM


"Chris Tacke, eMVP" <ctacke[at]Open_NET_CF[dot]org> a écrit dans le message
de news: (e-mail address removed)...
For the "checkbox" and actual syncing, you need to write a Service Provider,
which can only be done in C++.

-Chris


PocketPC2003 and
how
 
Back
Top