Msginfo Problem

Msginfo Problem

Postby giuliano » Thu Oct 12, 2006 10:41 am

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
User avatar
giuliano
 
Posts: 44
Joined: Mon Sep 25, 2006 8:38 am
Location: ITALY

Re: Msginfo Problem

Postby Enrico Maria Giordano » Thu Oct 12, 2006 1:10 pm

I confirm the problem.

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8710
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Postby Antonio Linares » Thu Oct 12, 2006 11:39 pm

Giuliano, Enrico,

It works fine with Harbour but GPFs with xHarbour.

We are going to review it, thanks.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42077
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby Antonio Linares » Fri Oct 13, 2006 12:09 am

Fixed. At source\function\msgs.c:
Code: Select all  Expand view
   #include <hbvm.h>
   ...
      case HB_IT_DATE:
           {
              hb_vmPushSymbol( hb_dynsymSymbol( hb_dynsymFindName( "DTOC" ) ) );   
              hb_vmPushNil();
              hb_vmPush( item );
              hb_vmDo( 1 ); 
           }
           break;
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42077
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Otto, Silvio.Falconi and 50 guests