Aaron Ardiri <[EMAIL PROTECTED]> wrote:

> > When it wants to actually do the deed, it uses MemPtrNew() to allocate 
> > enough memory to hold said function, then copys that function's code 
> > into the newly allocated memory, then jumps to it. The SysReset() will 
> > reclaim the memory that was allocated by MemPtrNew(), and thus the app 
> > will be gone without a trace.
> 
>   wont the database still be open when you do the jump? :) you will
>   probably have to close the database inside the code you jumped to.

Aaron, you are probably right.

--
Roger Chaplin
<[EMAIL PROTECTED]>

Reply via email to