[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 
   (using BASE64 encoding).

2008-05-20 21:06 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
   * contrib/hbvpdf/tests/pdf_demo.prg
   * contrib/hbvpdf/tests/tstpdf.prg
   * contrib/hbvpdf/hbvpdft.prg
 ! TABs -> SPACEs
--
Brgds,
Viktor

___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


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., at 19:11, Massimo Belgrano wrote:


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 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' referenced from
C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_PDFENDPAGE' referenced from
C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_PDFINITBOOK' referenced from
C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_PDFWRITETEXT' referenced from
C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_PDFWRITEBOLDTEXT1' referenced
from C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_PDFADDLINK' referenced from
C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_GETPAGE' referenced from
C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_PDFBOOKMARK' referenced from
C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_PDFWRITEBOLDTEXT' referenced  
from

C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_PDFCLOSE' referenced from
C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_PDFTABLE' referenced from
C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_PDFWRITEARG' referenced from
C:\HARBOUR\OBJ\B32\GENPDF1.OBJ

** error 1 ** deleting bin\b32\hbdoc.exe



___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


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 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' referenced from
C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_PDFENDPAGE' referenced from
C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_PDFINITBOOK' referenced from
C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_PDFWRITETEXT' referenced from
C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_PDFWRITEBOLDTEXT1' referenced
from C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_PDFADDLINK' referenced from
C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_GETPAGE' referenced from
C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_PDFBOOKMARK' referenced from
C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_PDFWRITEBOLDTEXT' referenced from
C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_PDFCLOSE' referenced from
C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_PDFTABLE' referenced from
C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_PDFWRITEARG' referenced from
C:\HARBOUR\OBJ\B32\GENPDF1.OBJ

** error 1 ** deleting bin\b32\hbdoc.exe



___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


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 convert #include 'HBClass.ch' to lowercase for case
sensitive OSes at the first occasion?

( Sorry I know I should do it by myself but my local repo has many
diffs and I don't want to corrupt svn by mistake few days before the
release ).

best regards,
Lorenzo


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[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
   * contrib/hbgd/tests/gdtestcls.prg
   * contrib/hbgd/tests/tostring.prg
   * contrib/hbgd/tests/images_in/gdlogobig.png
   - contrib/hbgd/tests/images_in/conv_test.jpeg
   + contrib/hbgd/tests/images_in/conv_test.jpg
 ! .jpg cleanup.
--
Brgds,
Viktor

___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


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 I should do it by myself but my local repo has many
diffs and I don't want to corrupt svn by mistake few days before the
release ).

best regards,
Lorenzo
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


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\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_PDFENDPAGE' referenced from 
C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_PDFINITBOOK' referenced from 
C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_PDFWRITETEXT' referenced from 
C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_PDFWRITEBOLDTEXT1' referenced from 
C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_PDFADDLINK' referenced from 
C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_GETPAGE' referenced from 
C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_PDFBOOKMARK' referenced from 
C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_PDFWRITEBOLDTEXT' referenced from 
C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_PDFCLOSE' referenced from 
C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_PDFTABLE' referenced from 
C:\HARBOUR\OBJ\B32\GENPDF1.OBJ
Error: Unresolved external '_HB_FUN_HB_PDFWRITEARG' 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] Release harbour documentation as pdf


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: 'CBUFFEND' declared but 
not used in function: 'PROCESSPDF(126)'

utils\hbdoc\genpdf1.prg(746) Warning W0003  Variable: 'NPOSEND' declared but 
not used in function: 'PROCESSPDF(128)'

utils\hbdoc\genpdf1.prg(788) Warning W0003  Variable: 'NWRITEHANDLE' declared 
but not used in function: 'PROCSTATUSPDF(762)'

utils\hbdoc\genpdf1.prg(819) Warning W0003  Variable: 'OPDF' declared but not 
used in function: 'GENPDFTABLE(788)'

utils\hbdoc\genpdf1.prg(841) Warning W0004  Codeblock parameter: 'Y' declared 
but not used in function: 'PROCPDFTABLE'

utils\hbdoc\genpdf1.prg(898) Warning W0003  Variable: 'XTYPE' declared but not 
used in function: 'PROCPDFTABLE(826)'

utils\hbdoc\genpdf1.prg(1201) Warning W0003  Variable: 'NCOLOREND' declared but 
not used in function: 'PROCPDFDESC(908)'

utils\hbdoc\genpdf1.prg(1217) Warning W0004  Codeblock parameter: 'Y' declared 
but not used in function: 'CHECKPDFCOLOR'

utils\hbdoc\genpdf1.prg(1263) Warning W0003  Variable: 'CSTRING' declared but 
not used in function: 'MAXELEMPDF(1241)'

