Re: [fpc-pascal] Pause Key

2023-04-15 Thread Virgo Pärna via fpc-pascal
On Thu, 13 Apr 2023 20:53:09 -0400, Travis Siegel via fpc-pascal wrote: > I know of no way to obtain the pause key status under windows.  I can Considering, that only Caps Lock, Scroll Lock and Num Lock keys have status lights on keyboard I would suspect, that there is not such thing as

Re: [fpc-pascal] Dependency of OpenSSL 1.0.2 still in FPC 3.2.0 on some platforms?

2021-05-11 Thread Virgo Pärna via fpc-pascal
On Mon, 10 May 2021 10:08:53 +0200 (CEST), Michael Van Canneyt via fpc-pascal wrote: > > That's it. From your story, it seems you just need to set >FSMTP.TargetPort:=465; >FSMTP.FullSSL:=True; > Also ssl_openssl must be in uses somewhere in program to include openssl support for

Re: [fpc-pascal] SQLDB: Set port in TSQLConnector

2021-01-12 Thread Virgo Pärna via fpc-pascal
On Fri, 08 Jan 2021 14:25:09 -0300, Luis - SoftSAT Sistemas via fpc-pascal wrote: > I'm trying to connect to a Firebird database with TSQLConnector, but I can't > seem to find a way to set the port number. > > Looking at TIBConnection, there is a port property, but none in TSQLConnector.

[fpc-pascal] TProxyStream.Check always raises error.

2021-01-05 Thread Virgo Pärna via fpc-pascal
Is there any reason, why TProxyStream.Check always raises Exception without checking, if err = S_OK (ISteam call succeeded). TOleStream overrides this Check to use OleCheck, which handles it. But if Check needs to be overrided for it to be useful, shouldn't Check just be abstract? -- Virg

Re: [fpc-pascal] Different behaviour between FPC 2.6.4 and FPC 3.0.4

2020-05-14 Thread Virgo Pärna via fpc-pascal
On Tue, 12 May 2020 11:05:15 +0200, Sven Barth via fpc-pascal wrote: > Virgo Pärna via fpc-pascal schrieb am >> >> May FPC 2.6.4 was configured to default to delphi or tp mode? In >> those modes @ is not required to assigne procedure/function to procvar. >>

Re: [fpc-pascal] Different behaviour between FPC 2.6.4 and FPC 3.0.4

2020-05-11 Thread Virgo Pärna via fpc-pascal
On Tue, 05 May 2020 23:03:33 +0200, Rainer Stratmann wrote: > > But that worked a long time (2 years or so) with FPC 2.6.4 > May FPC 2.6.4 was configured to default to delphi or tp mode? In those modes @ is not required to assigne procedure/function to procvar. -- Virgo Pärna virgo.p