you will find a sample conduit here (VC 6.0 project, no MFC). http://www.palm-communications.com/ibmdw/
a companion tutorial document on how to build conduits is here: http://www-128.ibm.com/developerworks/edu/wi-dw-wiplm4-i.html these are from a few years ago, but will hopefully help. Frank ----- Original Message ----- From: "Del Ventruella" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[email protected]> Sent: Monday, November 28, 2005 8:49 AM Subject: Re: SyncOpenDB Equivalent? > Does anyone have a very basic conduit structure within a C++ file, free from > MFC materials, that they might be willing to send as sample code? > > I am stuck at present. I don't have VC++ or the .NET version with which to > construct such a file using the CDK wizard, and the conduit wizard is built > around those IDE tools. > > I'm not asking for fully developed, two-way sync code, just a basic file > that I can use as the basis for constructing a conduit, without having to > try to piece it together from recipe material. > > Thanks. > > ----- Original Message ----- > From: "Jim Cooper" <[EMAIL PROTECTED]> > Newsgroups: palm-dev-forum > To: "Palm Developer Forum" <[email protected]> > Sent: Sunday, November 27, 2005 5:58 PM > Subject: Re: SyncOpenDB Equivalent? > > > > > Is there a function built into the CDK header files > > > > Nope. Nothing in the CDK deals with databases on the PC end. > > > > There are a number of libraries available to do that, but you normally > don't > > want to do that. It is almost always much more efficient to deal with data > in a > > way that was designed to be used on a PC. PDB files were not designed that > way > > > > Cheers, > > Jim Cooper > > > > __________________________________________ > > > > Jim Cooper [EMAIL PROTECTED] > > Skype : jim.cooper > > Tabdee Ltd http://www.tabdee.ltd.uk > > > > TurboSync - Connecting Delphi to your Palm > > __________________________________________ > > > > -- > > For information on using the PalmSource Developer Forums, or to > unsubscribe, please see http://www.palmos.com/dev/support/forums/ > > > > -- > For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ > -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
