-----Messaggio Originale-----
Da: "Enrico Maria Giordano" <[email protected]>
A: "Harbour Project Main Developer List." <[email protected]>
Data invio: martedì 24 febbraio 2009 11.48
Oggetto: Re: [Harbour] HB_COMPILE()
I made another test:
REQUEST RDDSETDEFAULT
REQUEST DBUSEAREA
REQUEST DBSKIP
REQUEST QOUT
REQUEST DBCLOSEAREA
REQUEST DBFCDX
FUNCTION MAIN()
LOCAL hHrb
HB_COMPILE( "", "TEST.PRG", "/n", "/gh" )
hHrb = HB_HRBLOAD( "TEST.HRB" )
HB_HRBDO( hHrb )
HB_HRBUNLOAD( hHrb )
FERASE( "TEST.HRB" )
RETURN NIL
Now I get test.hrb but the program enters a loop displaying:
Generating Harbour Portable Object source output to 'TEST.hrb'... Done.
Harbour 1.1.0dev (Rev. 10421)
Copyright (c) 1999-2009, http://www.harbour-project.org/
Compiling 'TEST.PRG'...
Lines 29, Functions/Procedures 1
Generating Harbour Portable Object source output to 'TEST.hrb'... Done.
Harbour 1.1.0dev (Rev. 10421)
Copyright (c) 1999-2009, http://www.harbour-project.org/
Compiling 'TEST.PRG'...
Lines 29, Functions/Procedures 1
etc.
Any hints?
Another question: how can I avoid to REQUEST all the symbols used inside
TEST.PRG?
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page: http://www.emagsoftware.it/emgmusic
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour