FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How to build hbtipssl
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
How to build hbtipssl
Posted: Wed Nov 10, 2021 12:23 AM
copy this hbtipssl.hbp to c:\harbour\contrib\hbtip\

hbtipssl.hbp
-env:HB_TIP_OPENSSL=yes
hbtip.hbp


From the Windows button, search for "Developer Command Prompt for VS 2019" and execute it, then run this from it:
cd c:\harbour\contrib\hbtip\
c:\harbour\contrib\hbtip>c:\harbour\bin\win\msvc64\hbmk2 hbtipssl.hbp -comp=msvc64

finally rename the created hbtip.lib as hbtipssl.lib

Here you have it already built:
https://github.com/FiveTechSoft/Harbour_builder/tree/master/win64_hbtipssl
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: How to build hbtipssl
Posted: Wed Nov 10, 2021 07:15 AM

Dear Antonio,
Thanks very much. Antonio, can you briefly explain what this LIB does?

Best regards,
Otto

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: How to build hbtipssl
Posted: Wed Nov 10, 2021 07:19 AM
Dear Otto,

* TIP Class oriented Internet protocol library (HTTP)
*
* Copyright 2003 Giancarlo Niccolai <gian@niccolai.ws>


hbtipssl.lib is the ssl support version for hbtip.lib
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion