Patrick Lucas a �crit : > I registered a Creator ID on the Palm Source web site but didn't get ant > e-mail from Palm Source confirming this. Which number do I use in when I > call the DmOpenDatabaseByTypeCreator() function? Will I get a unique nmber > from PalmSource? Creator IDs are four character strings but the database > manager functions expect UInt32 numbers; how do I go from one to the other?
IIRC, you don't get an e-mail confirmation, you know right away whether the creator ID you want to reserve is free or not, and if free, you just reserve it without any further delay. Just put your creator ID between '' : 'MyID' to create a 32-bit integer from the 4 characters of your creator ID. If you chose non-printable characters, use octal: '\115\171\111\104'. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
