Harbour con SSL - Urgente !!!!
Re: Harbour con SSL - Urgente !!!!
Master Enrico como que hago en el nuevo release de xharbour para bcc72 y fwxh16.12, para activar el TLS para envio de emails, usando CDO? Ejemplo: necesito enviar emails via outlook.com de microsoft que usa TLS, algun ejemplo porfa?
Gracias, saludos.
Gracias, saludos.
João Santos - São Paulo - Brasil
Re: Harbour con SSL - Urgente !!!!
Antonio ,
In this download there is not hbtipssl.lib , Is it possible to have it ?
https://bitbucket.org/fivetech/harbour- ... 016Dec.zop
Maurizio
www.nipeservice.com
In this download there is not hbtipssl.lib , Is it possible to have it ?
https://bitbucket.org/fivetech/harbour- ... 016Dec.zop
Maurizio
www.nipeservice.com
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Harbour con SSL - Urgente !!!!
Maurizio,
In Harbour contribs there is a hbssl folder and a hbtip folder
I don't know which of them has to be built to get a hbtipssl.lib
In Harbour contribs there is a hbssl folder and a hbtip folder
I don't know which of them has to be built to get a hbtipssl.lib
Re: Harbour con SSL - Urgente !!!!
Hi Antonio,Antonio Linares wrote:Con la ayuda de Cristobal, creo que las hemos conseguido crear asi:
situarse en la carpeta c:\harbour\contrib\hbssl y crear este go.bat
go.batLas librerías creadas son: hbssl.lib, hbssls.lib, libeay32.lib y ssleay32.lib. Aqui las tienes:Code: Select all
set path=c:\bcc7\bin set HB_COMPILER=bcc set HB_WITH_OPENSSL=C:\OpenSSL-Win32\include c:\harbour\bin\hbmk2 hbssl
https://bitbucket.org/fivetech/harbour- ... 016Dec.zop
Cuando construimos Harbour usamos este flag: (así esta construida la versión que distribuimos)
set path=c:\bcc7\bin
set HB_WITH_OPENSSL=c:\OpenSSL-Win32\include
win-make.exe
Este OpenSSL-Win32 lo copio aqui para que quien lo necesite lo descargue:
https://bitbucket.org/fivetech/harbour- ... -Win32.zip
I use msvc 2019. How can I build ssl libraries? Can you help me?
Thanks.
Regards,
Hakan ONEMLI
Harbour & VS 2019 & FWH 20.12
Hakan ONEMLI
Harbour & VS 2019 & FWH 20.12
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Harbour con SSL - Urgente !!!!
Hakan,
This Harbour build already includes them:
https://github.com/FiveTechSoft/Harbour ... _10_19.zip
The instructions to build them are here:
https://github.com/FiveTechSoft/Harbour ... svc_32.yml
This Harbour build already includes them:
https://github.com/FiveTechSoft/Harbour ... _10_19.zip
The instructions to build them are here:
https://github.com/FiveTechSoft/Harbour ... svc_32.yml
Re: Harbour con SSL - Urgente !!!!
Thank you Antonio,
I mean libeay32.dll and ssleay32.dll with lib files.
I mean libeay32.dll and ssleay32.dll with lib files.
Regards,
Hakan ONEMLI
Harbour & VS 2019 & FWH 20.12
Hakan ONEMLI
Harbour & VS 2019 & FWH 20.12
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Harbour con SSL - Urgente !!!!
Hello Hakan,
since version 1.1.0 OpenSSL have changed their library names from:
libeay32.dll -> libcrypto.dll
ssleay32.dll -> libssl.dll
Best regards,
since version 1.1.0 OpenSSL have changed their library names from:
libeay32.dll -> libcrypto.dll
ssleay32.dll -> libssl.dll
Best regards,
Re: Harbour con SSL - Urgente !!!!
Example, ejemplo, exemplo con outlook.com de Microsoft.
Download:
https://mega.nz/file/ZY0lCC4b#J087eB2aP ... ifxl_41Qco
Regards, saludos.
Download:
https://mega.nz/file/ZY0lCC4b#J087eB2aP ... ifxl_41Qco
Regards, saludos.
João Santos - São Paulo - Brasil
Re: Harbour con SSL - Urgente !!!!
Hi Antonio,Antonio Linares wrote:Hakan,
This Harbour build already includes them:
https://github.com/FiveTechSoft/Harbour ... _10_19.zip
The instructions to build them are here:
https://github.com/FiveTechSoft/Harbour ... svc_32.yml
Where can I found source code of harbour?
Regards,
Hakan ONEMLI
Harbour & VS 2019 & FWH 20.12
Hakan ONEMLI
Harbour & VS 2019 & FWH 20.12
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: