On Mon, 23 Feb 2026, Johann Glaser via fpc-pascal wrote:

Hi!

Am Montag, dem 23.02.2026 um 11:27 -0500 schrieb Steve Litt via fpc-
pascal:

 ...
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()?

This function seems to be in StrUtils, not SysUtils, but that unit is
not in the library. I couldn't get it to work either.

Yes, this is why I removed the function. I didn't want to add another file.
But it is on my todo list to add more standard units, I want to make it
server-configurable.

Michael.
_______________________________________________
fpc-pascal maillist  -  [email protected]
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to