RE: [Harbour] Release harbour documentation as pdf

2008-05-21 Thread Massimo Belgrano
Subject: Re: [Harbour] Release harbour documentation as pdf The unresolved variables belong to the old - removed - PDF lib, so it's normal they are unresolved. The actual task would be to replace these with hbvpdf (or hbhpdf) calls. It's definitely LDFLAGS for your case, since LDLIB

Re: [Harbour] Release harbour documentation as pdf

2008-05-20 Thread Szakáts Viktor
ubject: RE: [Harbour] Release harbour documentation as pdf After modify PRG FOR old error i recevive error compiling set HARBOURFLAGS=-DHBDOC_PDF set LDFLAGS=-Lhbvpdf.lib \MAKE_B32 Error: Unresolved external '_HB_FUN_HB_PDFNEW' referenced from C:\HARBOUR\OBJ\B32\GENPDF1.OBJ Error:

RE: [Harbour] Release harbour documentation as pdf

2008-05-20 Thread Massimo Belgrano
documentation as pdf After modify PRG FOR old error i recevive error compiling set HARBOURFLAGS=-DHBDOC_PDF set LDFLAGS=-Lhbvpdf.lib \MAKE_B32 Error: Unresolved external '_HB_FUN_HB_PDFNEW' referenced from C:\HARBOUR\OBJ\B32\GENPDF1.OBJ Error: Unresolved external '_HB_FUN_HB_PDFNEWPAGE

RE: [Harbour] Release harbour documentation as pdf

2008-05-20 Thread Massimo Belgrano
' referenced from C:\HARBOUR\OBJ\B32\GENPDF1.OBJ ** error 1 ** deleting bin\b32\hbdoc.exe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Massimo Belgrano Sent: Tuesday, May 20, 2008 3:35 PM To: Harbour Project Main Developer List. Subject: RE: [Harbour]

Re: [Harbour] Release harbour documentation as pdf

2008-05-20 Thread Szakáts Viktor
áts Viktor Sent: Tuesday, May 20, 2008 3:18 PM To: Harbour Project Main Developer List. Subject: Re: [Harbour] Release harbour documentation as pdf You suggest implement hbdoc or starting from it for a new project? I suggest to modify current hbdoc to use one of our working pdf engines (either

RE: [Harbour] Release harbour documentation as pdf

2008-05-20 Thread Massimo Belgrano
n function: 'FORMATPDFBUFF(1271)' utils\hbdoc\genpdf1.prg(1395) Warning W0003 Variable: 'NLENPOS' declared but not used in function: 'READFROMTOP(1372)' utils\hbdoc\genpdf1.prg(1415) Warning W0003 Variable: 'X' declared but not used in function: 'GETIT

RE: [Harbour] Release harbour documentation as pdf

2008-05-20 Thread Massimo Belgrano
How compile only hbdoc? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Szakáts Viktor Sent: Tuesday, May 20, 2008 3:18 PM To: Harbour Project Main Developer List. Subject: Re: [Harbour] Release harbour documentation as pdf > You suggest implement hb

Re: [Harbour] Release harbour documentation as pdf

2008-05-20 Thread Szakáts Viktor
You suggest implement hbdoc or starting from it for a new project? I suggest to modify current hbdoc to use one of our working pdf engines (either hbvpdf or hbhpdf). [ See 2008-04-24 21:23 UTC+0100 entry, how to turn on PDF creation in HBDOC. set HARBOURFLAGS=-DHBDOC_PDF set LDFLAGS=-Lhbvpdf.l

RE: [Harbour] Release harbour documentation as pdf

2008-05-20 Thread Massimo Belgrano
documentation as pdf Hi Massimo, On 2008.05.20., at 12:24, Massimo Belgrano wrote: > Will be good distribuite aunique pdf for actual harbor documentation? > > I can write a sample who Read ascii file in doc ; doc\en and create > a single pdf Maybe adapting /utils/hbdoc/genpdf1.prg would b

Re: [Harbour] Release harbour documentation as pdf

2008-05-20 Thread Szakáts Viktor
Hi Massimo, On 2008.05.20., at 12:24, Massimo Belgrano wrote: Will be good distribuite aunique pdf for actual harbor documentation? I can write a sample who Read ascii file in doc ; doc\en and create a single pdf Maybe adapting /utils/hbdoc/genpdf1.prg would be better, as the reading part

[Harbour] Release harbour documentation as pdf

2008-05-20 Thread Massimo Belgrano
Will be good distribuite aunique pdf for actual harbor documentation? I can write a sample who Read ascii file in doc ; doc\en and create a single pdf I think Victor k pdbf (hbhpdf.lib) is more ready to use Is possible made internal link with harbour pdf lib? Massimo Belgrano