El 16/10/2024 a las 19:03, Guillermo Martínez Jiménez via fpc-pascal
escribió:
Prease DON'T add garbage collector. IMO it isn't a good idea. I had
very bad experiences with it. Unless somebody found a new magic
algorithm in the last decade...
El Wed, 16 Oct 2024 04:49:44 -0700
Hairy Pixels via
El 30/11/2024 a las 09:53, Hairy Pixels via fpc-pascal escribió:
On Nov 30, 2024 at 3:11:10 PM, Michael Van Canneyt via fpc-pascal
wrote:
This is very much on topic. FPC has no build system
Huh ? Of course it does, it has 2. fpcmake (older) and fpmake.
Please don't spread incorrect informatio
El 16/10/2024 a las 05:12, Joao Paulo Schwarz Schuler via fpc-pascal
escribió:
Some half baked ideas:
* month after month, the percentage of code coded by AI grows and
human made shrinks.
* could Pascal be the ideal language coded (or preferred) by AI?
Given that Pascal is strongly typed, easy
El 16/06/2023 a las 16:09, Mattias Gaertner via fpc-pascal escribió:
On Fri, 16 Jun 2023 20:51:42 +0700
Hairy Pixels via fpc-pascal wrote:
On Jun 16, 2023, at 6:23 PM, Thomas Kurz via fpc-pascal
wrote:
Whether it's elegant is a different question. In my opinion YES
because it often gives bet
El 23/03/2022 a las 10:51, Mattias Gaertner via fpc-pascal escribió:
FPC does not yet understand comments,
What do you mean with "understand comments"?
so maybe it does not know this
literal is cp1252. Add {$codepage cp1252} somewhere at the start of
the unit.
If this is part of a Lazarus ap
El 26/08/2021 a las 13:05, Michael Van Canneyt via fpc-pascal escribió:
On Thu, 26 Aug 2021, Santi via fpc-pascal wrote:
El 26/08/2021 a las 11:58, Michael Van Canneyt via fpc-pascal escribió:
On Thu, 26 Aug 2021, Santiago A. via fpc-pascal wrote:
Hello:
Freepascal 3.2.0. Windows 7
El 26/08/2021 a las 11:58, Michael Van Canneyt via fpc-pascal escribió:
On Thu, 26 Aug 2021, Santiago A. via fpc-pascal wrote:
Hello:
Freepascal 3.2.0. Windows 7-32bits
TMyObject=class private fDset:TDataset; function
GetBookmark:TBookmarkStr; ... end;
function TMyObject.GetBook
El 26/08/2021 a las 11:58, Michael Van Canneyt via fpc-pascal escribió:
On Thu, 26 Aug 2021, Santiago A. via fpc-pascal wrote:
Hello:
Freepascal 3.2.0. Windows 7-32bits
TMyObject=class private fDset:TDataset; function
GetBookmark:TBookmarkStr; ... end;
function TMyObject.GetBook
El 26/08/2021 a las 10:00, Ondrej Pokorny via fpc-pascal escribió:
On 26.08.2021 09:40, Santiago A. via fpc-pascal wrote:
const
DefaultDelta:extended = 1E-8;
function F(const x:extended; const delta:extended=DefaultDelta):extended;
function G(const x:extended; const delta:extended=DefaultDelta