error BYNAME una solucion Antonio!!!!!

error BYNAME una solucion Antonio!!!!!

Postby tomafa » Tue Jul 17, 2007 12:29 am

me aparece este error al querer recompilar la libreria de fivewin harbour


dbms.prg(36) Error E0030 Syntax error: "parse error at 'CFILE'"

como lo soluciono
tomafa
 
Posts: 111
Joined: Sun Aug 13, 2006 7:28 pm
Location: ....

Postby Antonio Linares » Tue Jul 17, 2007 6:31 am

Añade estas líneas al comienzo de ese PRG:
Code: Select all  Expand view
#xtranslate BYNAME <V> [, <VN> ]     => ::<V> := <V> [; ::<VN> := <VN> ]
#xtranslate BYNAME <V> DEFAULT <Val> => ::<V> := BYDEFAULT <V>, <Val>
#xtranslate BYNAME <V> IFNONIL       => ;
                            if <V> != NIL ;;
                                ::<V> := <V> ;;
                            end
#xtranslate BYDEFAULT <V>, <Val>     => if( <V> == NIL, <Val>, <V> )
regards, saludos

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


Return to FiveWin para Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot], jmartial and 73 guests