At 03:18 PM 4/18/00 -0700, you wrote:
>I tried CfgConduit. Nothing happened when I chose my conduit name and
>clicked Change in Cutom menu. A change action dialog box suppose to show up.
>I think CfgConduit didn't get called for some reason.
>
>Here is the code stub if someone would help me figure out what's wrong.
>Thanks.
>
>_declspec(dllexport) long CfgConduit(CSyncPreference& pref) {

You're right, it's not being called.  Mainly because the prototype is
supposed to be:

extern "C" long COND_API CfgConduit(ConduitCfgEnum cfgType, void *pArgs,
DWORD *pdwArgsSize)

You can add the _declspec(dllexport) if you want (or maybe COND_API does
that, I forget).



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

Reply via email to