> Thanks for the reply. > > I think I've included the PDB okay. Seem correct? > > DATA "MyData" ID 8001 "MyData.pdb" > > Now how exactly do I access the PDB now that its part of the > PRC file? My existing code that uses DmFindDatabase and > DmOpenDatabase of course can't see the PDB file. Any ideas?
you need to unpack the .pdb to the device. DmGetResource() DmCreateDatabaseFromImage() by the way DATA "MyData" ID 8001 is not valid. the 'MyData' string is a 4-byte character type (ie: 'MyData' = 6 bytes). all you need to know is in the palmos documentation --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
