Worse case, the PDB file format is well documented by PalmSource and its not too difficult to write routines to edit them. (and didn't take long to write) I've written my own libraries to do so but I'm not at liberty to distribute them. There have been a few controls and code posted to the web over the past few years that could help. A Google search might turn some up. I can't remember what was available but I think I remember one worked with Delphi and it was open source.
----- Original Message ----- From: "Markus Dresch" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, February 06, 2003 8:09 AM Subject: Re: Program to make pdbs in desktop > why don't you create a resource database using PilRC? > > markus dresch (www.palmside.com) > > "Alexandre Barreto" <[EMAIL PROTECTED]> schrieb im Newsbeitrag > news:112308@palm-dev-forum... > > I need a program like PDBmake..that gets a binary file and put it in a > > record inside a pdb file > > but pdbmak just make um record.. and i need to put many files inside a pdb > > each record willl be a full binary file each record is a 4 byte saying how > > long is the record in bytes and after de 4 byte is the full binary file... > > if there is already a program thta do that ll cut me some time.. > > > > -- > 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/
