I checked with Borland's developer newsgroups. It seems that putting a "+" symbol in the directory paths that one specifies under Builder for header files causes the linker to develop a problem. I had pointed to "C++" in the header and library file path listing under "options" on Builder, so this was causing the problem linking (apparently a "+" symbol is a "strange character"). Of course, since the CDK seems to be intended to be compatible with Microsoft products, this problem with the choice of directory names for the CDK is not surprising. (I renamed mine CPP, although CPlusPlus might have been more literal.)
Thanks for all the suggestions. ----- Original Message ----- From: "Jim Cooper" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[email protected]> Sent: Wednesday, November 30, 2005 3:24 AM Subject: Re: SyncOpenDB Equivalent? > > > This is not a command line compiler. > > It's Borland's. > > It actually is still a command line compiler (this is true even in Delphi 2006) > :-) There is most likely an argument missing somewhere (whether you set that > argument from the command line or from the IDE) > > > > > 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/
