> You must write these functions yourself. Look at the sample code for the
> built-in apps (e.g. AddrPack and AddrUnpack in AddressDB.c) for examples.
Does anybody know of a "generic" set of routines to do this, so that I could
just do, for example, something like:
WriteDatabaseRecord(gDatabaseRef, &myStructure, myStructureSize);
and have the packing/unpacking taken care of? Is this even possible? It seems
that re-inventing the wheel for ever application is silly if there's a generic
way to do it.
Tammy