"Chad Harrison" <[EMAIL PROTECTED]> wrote in message
news:39360@palm-dev-forum...
> any pointers on creating this "self-extracting" archive? I still need to
> support < 3.5.

It's an idea that's been floating around for a while on this forum - check
the archives. I was going to say that the implementation was left as an
exercise for the reader. :) Ideally, the self-extracting archive should
gradually delete itself as it expands. You shouldn't need twice as much free
memory as the data actually consumes. This is one of the tricky parts.
Another trick is deleting the final "stub" when you're all done - how do you
delete yourself? Fun, fun!

> > DmCreateDatabaseFromImage.
>
> in what cases will this work. I have one dabase in particular that could
> get somewhat large (20-100k)

Your database must be less than 64K (a bit less actually), so it sounds like
this won't work for you.
--
Danny Epstein
OS Engineer, Palm Inc.


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to