Hi to all FWH users!!
Test this:
Msginfo(DATE()) .
I've GPF error .
Normally i use dont'use this but today i'm making some test and I've found it.
If you write MSGINFO(dtoc(DATE())) all is ok.
Bye
Giuliano
#include <hbvm.h>
...
case HB_IT_DATE:
{
hb_vmPushSymbol( hb_dynsymSymbol( hb_dynsymFindName( "DTOC" ) ) );
hb_vmPushNil();
hb_vmPush( item );
hb_vmDo( 1 );
}
break;
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 72 guests