> Following is the code stub. Does someone know the reason? Thanks.
>
> __declspec(dllexport) long ConfigureConduit(CSyncPreference& pref) {

As was mentioned in a previous post, you should be implementing CfgConduit, not
ConfigureConduit. The ConfigureConduit call is somewhat obsolete and is called
by HotSync 2.x. So, for HotSync 3.x support, you should implement CfgConduit. If
you want to also support HotSync 2.x, then also implement ConfigureConduit. I
didn't take a close look at your code, assuming the problem is with the function
that gets called.

-Geoff Richmond
Palm, Inc.
Developer Support



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to