Re: [fpc-pascal] Strange "Undefined symbol" error in FPC 3.2.0

2020-08-05 Thread Виктор Матузенко via fpc-pascal
Reported: https://bugs.freepascal.org/view.php?id=37496 вт, 4 авг. 2020 г. в 15:25, Joost van der Sluis : > Op 01-08-2020 om 14:32 schreef Виктор Матузенко via fpc-pascal: > > Error: Undefined symbol: > > DPARSER_$$_PARSEHEXU32UNSAFE$PCHAR$PCHAR$LONGWORD$$LONGWORD > > > > What's my next step? Sen

Re: [fpc-pascal] Lazarus 2.0.10 FPC 3.2.0 TFPHTTPClient no longer supports https

2020-08-05 Thread Michael Van Canneyt
On Wed, 5 Aug 2020, Tomas Hajny wrote: On 2020-08-05 11:38, Dennis wrote: Michael Van Canneyt wrote: On Wed, 5 Aug 2020, Dennis wrote: Michael Van Canneyt wrote: On Wed, 5 Aug 2020, Dennis wrote: After upgrading to Lazarus 2.0.10 FPC 3.2.0 , my existing code using TFPHTTPClient.Get('http

Re: [fpc-pascal] Lazarus 2.0.10 FPC 3.2.0 TFPHTTPClient no longer supports https

2020-08-05 Thread Tomas Hajny
On 2020-08-05 11:38, Dennis wrote: Michael Van Canneyt wrote: On Wed, 5 Aug 2020, Dennis wrote: Michael Van Canneyt wrote: On Wed, 5 Aug 2020, Dennis wrote: After upgrading to Lazarus 2.0.10 FPC 3.2.0 , my existing code using TFPHTTPClient.Get('https://api.telegram.org/bot') returns the err

Re: [fpc-pascal] Lazarus 2.0.10 FPC 3.2.0 TFPHTTPClient no longer supports https

2020-08-05 Thread Michael Van Canneyt
On Wed, 5 Aug 2020, Dennis wrote: Michael Van Canneyt wrote: On Wed, 5 Aug 2020, Dennis wrote: Michael Van Canneyt wrote: On Wed, 5 Aug 2020, Dennis wrote: After upgrading to Lazarus 2.0.10 FPC 3.2.0 , my existing code using TFPHTTPClient.Get('https://api.telegram.org/bot') returns

Re: [fpc-pascal] Lazarus 2.0.10 FPC 3.2.0 TFPHTTPClient no longer supports https

2020-08-05 Thread Dennis
Michael Van Canneyt wrote: On Wed, 5 Aug 2020, Dennis wrote: Michael Van Canneyt wrote: On Wed, 5 Aug 2020, Dennis wrote: After upgrading to Lazarus 2.0.10 FPC 3.2.0 , my existing code using TFPHTTPClient.Get('https://api.telegram.org/bot') returns the error "No SSL Socket support comp

Re: [fpc-pascal] Lazarus 2.0.10 FPC 3.2.0 TFPHTTPClient no longer supports https

2020-08-05 Thread Michael Van Canneyt
On Wed, 5 Aug 2020, Dennis wrote: Michael Van Canneyt wrote: On Wed, 5 Aug 2020, Dennis wrote: After upgrading to Lazarus 2.0.10 FPC 3.2.0 , my existing code using TFPHTTPClient.Get('https://api.telegram.org/bot') returns the error "No SSL Socket support compiled in" How can I fix it?

Re: [fpc-pascal] Lazarus 2.0.10 FPC 3.2.0 TFPHTTPClient no longer supports https

2020-08-05 Thread Dennis
Michael Van Canneyt wrote: On Wed, 5 Aug 2020, Dennis wrote: After upgrading to Lazarus 2.0.10 FPC 3.2.0 , my existing code using TFPHTTPClient.Get('https://api.telegram.org/bot') returns the error "No SSL Socket support compiled in" How can I fix it? Simply add one of the units opensslsoc