Przemyslaw Czerpak wrote:
currently exception handling is set (hb_vmSetExceptionHandler() is called)
right before evaluation of main procedure. Shouldn't it be initialized
before _APPMAIN processing or before hb_vmDoInitFunctions()?
It is set before _APPMAIN execution but after INIT procedures
On Wed, 08 Oct 2008, Mindaugas Kavaliauskas wrote:
Hi Mindaugas,
> currently exception handling is set (hb_vmSetExceptionHandler() is called)
> right before evaluation of main procedure. Shouldn't it be initialized
> before _APPMAIN processing or before hb_vmDoInitFunctions()?
It is set before
Hi Mindaugas,
On 2008.10.08., at 17:36, Mindaugas Kavaliauskas wrote:
Hi,
currently exception handling is set (hb_vmSetExceptionHandler() is
called) right before evaluation of main procedure. Shouldn't it be
initialized before _APPMAIN processing or before
hb_vmDoInitFunctions()?
I thi
Hi,
currently exception handling is set (hb_vmSetExceptionHandler() is
called) right before evaluation of main procedure. Shouldn't it be
initialized before _APPMAIN processing or before hb_vmDoInitFunctions()?
My problem is that I use _APPMAIN to initialize application environment,
includi