Re: [fpc-devel] "Friend" classes?

2005-03-20 Thread Peter J. Haas
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

Re: [fpc-devel] Hint: Parameter "sender" not used

2005-03-20 Thread Peter J. Haas
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

[fpc-devel] RTL / SysUtils / GetLocaleStr, GetLocaleChar

2005-03-22 Thread Peter J. Haas
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

Re: [fpc-devel] out parameters in RTL/FCL

2005-06-09 Thread Peter J. Haas
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. >> >>

Re: [fpc-devel] out parameters in RTL/FCL

2005-06-10 Thread Peter J. Haas
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

[fpc-devel] Bug 4063 Comment

2005-06-10 Thread Peter J. Haas
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.

Re: [fpc-devel] {$DEFINE x := something}

2005-06-30 Thread Peter J. Haas
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 .