Hello Everyone,

I'm creating an application where I need to keep the bitmap resources
as a separate database file (*.pdb).  The application will search for
a database at startup and reference the bitmaps from this database
*instead* of the bitmap resources that are part of the main application.

My questions:
=============

1)  How do I save the bitmap database as a separate file on my PC.
I thought about creating bitmaps as usual using constructor, then 
write a palm program to write them to a database file.  Then when I 
hotsync with my PC the database file (containing the bitmap resources) 
should be saved.  Is this the best way to accomplish this?

2)  Once I've created the separate bitmap database, can I reference the
bitmaps by resource ID or do I have to use a pointer into the database.

Sorry if these are novice questions, but I'm a novice.  :)

Thanks for your help!!


__________________________________________________
Do You Yahoo!?
Spot the hottest trends in music, movies, and more.
http://buzz.yahoo.com/

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to