Re: [fpc-pascal] Can't install FPC on mac bookair 10.7.4
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 know about this limitation because Xcode 4.3 was released after FPC 2.6.0). Then you will be able to install FPC. Jonas ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
[fpc-pascal] You can probably ignore this
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
Re: [fpc-pascal] Unicodestrings and Assign(File)
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 code less clear. Estimated guess: the code is from a time where "String = AnsiString" wasn't possible. That would be explanation. But then it must be *very* old code which shows that a revise is overdue. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal