Re: [fpc-pascal] Fwd: What to do to get new users

2025-01-23 Thread Santi via fpc-pascal
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

Re: [fpc-pascal] What to do to get new users

2024-12-08 Thread Santi via fpc-pascal
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

Re: [fpc-pascal] Fwd: What to do to get new users

2024-10-17 Thread Santi via fpc-pascal
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

Re: [fpc-pascal] Legitimate use of for and break

2023-07-01 Thread Santi via fpc-pascal
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

Re: [fpc-pascal] converting to UTF8

2022-03-24 Thread Santi via fpc-pascal
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

Re: [fpc-pascal] Bookmark, TBookmarkStr, TBytes and BytesOf

2021-08-26 Thread Santi via fpc-pascal
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

Re: [fpc-pascal] Bookmark, TBookmarkStr, TBytes and BytesOf

2021-08-26 Thread Santi via fpc-pascal
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

Re: [fpc-pascal] Bookmark, TBookmarkStr, TBytes and BytesOf

2021-08-26 Thread Santi via fpc-pascal
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

Re: [fpc-pascal] function const default argument

2021-08-26 Thread Santi via fpc-pascal
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