Re: [fpc-pascal] What happened to tStringReader / tStringWriter?
On Thu, Mar 26, 2026 at 10:38 PM Timothy Groves via fpc-pascal wrote: > > Is there a later version of fpc than 3.2.2? > The next release will be 3.2.4. A release candiate is available. But, TStringWriter is not present there. It's only in main. You can build fpc main yourself from source code, if so desired. -- Bart ___ fpc-pascal maillist - [email protected] https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] What happened to tStringReader / tStringWriter?
Em dom., 22 de mar. de 2026 às 13:31, Timothy Groves via fpc-pascal escreveu: > > I need these for a project I am working on, but even though they are in > the wiki, they do not exist in the source code. What happened to them, > and how can I get them back? > Since nobody else replied: AFAICS FPC implements it in the StreamEx unit, rather than the Classes unit (as Delphi does). Regards, Flávio ___ fpc-pascal maillist - [email protected] https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] What happened to tStringReader / tStringWriter?
Is there a later version of fpc than 3.2.2? On 2026-03-26 17:35, Bart via fpc-pascal wrote: On Thu, Mar 26, 2026 at 8:49 PM Timothy Groves via fpc-pascal wrote: TStringReader is there, but TStringWriter is not. It is (in streamex unit) in fpc main: -- https://policies.google.com/privacy https://privacy.microsoft.com/en-us/privacystatement ___ fpc-pascal maillist - [email protected] https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] What happened to tStringReader / tStringWriter?
On Thu, Mar 26, 2026 at 8:49 PM Timothy Groves via fpc-pascal wrote: > > TStringReader is there, but TStringWriter is not. > It is (in streamex unit) in fpc main: -- Bart ___ fpc-pascal maillist - [email protected] https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] What happened to tStringReader / tStringWriter?
TStringReader is there, but TStringWriter is not. :/usr/share/fpcsrc/3.2.2/packages/fcl-base/src$ grep -ic "tstringwriter" streamex.pp 0 On 2026-03-26 15:45, Flávio Etrusco via fpc-pascal wrote: Em dom., 22 de mar. de 2026 às 13:31, Timothy Groves via fpc-pascal escreveu: I need these for a project I am working on, but even though they are in the wiki, they do not exist in the source code. What happened to them, and how can I get them back? Since nobody else replied: AFAICS FPC implements it in the StreamEx unit, rather than the Classes unit (as Delphi does). Regards, Flávio ___ fpc-pascal maillist - [email protected] https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal -- https://policies.google.com/privacy https://privacy.microsoft.com/en-us/privacystatement ___ fpc-pascal maillist - [email protected] https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
