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

2020-08-04 Thread LacaK
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 opensslsockets or gnutlssockets to the uses clause of the program.

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

2020-08-04 Thread Michael Van Canneyt
On Wed, 5 Aug 2020, LacaK 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 opensslsockets or gnutlssockets to

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

2020-08-04 Thread LacaK
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 opensslsockets or gnutlssockets to the uses clause of the program. Can

Re: [fpc-pascal] Command Line compiler

2020-08-04 Thread Tomas Hajny
On 2020-08-03 18:46, Paul Renaud via fpc-pascal wrote: Hello Paul, I've encountered a problem with the command line version of the compiler for OS/2.  It only appears to occur when the compiler attempts to recompile sub-units and the source code is on a FAT formatted hard drive.  When the sour

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

2020-08-04 Thread Michael Van Canneyt
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 opensslsockets or gnutlssockets to th

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

2020-08-04 Thread Dennis
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? Dennis -- This email has been checked for viruses by AVG. https://www.avg.com

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

2020-08-04 Thread 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? Sending the example to bug tracker? Yes, please. Regards, Joost ___ fpc-pasca

Re: [fpc-pascal] FPC buildbot

2020-08-04 Thread Joost van der Sluis
Op 20-07-2020 om 11:31 schreef Darius Blaszyk via fpc-pascal: Thanks for the suggestions. I had a look at the fppkgreposerver, but this is indeed more complex than I need at the moment. The project I am working on is a closed source at the moment, so making use of public build services is unfo