Hi everyone.  I am trying to explore a different way of developing
applications.  Right now, I place all of my images in a .rc file through
Constructor.  I also have a ton of global data files in other segments of my
project in Codewarrior 8.  This makes the executable (.prc) file very
bloated.

I would like to take the images and some of the code and place it outside of
the main engine.  If I cannot do both, I'd at least like to do one.

I guess the best analogy I can think of for what I am trying to accomplish
(let's say on a Windows OS) is instead of having parts of the code in the
main .exe file, I would like to have them in a .dll file, so that I do not
have to keep changing the .exe file everytime I add something new to the
product.  In regards to images, the images would be saved as their own
files.  Seeing that Palm doesn't really have this "file" system, but rather
a "database" system, it would be nice to somehow take the images out of the
.rc file and place them in a DB record somehow or take the .rc file
completely out of the .exe or even take out the image parts of the .rc and
make a separate .rc file with just the images.

I'm not sure.  Thus the reason for my query.

Thank you in advance.

Regards,

Daniel Suleski :->
TD, Mysticware Inc.
www.mysticware.com




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

Reply via email to