On Fri, 07 Nov 2008, David Arturo Macias Corona wrote:

Hi David,

> Using -bm flag and hbvmmt
> -------------------
> 1. HB_THREADSTART
> 1. hb_threadStartVM
> 3. HB_THREADSTART
> 2. hb_threadStartVM
> 1. hb_vmThreadInit()
> 2. hb_vmThreadInit()
> 3. hb_vmThreadInit()
> 4. hb_vmThreadInit()
> SYS1808:
> The process has stopped.  The software diagnostic
> code (exception code) is  0001.

Thanks. Next one is hb_vmDoInitClip() in hvm.c:
Please try.

best regards,
Przemek


static void hb_vmDoInitClip( void )
{
   PHB_DYNS pDynSym = hb_dynsymFind( "CLIPINIT" );

   printf( "1. hb_vmDoInitClip()\n\r" );fflush(stdout);
   if( pDynSym && pDynSym->pSymbol->value.pFunPtr )
   {
      hb_vmPushSymbol( pDynSym->pSymbol );
      hb_vmPushNil();
      printf( "2. hb_vmDoInitClip()\n\r" );fflush(stdout);
      hb_inkeyPoll();
      printf( "3. hb_vmDoInitClip()\n\r" );fflush(stdout);
      hb_vmDo( 0 );
      printf( "4. hb_vmDoInitClip()\n\r" );fflush(stdout);
   }
}
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to