Paul Gargan wrote:
> Could I upload an application database from the
> Palm III to the PC and shove *it* into POSE? Would setting the
> back-up bit on the databse and HotSyncing be enough?
That should work. I always keep a handful of various test data sets
around for loading into POSE. (When deployed, my app synchs its data
from a big Oracle enterprise database server, which is not a practical
setup for regular development and debugging. So I have a separate tool
which just generates custom test .pdb's that mimic the enterprise data,
and then use those most of the time. A very useful technique.)
Another suggestion: add some calls to MemHeapCheck (and friends) at
various places in your code. This will work on a live device.
-slj-