New Harbour 32 bits for Visual Studio Community 2019

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 42716
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 93 times
Been thanked: 103 times
Contact:

New Harbour 32 bits for Visual Studio Community 2019

Post by Antonio Linares »

Download it from here:
https://github.com/FiveTechSoft/harbour_and_xharbour_builds/blob/master/harbour_msvc32_20190508.zip

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

https://github.com/FiveTechSoft/harbour_and_xharbour_builds/blob/master/OpenSSL-Win32.zip
https://github.com/FiveTechSoft/harbour_and_xharbour_builds/blob/master/curl-7.54.0-win32-mingw.7z

In order to force C mode (and not C++) for the contribs libs, this change is required in contrib/hbpre.hbm

Code: Select all | Expand

# Copyright 2010 Viktor Szakats (vszakats.net/harbour)# These may be overridden by local project options.-q0{HB_BUILD_VERBOSE}-quiet-{HB_BUILD_VERBOSE}-info{HB_BUILD_VERBOSE}-trace-exitstr{!HB_BUILD_DEBUG}-l#{(HB_BUILD_MODE='cpp')|(!HB_BUILD_MODE&allmsvc)}-cpp=yes#{HB_BUILD_MODE='c'}-cpp=no-cpp=no-warn=yes

go32.bat

Code: Select all | Expand

call "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86set HB_WITH_OPENSSL=c:\OpenSSL-Win32\includeSET HB_WITH_CURL=c:\curl\includeHB_BUILD_MODE=cwin-make.exe
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Compuin
Posts: 1259
Joined: Tue Dec 28, 2010 1:29 pm
Location: Quebec, Canada
Has thanked: 21 times
Been thanked: 4 times
Contact:

Re: New Harbour 32 bits for Visual Studio Community 2019

Post by Compuin »

Hola maestro,

Cual es el .mak para compilar con vs 2019 ?
FWH 25.01 | Hbmk2 32/64 Bits (Build 19.29.30133) | Microsoft Visual C 32 Bits | MySql 8.0.24 32/64 Bits | VS Code
Post Reply