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.
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
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
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
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
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
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
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