A conduit is used to move data from your PalmPilot to your PC during the HotSync process.
Conduits are written as DLLs that are loaded by HotSync. MSVC++ can be used to write DLLs. To write conduit DLLs that HotSync can use, you must download the CDK (Conduit Development Kit). This contains header files, libraries & whatever else you need to write conduits using MSVC++. -- -Richard M. Hartman [EMAIL PROTECTED] 186,000 mi/sec: not just a good idea, it's the LAW! Dean Salman wrote in message <[EMAIL PROTECTED]>... > >Please explain conduit using VC++ > > >"Richard Burmeister" <[EMAIL PROTECTED]> wrote in message >news:[EMAIL PROTECTED] >> >> From: "Dean Salman" <[EMAIL PROTECTED]> >> Subject: C++ or C >> >> >> > I am seeing questions using C++. I am using the Code Warrior Lite >> > 6.0 and C. How can C++ be used with Code Warrior, and can I >> > use MS Visual C++ to create the Palm program. >> >> 1. CW Lite doesn't support C++. You need to buy the full CodeWarrior for >> Palm to use C++. >> 2. VC++ does not compile Palm apps. However, you can use VC++ to create a >> conduit. >> >> >> >> > > > > > -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
