victorp king wrote: > i am a fresh man on palm developing , i am confused by palm > resource. as i know ,every palm resource has resource id , > i think this should be unique ,but acturaly it is not like > what i think. i try to find help from palm one official > site ,get nothing about it. > > so ,can anybody tell me the machanism about how palm system > orgnize resourse? *3x very much!!*
Programs are stored in databases. Each database must have a unique name. There are two types of databases: resource-based and record-based. Resource-based databases store resources keyed by resource-type and resource-ID. The combination of the two must be unique within the database. You should be consulting PalmSource's (the OS vendor's) website, specifically: http://www.palmos.com/dev/support/docs/palmos/ The Programmer's Companion is a good place to start. Here's its section on databases: http://www.palmos.com/dev/support/docs/palmos/PalmOSCompanion/FilesAndDatabases.html -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