utils\hbdoc\genpdf1.prg(1365) Warning W0003  Variable: 'OPDF' declared but not 
used in function: 'FORMATPDFBUFF(1263)'

utils\hbdoc\genpdf1.prg(1365) Warning W0003  Variable: 'NPOSEND' declared but 
not used in 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: 'GETITEM(1400)'


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Massimo Belgrano
Sent: Tuesday, May 20, 2008 3:27 PM
To: Harbour Project Main Developer List.
Subject: RE: [Harbour] Release harbour documentation as pdf

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 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.lib

(above example for B32 and hbvpdf. untested.)
]

Brgds,
Viktor

___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/l

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 on the warnings in genpdf1.prg:
Yes, this is unused, broken, disabled code! It needs
a rewrite.

Brgds,
Viktor

On 2008.05.20., at 15:26, Massimo Belgrano wrote:


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 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.lib

(above example for B32 and hbvpdf. untested.)
]

Brgds,
Viktor

___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


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: 'CBUFFEND' declared but 
not used in function: 'PROCESSPDF(126)'

utils\hbdoc\genpdf1.prg(746) Warning W0003  Variable: 'NPOSEND' declared but 
not used in function: 'PROCESSPDF(128)'

utils\hbdoc\genpdf1.prg(788) Warning W0003  Variable: 'NWRITEHANDLE' declared 
but not used in function: 'PROCSTATUSPDF(762)'

utils\hbdoc\genpdf1.prg(819) Warning W0003  Variable: 'OPDF' declared but not 
used in function: 'GENPDFTABLE(788)'

utils\hbdoc\genpdf1.prg(841) Warning W0004  Codeblock parameter: 'Y' declared 
but not used in function: 'PROCPDFTABLE'

utils\hbdoc\genpdf1.prg(898) Warning W0003  Variable: 'XTYPE' declared but not 
used in function: 'PROCPDFTABLE(826)'

utils\hbdoc\genpdf1.prg(1201) Warning W0003  Variable: 'NCOLOREND' declared but 
not used in function: 'PROCPDFDESC(908)'

utils\hbdoc\genpdf1.prg(1217) Warning W0004  Codeblock parameter: 'Y' declared 
but not used in function: 'CHECKPDFCOLOR'

utils\hbdoc\genpdf1.prg(1263) Warning W0003  Variable: 'CSTRING' declared but 
not used in function: 'MAXELEMPDF(1241)'

utils\hbdoc\genpdf1.prg(1365) Warning W0003  Variable: 'OPDF' declared but not 
used in function: 'FORMATPDFBUFF(1263)'

utils\hbdoc\genpdf1.prg(1365) Warning W0003  Variable: 'NPOSEND' declared but 
not used in 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: 'GETITEM(1400)'


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Massimo Belgrano
Sent: Tuesday, May 20, 2008 3:27 PM
To: Harbour Project Main Developer List.
Subject: RE: [Harbour] Release harbour documentation as pdf

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 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.lib

(above example for B32 and hbvpdf. untested.)
]

Brgds,
Viktor

___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


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 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.lib

(above example for B32 and hbvpdf. untested.)
]

Brgds,
Viktor

___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


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.lib

(above example for B32 and hbvpdf. untested.)
]

Brgds,
Viktor

___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


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 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 be better, as the reading part is
already written. If you could help in that,
it'd be great.

> I think Victor k pdbf (hbhpdf.lib) is more ready  to use
> Is possible made internal link with harbour pdf lib?

I can add hbvpdf to contrib, if that helps.

Brgds,
Viktor

___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[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/files
   + contrib/hbvpdf/tests/files/color.tif
   + contrib/hbvpdf/tests/files/test.txt
   + contrib/hbvpdf/tests/files/color.jpg
   + contrib/hbvpdf/tests/pdf_demo.prg
   + contrib/hbvpdf/tests/tstpdf.prg
   + contrib/hbvpdf/tests/bld_b32.bat
   + contrib/hbvpdf/tests/bld_vc.bat
   + contrib/hbvpdf/hbvpdft.prg
   + contrib/hbvpdf/make_b32.bat
   + contrib/hbvpdf/make_vc.bat
   + contrib/hbvpdf/Makefile
 + Added Viktor K's pure Clipper pdf lib.
 + Added Pritpal's OOP version.
 + Added make files, reorged dir layout, named 
   files to avoid collision.
 + Added minor #define tweak to compile as-is.
 * Renamed pdf.ch to hbvpdf.ch for above reasons, 
   if this hurts anybody, I will correct it.
 ! Fixed unused vars and a few other things.
 ; TOFIX: - ShellExecute(), GetDeskTopWindow() 
dependencies commented out.
  - fonts.dat dependency is a PITA, so 
this file should be moved inside 
the .prg somehow.
  - There are some hard-wired non porable 
things like acrobat executable path.

   * contrib/Makefile
   * contrib/make_b32_all.bat
   * contrib/make_gcc_all.sh
   * contrib/make_vc_all.bat
 + hbvpdf added to make systems.
--
Brgds,
Viktor

___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


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 presets from there), but only
after the release. You can tweak those files locally
until then (and if 'install' is not an option), they
are just a few lines.

Non-GNU make files were not designed to support
parallel VC/B32 builds, that's one reason they
can be simpler (that's we don't deal with /bin/b32
directly, it's a _temp_ dir!). If you want this
functionality, check the GNU make system which works
similar to this.

Brgds,
Viktor

___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


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 is
already written. If you could help in that,
it'd be great.


I think Victor k pdbf (hbhpdf.lib) is more ready  to use
Is possible made internal link with harbour pdf lib?


I can add hbvpdf to contrib, if that helps.

Brgds,
Viktor

___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[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 installed in \harbour\bin\b32
set HB_PATH=c:\harbour
SET HB_BIN_INSTALL=c:\harbour\BIN\b32
SET HB_LIB_INSTALL=c:\harbour\LIB\B32
SET HB_INC_INSTALL=c:\harbour\INCLUDE


set HB_BIN_INSTALL=..\..\..\bin
set HB_INC_INSTALL=..\..\..\include
set HB_LIB_INSTALL=..\..\..\lib

imo is better start from hb_path


Massimo Belgrano

___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[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  

Albo Nazionale Informatici Professionisti n° 2620

Socio n° 2843 Associazione Informatici Professionisti

 

Analisi e sviluppo software per Lan e Web
Consulenza informatica - Formazione

Delta Informatica S.r.l.  http://www.deltain.it   
Via Torelli , 31 - 28100 Novara - Tel: 0321/30281

 

 

<>___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


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-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Massimo
Belgrano
Sent: Monday, May 19, 2008 7:39 PM
To: Harbour Project Main Developer List.
Subject: RE: [Harbour] Foreign libs


>> Then I try add this three lib but from hbmake I receive error C: 
>> \HARBOUR\BIN\bin\harbour.cfg cannot be created. FERROR

>I didn't want to raise this, but, is there any objection
>to actually _remove_ hbmake altogether? Seems like it
>raises more questions than does good, and I cannot see
>many people wanting to maintain this app.. After all
>it's installed in the /bin folder, and it will make an
>an immediate bad impression on Harbour for anyone starting
>with it.

Any opinions?

IMO a make system is important
My suggestion is made something siple as sostititive for hbmake so 

/ PDH Project  Definition Harbour - File created by hbmake Version 2.0
Date: 21.10.08 Time: 15:32:27
WARNINGLEVEL =  0
COMPILE_FLAG = -DEURO 
GUI = YES
OBJ = objpath
[myproject.exe] = myprg1.prg ,myprg2.prg, my sample prg3.prg, mytest.ch
mysamplec.c ,express.res, lang.lib ,vm.lib, rtl.lib, pcrepos.lib,
rdd.lib, macro.lib, pp.lib, dbfntx.lib, bmdbfcdx.lib, dbfcdx.lib,
dbffpt.lib  ,hbsix.lib ,common.lib,gtwvt.lib, codepage.lib ,ct.lib
,tip.lib ,rddads.lib ,ace32.lib, c:\mypath\mylib.lib ,wvtgui.lib

IMO no other variable is necessary in hbmake
This project definition pdh is Simple to create, simple to post on ng


hbmk -pc myproject.pdh  // for project compiling
hbmk -pp myproject.pdh  // wizard for create  new project
hbmk -f  myproject.pdh  // for complete rebuild project
hbmk -p show pdh createted for compile 
list of phd files will start if you exec hbmk without parameter
old parameter remain for compatibility

What do you think?

I am not able starting this working but is something start (and is a
prg) I can test and implement


___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[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

___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


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
Massimo Belgrano

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Przemyslaw 
Czerpak
Sent: Monday, May 19, 2008 6:57 PM
To: [EMAIL PROTECTED]; Harbour Project Main Developer List.
Subject: Re: [Harbour] CHANGELOG: 2008-05-19 16:30 UTC+0100 Viktor 
Szakats(harbour.01 syenar hu)

On Mon, 19 May 2008, Szakáts Viktor wrote:
> 2008-05-19 16:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
>* doc/whatsnew.txt
>  + Added first round of whatsnew update.
>NOTE: I'd kindly ask everyone to add what missing, or 
>  what needs some extra details or emphasis.

Hi Viktor,

In this weekend I finally finished the whatsnew.txt I'm attaching it. Now I 
would like to ask some English native speakers to fix it and of course everyone 
to add all things I missed.

best regards,
Przemek
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour