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 Pause status on PC keyboard.

-- 
Virgo Pärna 
virgo.pa...@mail.ee

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal


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

-- 
Virgo Pärna 
virgo.pa...@mail.ee

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal


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.

You can use 
HostName := ServerName/Port;

-- 
Virgo Pärna 
virgo.pa...@mail.ee

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal


[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?

-- 
Virgo Pärna 
virgo.pa...@mail.ee

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal


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.
>>
>
> FPC's default mode was and is mode FPC.
>

Yes, but that could have been overridden in configuration file.
And if 3.0.4 is installed to different directory, then it could have
different configuration file. 

-- 
Virgo Pärna 
virgo.pa...@mail.ee

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal


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

2020-05-12 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.pa...@mail.ee

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal