[Harbour] HBMAKE to Compiler

2008-05-20 Thread Jerry Finuliar
Could the harbour compiler determine  the libraries(at least for the standard libs) used and create a makefile?   ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] CHANGELOG: 2008-05-21 03:00 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-05-20 Thread Szakáts Viktor
2008-05-21 03:00 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbvpdf/Makefile * contrib/hbvpdf/common.mak * contrib/hbvpdf/hbvpdf.prg * contrib/hbvpdf/hbvpdft.prg + contrib/hbvpdf/hbvpsup.prg - contrib/hbvpdf/tests/fonts.dat + fonts.dat embedded in code (u

Re: [Harbour] Release harbour documentation as pdf

2008-05-20 Thread Szakáts Viktor
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 LDLIBS is not used by our non-GNU make system. Brgds, Viktor On 2008.05.20., a

RE: [Harbour] Release harbour documentation as pdf

2008-05-20 Thread Massimo Belgrano
Seem that not works set LDFLAGS=-Lhbvpdf.lib will be LDLIBS? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Massimo Belgrano Sent: Tuesday, May 20, 2008 4:33 PM To: Harbour Project Main Developer List. Subject: RE: [Harbour] Release harbour documentatio

Re: [Harbour] CHANGELOG: 2008-05-20 13:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-05-20 Thread Szakáts Viktor
No problem Lorenzo, it's uploaded now. Brgds, Viktor On 2008.05.20., at 17:13, Lorenzo Fiorini wrote: On Tue, May 20, 2008 at 1:40 PM, Szakáts Viktor [EMAIL PROTECTED]> wrote: 2008-05-20 13:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + contrib/hbvpdf/hbvpdft.prg could you kindly

[Harbour] CHANGELOG: 2008-05-20 17:15 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-05-20 Thread Szakáts Viktor
2008-05-20 17:15 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbvpdf/hbvpdft.prg ! Fixed include filename to be in lower case. Reported by Lorenzo. * contrib/hbhpdf/tests/files/gray.jpg * contrib/hbhpdf/tests/files/rgb.jpg * contrib/hbgd/tests/gdtest.prg * co

Re: [Harbour] CHANGELOG: 2008-05-20 13:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-05-20 Thread Lorenzo Fiorini
On Tue, May 20, 2008 at 1:40 PM, Szakáts Viktor <[EMAIL PROTECTED]> wrote: > 2008-05-20 13:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu) > + contrib/hbvpdf/hbvpdft.prg could you kindly convert #include 'HBClass.ch' to lowercase for case sensitive OSes at the first occasion? ( Sorry I know

RE: [Harbour] Release harbour documentation as pdf

2008-05-20 Thread Massimo Belgrano
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' referenced from C:\HARBOUR\OB

Re: [Harbour] Release harbour documentation as pdf

2008-05-20 Thread Szakáts Viktor
Massimo, Just use /make_b32.bat, it will take care of it. If you want a separate one, you'll have to create your own, maybe someone else can help you. I've mentioned it a few times, try taking a look into /contrib/examples/dbu/ for an example. I cannot help any more than that. About your mail o

RE: [Harbour] Release harbour documentation as pdf

2008-05-20 Thread Massimo Belgrano
utils\hbdoc\genpdf1.prg(301) Warning W0004 Codeblock parameter: 'B' declared but not used in function: 'PROCESSPDF' utils\hbdoc\genpdf1.prg(308) Warning W0004 Codeblock parameter: 'B' declared but not used in function: 'PROCESSPDF' utils\hbdoc\genpdf1.prg(746) Warning W0003 Variable: 'CBUFF

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 hbdoc o

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
You suggest implement hbdoc or starting from it for a new project? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Szakáts Viktor Sent: Tuesday, May 20, 2008 12:44 PM To: Harbour Project Main Developer List. Subject: Re: [Harbour] Release harbour documenta

[Harbour] CHANGELOG: 2008-05-20 13:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-05-20 Thread Szakáts Viktor
2008-05-20 13:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + contrib/hbvpdf + contrib/hbvpdf/common.mak + contrib/hbvpdf/hbvpdf.prg + contrib/hbvpdf/hbvpdf.ch + contrib/hbvpdf/make_gcc.sh + contrib/hbvpdf/tests + contrib/hbvpdf/tests/fonts.dat + contrib/hbvpdf/tests/fil

Re: [Harbour] ERROR BLD_B32

2008-05-20 Thread Szakáts Viktor
My Harbour binary is installed in \harbour\bin\b32 Please use 'make_b32.bat install' (with default HB_*_INSTALL envarrs) before running bld_b32.bat in tests. I may add some tweaks to make it possible to override install dir for bld_b32.bat, too (or better yet, I'll remove all HB_*_INSTALL prese

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] ERROR BLD_B32

2008-05-20 Thread Massimo Belgrano
C:\harbour\contrib\hbhpdf\tests>BLD_B32 HARUPDF "..\..\..\bin\harbour" non è riconosciuto come comando interno o esterno, un programma eseguibile o un file batch. Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland Error E2194: Could not find file 'HARUPDF.c' My Harbour binary is install

[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

RE: [Harbour] Foreign libs

2008-05-20 Thread Massimo Belgrano
Now i can't conclude baseuse dll to lib have generated three coff (ms) and I need omf (Borland) Coff2omf give me out of memory coff2omf -lib:st ace32.lib ace32omf.lib COFF to OMF Converter Version 1.0.0.74 Copyright (c) 1999, 2000 Inprise Corporat ion ERROR: Out of memory -Original Message

[Harbour] CHANGELOG: 2008-05-20 09:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-05-20 Thread Szakáts Viktor
2008-05-20 09:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbwhat32/wincorec.c ! Removed old-style Clipper comment from C code. * contrib/hbwhat32/_winsys.c ! Fixed unresolved external in SYSTEMPARAMETERSINFO(). -- Brgds, Viktor _

RE: [Harbour] CHANGELOG: 2008-05-19 16:30 UTC+0100 Viktor Szakats(harbour.01 syenar hu)

2008-05-20 Thread Massimo Belgrano
Hi Przemek, Very Compliment for this documentation I suggest add the upcoming contrib. gtwvg (WIndows Graphical Terminal Driver) multiplatform a short description of differences have harbour vs xharbour a short description of future implementation paned in harbour (multithread?) best regard Massi