Página 1 de 1

rebuild mod_harbour

Publicado: Vie Ago 18, 2023 7:26 am
por fred2088
Dear Sirs,

try to rebuild mod_harbour, after setup msvc 2022, and the compile environment
it show a lot of error on hbcurl, hbssl ... lib etc

what's lib are required to compile successfully

TIA

Re: rebuild mod_harbour

Publicado: Lun Ago 21, 2023 9:21 am
por fred2088
try to rebuild on v1 and v2, but both got error with no found hbssl.lib

how to find this library ?

Thanks

Re: rebuild mod_harbour

Publicado: Mar Ago 22, 2023 1:06 pm
por diegof
harbour core libs
https://github.com/diegofazio/harbour_b ... ows_64.zip

Video to build modV2.1 from your own github repo
https://www.youtube.com/watch?v=ocwr4W01FNs
fred2088 escribió: Lun Ago 21, 2023 9:21 am try to rebuild on v1 and v2, but both got error with no found hbssl.lib

how to find this library ?

Thanks

Re: rebuild mod_harbour

Publicado: Mar Ago 22, 2023 3:30 pm
por fred2088
Great ! custom build of mod_harbour created like a charm,

just a short question that contrib lib are all included into modharbour like xlsxwriter.lib ?

Regards

Re: rebuild mod_harbour

Publicado: Mié Ago 23, 2023 6:57 pm
por diegof
hbssl yes.
xlsxwriter.lib no. It's there becouse I use it in my own projects.
The intention is not to overload the mod when it is not necessary. Also, more things it has, more difficult to build.

Diego.
fred2088 escribió: Mar Ago 22, 2023 3:30 pm Great ! custom build of mod_harbour created like a charm,

just a short question that contrib lib are all included into modharbour like xlsxwriter.lib ?

Regards