Your conduit may not be able to find all its necessary dependencies. You can use a utility like Dependency Walker to view and check if all the required DLLs and other files are seen by your conduit. Dependency walker is included with any MS Visual Studio product.
----- Original Message ----- From: "Charles Garcia-Tobin" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Monday, December 15, 2003 8:28 AM Subject: Something very broken with conduits and hotsync Hi there I have created a conduit dll, which up until now has worked absolutely fine. I did add some code changes this morning, nothing was touched relating to the entry points to the dll. when I use CondCfg to see what conduits I have it comes up with my Dll though occasionally the conduit name is missing (misteriously dissapeared). My original install of the conduit was through an installer I wrote with the conduit install SDK. Despite it being reported by CondCfg as being installed when I try to set it's properties throught the "custom" entry of the HostSync context menu, it does not show the conduit. If remove it and add it manually with CondCfg, again I get the same problem, CondCfg see's the dll but hotsync does not. More worryingly when I run the debugger on my dll using hotsync as the debug exe, DllMain is not even called, so the dll is not loaded further evidenve that hotsync really does not know about its existence but CondCfg does!!! Despite this when I debug through my own conduit installer the Conduit install functions do not return any errors suggesting that the install went ok. What the hell is going on? Any help really appretiated as this is really bitting into an alredy tight schedule Cheers Charles ///////////////////////////////////////// // Charles Garc�a-Tobin ""-. // /[] _ _\ // Software and _|_o_LII|_ // Firmware engineer / | ==== | \ // |_| ==== |_| // ||" || || // ||LI o || // ||'----'|| // Firm Designs Ltd /__| |__\ ///////////////////////////////////////// -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
