Paul, I don't know about compile time solution, per se, but what about simply editing the database with a hex editor?
The bits are in a very well known documented unchanging position. If you wanted something a little more automated, you should be able to write a simple console c app that takes a couple parameters and modifies the bits appropriately. Upload it to the device after... http://www.palmos.com/dev/support/docs/fileformats/Intro.html#939653 Attributes field is at 0x20, 2 bytes in length. Just an idea, Keith M ----- Original Message ----- From: "Paul Nevai" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, May 23, 2002 10:53 AM Subject: how to set various dmHdrAttr... properties at compilation time? > I want to set various dmHdrAttr... properties at compilation time. Several > can be set via Constructor but not all. I use CodeWarrior. Is there a general > way of setting these attributes? I am aware of many solution, say, > > http://oasis.palm.com/dev/kb/faq/1103.cfm > > and I use many of them on-the-fly. What about compilation time solutions? > /Paul N. > > -- > 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/
