Toninho,

FWIW, here is a corrected blockeval() (no memory leak):

static void blockeval( EVALINFO info, PHB_ITEM block, ULONG count ) // Test Eval of block from C
{
   if( hb_itemType( block ) == HB_IT_BLOCK )
   {
       HB_ITEM_NEW( Count );

hb_evalPutParam( &info, hb_itemPutNL( &Count, count ) ); // Put parameter on stack

hb_itemRelease( hb_evalLaunch ( &info ) ); // Eval code block / release parameters from stack
   }

Ron

On Jun 13, 2008, at 6:03 AM, toninhofwi wrote:


De:     [EMAIL PROTECTED]
Para:   "[EMAIL PROTECTED]" [EMAIL PROTECTED]
Cópia:  xharbour-developers@lists.sourceforge.net
Data:   Fri, 13 Jun 2008 04:56:13 -0700
Assunto:        Re: [xHarbour-developers] Random GPF at ending FWH app
> Toninho,
>
> For me it's not simple at all, I still don't understand the relevance
> of it to the investigation of your GPF.

Ok. I´ll continue to investigate my PRG problem and see it if possoble to reproduce it.

Regards,

Toninho.

---------------------------------------------------------------------- ---
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/ index.php_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to