How to build hbtipssl

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

How to build hbtipssl

Post by Antonio Linares »

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
User avatar
Otto
Posts: 6414
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 30 times
Been thanked: 2 times
Contact:

Re: How to build hbtipssl

Post by Otto »

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

Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Antonio Linares
Site Admin
Posts: 42603
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 43 times
Been thanked: 88 times
Contact:

Re: How to build hbtipssl

Post by Antonio Linares »

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
Post Reply