[fpc-pascal] Live pascal
Michael Van Canneyt
michael at freepascal.org
Mon Feb 23 21:31:00 CET 2026
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.
More information about the fpc-pascal
mailing list