Chovav Sutachy wrote on Mon, 21 May 2012:
I can't install FPC compiler on mac 10.7.3
First, install Xcode if you do not have it yet. If you installed Xcode
4.3 or later, next open Xcode, go to Preferences -> Downloads and
install the "Command line tools" package (the installer doesn't kno
It seems I have to post twice or nothing shows up to the list!
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Sven Barth schrieb:
> But I am always wondering why in such situations the type is not set
to ShortString.
> Why use generic String type if all code relies on the fact that it
may never change
> from ShortString to some other string type? It's just asking for
trouble and also
> makes the c