Re: [fpc-pascal] Generic with inheritance - fpc 3.0

2015-11-30 Thread Michael Van Canneyt
On Mon, 30 Nov 2015, Sven Barth wrote: Am 30.11.2015 15:55 schrieb "Torsten Bonde Christiansen" : Hi. The docs for 3.0 does not directly mention generics and inheriting from another generic class, but I tried out with the code below. It compiled, ran and worked fine

[fpc-pascal] Generic with inheritance - fpc 3.0

2015-11-30 Thread Torsten Bonde Christiansen
Hi. The docs for 3.0 does not directly mention generics and inheriting from another generic class, but I tried out with the code below. It compiled, ran and worked fine but since the docs do not explicit mention it as a posibility I am a little reluctant to go forward using this strategy if

Re: [fpc-pascal] Generic with inheritance - fpc 3.0

2015-11-30 Thread Sven Barth
Am 30.11.2015 15:55 schrieb "Torsten Bonde Christiansen" : > > Hi. > > The docs for 3.0 does not directly mention generics and inheriting from another generic class, but I tried out with the code below. > It compiled, ran and worked fine but since the docs do not explicit

[fpc-pascal] Beautifier for freepascal

2015-11-30 Thread G.W. Herbold
I am happy owner of an old Version OREGON PASCAL Compiler (running under Unix 68...), who has also a splendid Beautifier included. With this excellent tool is it possible to get a very clear output of the printed .pas Programme Especially are the begin and end signs in such a manner

Re: [fpc-pascal] Beautifier for freepascal

2015-11-30 Thread Jonas Maebe
G.W. Herbold wrote: Is there any plan to create such a very helpful tool??? FPC comes with the "ptop" tool that can be used to format/beatify your code. The Lazarus IDE (http://www.lazarus-ide.org ) also comes with a built-in code formatter. Jonas PS: please mention in the mails you send

Re: [fpc-pascal] Building kernel modules using fpc (for fun)

2015-11-30 Thread Lukasz Sokol
Hello Paul, On 28/11/15 21:42, Paul Breneman wrote: > On 01/23/2011 08:15 AM, Lukasz Sokol wrote: >> Lukasz Sokol writes: >> >> I decided to put the result of my fiddling back onto the wiki >> http://wiki.freepascal.org/linux/kernel/module_development as the pastebin >> seems to

Re: [fpc-pascal] FPC 3.0.0-rc1 release

2015-11-30 Thread Mark Morgan Lloyd
Martin Schreiber wrote: In my Raspbian RPi 1 model B rev2 I installed FPC 2.6.0 by apt-get install fpc Then I extracted fpc_eabihf_3_0_1.tar.gz to /home/pi/fpc. cd to the svn fixes_3_0 checkout, " make PP=/home/pi/fpc/3_0/eabihf/lib/fpc/3.0.1/ppcarm OVERRIDEVERSIONCHECK=1 all " Thought a