That's close. I am not concerned about buffers tho. I need to split a file stream and insert the pieces into a resource database.
OS3.0+ support will be fine. I am trying not to set a hard boundary. If a file is just one byte over 60K, I really don't want to put it into two resource records. I can just increase the first resource record a little bit and put it in one record, if I know the limit of it. Thanks. Max --- Keith Rollin <[EMAIL PROTECTED]> wrote: > > What are you trying to do? It sounds like you might have a lot of data that > you need to divide across a number of buffers, and you'd like to minimize > the number of buffers you create. If so, is there really much difference > between 64K - <a little> and, say 60K? > > Or are you doing something else? > > Are you interested in Palm OS 2.0 compatibility? If so, there are even > stricter limitations there. > > -- Keith > > -----Original Message----- > From: Max Bian [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 13, 2001 7:27 PM > To: Palm Developer Forum > Subject: Resource size? > > > Hi. > > DmNewResource takes a UInt32 size parameter. However I heard the size is > actually limited to something just less than 64K. Can anyone tell me the > exact > limit, accurate to byte? > > Thanks. > > Max > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please > see http://www.palmos.com/dev/tech/support/forums/ __________________________________________________ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at http://shopping.yahoo.com or bid at http://auctions.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
