Re: [Harbour] Exception handling

2008-10-08 Thread Mindaugas Kavaliauskas
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

Re: [Harbour] Exception handling

2008-10-08 Thread Przemyslaw Czerpak
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

Re: [Harbour] Exception handling

2008-10-08 Thread Szakáts Viktor
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

[Harbour] Exception handling

2008-10-08 Thread Mindaugas Kavaliauskas
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