> Hi,
>
> I am using CDK 3.0 and Visual C++ 5.0 to create a conduit. All I
> want to do is to create a conduit shell and test it to see if it gets
> called by Hotsync. This is what I did:
>
> 1. Using the CDK wizard in the Visual Studio I created a Conduit Shell
> and linked it to the Memo Pad application. I called it MyConduit.dll. I
> did not make any changes to the generated source code.
>
> 2. I compiled the DLL in Release mode.
>
> 3. Using the condcfg.exe, I opened up the entry for the existing Memo Pad
> application, changed the conduit entry to point to my DLL (along with the
> path to my conduit DLL) and restarted HotSync.
>
> Problems encountered:
>
> 1. I opened up HotSync "Custom" to check if my conduit was added. I found
> the entry for Memo Pad but the HotSync Action for that entry was "Do
> Nothing" and I could not change the HotSync Action at all. I wasn't able
> to open up the "Change HotSync Action" dialog box at all.
>
> 2. Of course, upon HotSync, my conduit wasn't being called.
>
> Any clue?
>
> Thanks
>