Edgar T. LÃpez wrote: > Ok, I understand it. > I was putting my registers like this: > Structure VFS > Register 0: 18 Bytes > Register 1: 204 Bytes > Register 2: 8 Bytes > Register 3: 8 Bytes > . > Register N: 8 Bytes > > But, with NVFS > Register 0: 18 Bytes used & 494 free = 512 Bytes > Register 1: 204 Bytes used & 308 free = 512 Bytes > Register 2: 8 Bytes used & 504 free = 512 Bytes > > ThatÂs why the PDB was too big.
Yes, that's right. > So, I'm trying to complete the register, but I canÂt put 512 > Bytes in a register. Can you tell me which the maximun size > of register at VFS is? Well, first of all, it is better to say "record", not "register", because "register" means something different. You should be able to put 512 bytes or even 30000 bytes into a record. I do it all the time. I have one PDB with mostly records that are 4096 bytes, and it works fine. - Logan -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
