Hello Enrico,

My tests with BCC 5.5 & 5.8 shows, that alignment switches
-a4 and -a8 have not any influence in xHarbour work.

IMHO Przemek is pointed to wrong direction and he cannot test
M$ branch, so can you do one more test with your example, maybe
with slightly supplement

  ? OS(), Version(), hb_builddate(), hb_compiler()
  ? ItemSize(), Memory(HB_MEM_STACK) / Memory(HB_MEM_STACKITEMS)
  ...

#pragma BEGINDUMP

HB_FUNC( ITEMSIZE )
{
   hb_retni( sizeof(HB_ITEM) );
}

#pragma ENDDUMP

Build task with minimal libs set required. I thought it must work
on your site.

Best regards,
Saulius
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to