> From: erik vogan [mailto:[EMAIL PROTECTED]]
> i am attempting to compile a bit of software which depends on the
> following structures defined from Core/System/DataPrv.h
> `DatabaseHdrType', `RsrcEntryType', `RecordListType'
That's a bad idea. The "Prv" suffix stands for "Private" and those data
structures are really for the internal implementation only. The question of
why they were ever shipped in the SDK in the first place is something for
the Palm guys to answer.
> cannot seem to find an equivalent file within the 3.5 SDK, nor
> can i find these structures defined in any other header file.
Right, they were deliberately removed from the 3.5 SDK in attempt to clean
up the SDK and more clearly distinguish between which definitions are part
of the public SDK and which are just interesting facts about the current
implementation but which may change in the future, causing your app to break
and your customers to sue you for every penny you have ever earned in your
life. Things that vanished in 3.5 fall in the latter category.
> can someone suggest a replacement strategy or a work around ?
Use only the published Dm API's. If they don't seem to do what you need,
post your specific problem to this forum and you should get plenty of useful
advice.
-slj-
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html