Michael Van Canneyt via fpc-pascal said on Mon, 23 Feb 2026 16:16:50 +0100 (CET)
>On Mon, 23 Feb 2026, Tomas Hajny via fpc-pascal wrote: > >> On 2026-02-23 10:50, Michael Van Canneyt via fpc-pascal wrote: >> >> >> Hi Michael, >> >>> Pascal was designed for teaching. I'm sure everyone knows this. >> . >> . >>> The page is an initial version, so be kind in your judgment :-) >> >> For start, it would be nice to get the following error fixed ( ;-) ) >> : >> >> Failure: failed to compile program, please check error messages. >> Info: MainSrcFile /tmp/main.pp -> /tmp/main.pp >> Info: Formatpath /tmp/main.pp -> tmp/main.pp >> Info: Parsing tmp/main.pp ... >> Info: ExpandFileNamePJ /tmp/main.pp Extract file name : main.pp >> Fatal: Read error "/tmp/main.pp" >> Fatal: Compilation aborted >> >> (Appears when trying to compile one of the provided examples) > >Which one ? I tried all, and they all worked ? Program StringOps failed with following message: ============================ Info: Formatpath /tmp/main.pp -> tmp/main.pp tmp/main.pp(14,26) Error: identifier not found "ReverseString" Fatal: Compilation aborted ============================ I commented out the line that called ReverseString and it succeeded. Just in case it was a UTF-8 that looked like Ascii "ReverseString", I deleted and retyped "ReverseString", and it failed the same way. Was this program supposed to define a function called ReverseString()? SteveT Steve Litt http://444domains.com _______________________________________________ fpc-pascal maillist - [email protected] https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
