... from apachefriends.org: There are these additional files in Adhemar's zip - here with ChatGPT what they are for. Best regards, Otto The files libssl-1_1-x64.dll, libcrypto-1_1-x64.dll, and libcurl-x64.dll are essential dynamic link library (DLL) files commonly used in Windows environments ...
... delete the entire folder beforehand, then mod harbour no longer works. I have seen that I need the following files additionally: c:\Apache24\bin\libssl-1_1-x64.dll c:\Apache24\bin\libcrypto-1_1-x64.dll c:\Apache24\bin\libcurl-x64.dll Perhaps we could then create a Fivewin test program that checks ...
Are you sure you have put tip.lib AFTER tipsll.lib, libssl.lib and libcrypto.lib? Enrico, asi? echo %hdirl%\libcrypto.lib + >> b32.bcecho %hdirl%\libssl.lib + >> b32.bcecho %hdirl%\tipssl.lib + >> b32.bcecho %hdirl%\tip.lib + >> ...
... from C:\XHBBCC76\LIB\TIPSSL.LIB|httpcln1Error: Unable to perform link* Linking errors * Are you sure you have put tip.lib AFTER tipsll.lib, libssl.lib and libcrypto.lib?
Have you put libssl.lib and libcrypto.lib too? Yes Enrico! My hbmake file: #BCC VERSION=BCB.01 !ifndef CC_DIR CC_DIR = $(MAKE_DIR) !endif !ifndef HB_DIR HB_DIR = $(HARBOUR_DIR) !endif RECURSE= NO SHELL = COMPRESS = NO EXTERNALLIB ...
I just realize that the two libs for MSC (libssl.lib and libcrypto.lib) are already in the openssl distribution package (in the lib folder) so we don't need to build them ourself.
https://i.imgur.com/DSHNUkE.png https://i.imgur.com/B0C5VvV.png vc_dll2lib.bat @echo off REM Usage: dll2lib [32|64] some-file.dll REM REM Generates some-file.lib from some-file.dll, making an intermediate REM some-file.def from the results of dumpbin /exports some-fi...
... esto: -cflag+=-w-8080 tambien he añadido estas líneas en hbssl.hbp: -depimplibs=openssl:../bin/libcrypto-3.dll -depimplibs=openssl:../bin/libssl-3.dll y las librerias de importación se han creado correctamente :-) Aqui tienes todas las librerías: https://github.com/FiveTechSoft/harbour_and_xharbour_builds/blob/master/harbour_bcc32_hbssl.zip