New Harbour 32 bits for Borland 7

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

New Harbour 32 bits for Borland 7

Post by Antonio Linares »

https://github.com/FiveTechSoft/harbour ... 190508.zip

Built it this way:
git clone https://github.com/harbour/core harbour

Download these:
https://github.com/FiveTechSoft/harbour ... -Win32.zip
https://github.com/FiveTechSoft/harbour ... 2-mingw.7z

go.bat

Code: Select all

set path=c:\bcc7\bin
set HB_WITH_OPENSSL=c:\OpenSSL-Win32\include
set HB_WITH_CURL=c:\curl\include
set HB_USER_CFLAGS=-DHB_USE_PROFILER
win-make.exe
regards, saludos

Antonio Linares
www.fivetechsoft.com
Compuin
Posts: 1017
Joined: Tue Dec 28, 2010 1:29 pm

Re: New Harbour 32 bits for Borland 7

Post by Compuin »

Antonio Linares wrote:https://github.com/FiveTechSoft/harbour ... 190508.zip

Built it this way:
git clone https://github.com/harbour/core harbour

Download these:
https://github.com/FiveTechSoft/harbour ... -Win32.zip
https://github.com/FiveTechSoft/harbour ... 2-mingw.7z

go.bat

Code: Select all

set path=c:\bcc7\bin
set HB_WITH_OPENSSL=c:\OpenSSL-Win32\include
set HB_WITH_CURL=c:\curl\include
set HB_USER_CFLAGS=-DHB_USE_PROFILER
win-make.exe
Hola Maestro

Ya no esta disponible?
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: New Harbour 32 bits for Borland 7

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
Compuin
Posts: 1017
Joined: Tue Dec 28, 2010 1:29 pm

Re: New Harbour 32 bits for Borland 7

Post by Compuin »

Antonio Linares wrote:El link funciona:

https://github.com/FiveTechSoft/harbour ... 190508.zip

Ya lo descargue

Gracias maestro
Post Reply