Page 1 of 1

How to build hbtipssl

Posted: Wed Nov 10, 2021 12:23 am
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

Re: How to build hbtipssl

Posted: Wed Nov 10, 2021 7:15 am
by Otto
Dear Antonio,
Thanks very much. Antonio, can you briefly explain what this LIB does?

Best regards,
Otto

Re: How to build hbtipssl

Posted: Wed Nov 10, 2021 7:19 am
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