On Fri, 15 Feb 2008, Przemyslaw Czerpak wrote:
> hb_itemDo( pItem );
Ups. Of course it should be:
hb_itemDo( pItem, 0 );
in all paces.
And if you want to push parameters yourself and then
call hb_vmSend(), hb_vmDo() then please remember about calling
hb_vmRequestReenter() before and
On 15 Feb 2008 at 11:27, Alexander S.Kresin wrote:
> have we a C level error api ? In other words, are there C level
> functions to catch up errors, which on prg level we handle with BEGIN
> SEQUENCE ... END SEQUENCE ?
See vm/macro.c for example of low level error handling using
HB_ERROR_I
On Fri, 15 Feb 2008, Alexander S.Kresin wrote:
> Hi All,
> have we a C level error api ? In other words, are there C level
> functions to catch up errors, which on prg level we handle with BEGIN
> SEQUENCE ... END SEQUENCE ?
1. Please remember that Harbour always returns from RT error handler.
Hi All,
have we a C level error api ? In other words, are there C level
functions to catch up errors, which on prg level we handle with BEGIN
SEQUENCE ... END SEQUENCE ?
Regards,
Alexander.
___
Harbour mailing list
Harbour@harbour-project.org
htt