> Just a quick question out of curiosity. How does the
> HotSync Manager get the conduit info that we supply in
> CondCfg.exe??????
CondCfg is just a tool for developers, you need to be very careful with it.
As for how it gets that information, look at the CDK Reference guide.. the
functions you want are the Conduit Manager functions (they all start with
Cm).
> If the answer is from the Registry file,can u please
> tell me where should I look for that registry
> file?????
You should never access the registry directly for things related to HotSync.
HotSync may not be in the same place in the registry every time.. it can
vary from version to version, from licensee to licensee.
> Also, why is it that all the functions are declared as
> static in Palm OS application???Any special
> significance for doing that????
I think the story here is that it used to matter, but doesn't any more. It
occurred to me the other day (while messing with the preferences for my
project) that declaring everything static might also keep you from
"accidentally" exporting functions you didn't want to export (if you were to
turn on such a thing at a later date).. not sure if that is important to
anyone or not.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/