Hi Florian,
on 2005-06-30T10:25:46+02:00 Florian wrote:
> There is a reason why the whole compiler sources are lower case: the
> sources are rather complex with a lot of nested ifs etc. so we use a
> very high screen resolution to edit the source. I use usually 70
> lines on a 17" TFT or 19" CRT .
With the source of 2005-06-11T01:00Z make install compress files and
copy the compiled units and some of the binaries (ppc386.exe, fpc.exe,
ppufiles.exe, ppumove.exe, ppudump.exe, fpcsubst.exe and
fpcmkcfg.exe). Tools like fpdoc.exe will not be copied.
wkr Peter.
on 2005-06-10T08:47:04+02:00 Peter Vreman wrote:
> You are only asking for features that cost us free time to
> implement. But you don't want to donate free time to fpc by
> submitting a patch.
Was kommt es zu solchen unsinnigen Vorstellungen? Arroganz,
fehlgeschlagene Hellseherei, Paranoia, eine
I write in German language because I'm not able to translate my
statement comprehensibly. Maybe anybody can translate it for people,
which don't can read German.
on 2005-06-08T21:24:42+02:00 Peter Vreman wrote:
>> At the moment there are a lot of warnigns for uninitialised var
>> parameters.
>>
>>
Hi,
is there any reason, why GetLocaleStr and GetLocaleChar (unit SysUtils
under Win32) are not published?
wkr Peter.
___
fpc-devel maillist - fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel
Hi Uberto,
on 2005-03-11T18:35:45+01:00 Uberto wrote:
> This is not a big issue, anyway could we avoid the endless list of such
> similar hints compiling Lazarus and our program?
> Don't make me wrong, I apreciate the hints of the compiler.
> 9 times out of 10 if I don't use a parameter in a func
Hi Ales,
on 2005-03-18T10:57:10+01:00 Ales wrote:
> C++ requires "friend" only because it lacks the idea of modularity.
> Since all classes are "apart" they need some way to tell each other "I
> can use you"
> In pascal you simply put them into 1 unit.
But IMCO this is not really a good OOP-like