Hello,
I am new here. about 25 to 30 years a go i was writing in clipper.
now i wil try it in xharbour. i sold it but how do i get a product key.
On Saturday, June 24, 2023 at 11:51:47 AM UTC-7, careras spaans wrote:
Hello,No product key.
I am new here. about 25 to 30 years a go i was writing in clipper.
now i wil try it in xharbour. i sold it but how do i get a product key.
http://www.xharbour.org/
...or ...
https://harbour.github.io/
David A. Smith
I have the xHarbour binaries rev. 10269 for bcc 7.40
downloaded and the BCC 7.40 compiler installed. But
I don't know how to proceed now. Can someone help me?
Thanks in advance!
Dear Paul:David, thank you for your comment. Sorry, but I'm afraid I can't get any further with this. I have been using xHarbour for years where, as a registered user, I always downloaded the complete installer xHarbour builder from xHarbour.com. I don't have any
I have the xHarbour binaries rev. 10269 for bcc 7.40Look for a file called "readme". Look for a batch file named "makeall" or similar.
downloaded and the BCC 7.40 compiler installed. But
I don't know how to proceed now. Can someone help me?
Thanks in advance!
David A. Smith
Hello,
I have the xHarbour binaries rev. 10269 for bcc 7.40 downloaded and the BCC 7.40 compiler installed. But I don't know how to proceed now. Can someone help me?
Thanks in advance!
David, thank you for your comment. Sorry, but I'm afraid I can't
get any further with this. I have been using xHarbour for years
where, as a registered user, I always downloaded the complete
installer xHarbour builder from xHarbour.com.
I don't have any experience with compiling/linking the source
myself.
I saw a whole row of make files on github but can't get this to work.
Il 27/06/2023 18:51, Paul ha scritto:Hello Enrico,
Hello,You want to compile a PRG, right? If yes, the compilation is made of 3
I have the xHarbour binaries rev. 10269 for bcc 7.40 downloaded and the BCC 7.40 compiler installed. But I don't know how to proceed now. Can someone help me?
Thanks in advance!
steps:
- compile PRG to C using xHarbour
- compile C to OBJ using BCC
- build the EXE using the linker (ilink32)
--
Enrico Maria Giordano
http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg
Hello Enrico,
What I want is to get the most recent version of xHarbour, so the complete set of binaries
Il 27/06/2023 18:51, Paul ha scritto:
[...]
You want to compile a PRG, right?
No, it is not. You wrongly used the CLANG version of BCC.
Il 29/06/2023 09:42, Paul ha scritto:
Hello Enrico,
What I want is to get the most recent version of xHarbour, so the complete set of binariesOk. This is the batch I'm using:
@ ECHO OFF
SET BCC=e:\bcc32\bcc
SET XHB=e:\bcc32\xharbour
SET CC_DIR=%BCC%
SET CFLAGS=-w!-
SET LFLAGS=-L%BCC%\lib;%BCC%\lib\psdk
SET HB_DIR_OPENSSL=e:\xhbsvn\openssl-win32
SET HB_GUI=1
SET HB_NO_BACKGROUND=1
SET HB_NO_DV_MEMCPY=1
SET HB_NO_FM_DL_ALLOC=1
SET HB_NO_VM_ALL=1
CALL make_bc clean
CALL make_bc core
CALL make_bc contrib
PAUSE
--
Enrico Maria Giordano
http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg
I tryed to compile with latest BCC 7.30 (free version) from xharbour.org but hbmake didn´t work. I noticed BCC 7.30 binary name changed from bcc32.exe to bcc32c.exe and maybe it´s a problem.
Il 12/07/2023 15:51, Enrico Maria Giordano ha scritto:
No, it is not. You wrongly used the CLANG version of BCC.Please download the correct BCC version from here:
http://xharbour.org/index.asp?page=download/windows/required_win
--
Enrico Maria Giordano
http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg
No, it is not. You wrongly used the CLANG version of BCC.
Please download the correct BCC version from here:
http://xharbour.org/index.asp?page=download/windows/required_win
Of course I used that download but didn´t work
I tryed to compile with latest BCC 7.30 (free version) fromWell, there is no bcc32c.exe in the link I've written above (just
xharbour.org but hbmake didn´t work. I noticed BCC 7.30 binary name
changed from bcc32.exe to bcc32c.exe and maybe it´s a problem.
Il 15/07/2023 22:09, Anderson Cardoso ha scritto:
No, it is not. You wrongly used the CLANG version of BCC.
Please download the correct BCC version from here:
http://xharbour.org/index.asp?page=download/windows/required_win
Of course I used that download but didn´t workYou wrote:
I tryed to compile with latest BCC 7.30 (free version) fromWell, there is no bcc32c.exe in the link I've written above (just
xharbour.org but hbmake didn´t work. I noticed BCC 7.30 binary name changed from bcc32.exe to bcc32c.exe and maybe it´s a problem.
downloaded and checked).
--
Enrico Maria Giordano
http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 339 |
Nodes: | 16 (2 / 14) |
Uptime: | 21:44:06 |
Calls: | 7,460 |
Calls today: | 3 |
Files: | 12,691 |
Messages: | 5,626,768 |