On Fri, 27 Mar 2009, Saulius Zrelskis wrote:

Hi,

> >    + added void hb_vmAtQuit( HB_INIT_FUNC pFunc, void * cargo );
> >      AtQuit functions are executed after deallocating all HVM items and
> >      disabling .prg destructors. They can make final cleanup at C level
> >      but should not reenter HVM.
> And what about hb_vmAtStart ?
> Only thought... init-exit, start-quit

It will not give any new functionality to existing startup code.
Just simply inside startup code you will set AtStart functions
which will be executed a while later. Usually if you want to
introduce some delay here then you have to wait for all module
registration and in such case current AtInit functions are exactly
what you need.

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to