[fpc-devel] fpdoc description file syntax

2007-10-16 Thread Graeme Geldenhuys
Hi, I've been looking and working with the fpdoc descriptions files again for the fpGUI project. I find that to write documentation you need to know HTML (or at least a subset of HTML). This makes it harder for somebody not knowing HTML to write documentation. Yes the amount of tags are not

Re: [fpc-devel] fpdoc description file syntax

2007-10-16 Thread Michael Van Canneyt
On Tue, 16 Oct 2007, Graeme Geldenhuys wrote: Hi, I've been looking and working with the fpdoc descriptions files again for the fpGUI project. I find that to write documentation you need to know HTML (or at least a subset of HTML). This makes it harder for somebody not knowing HTML to

[fpc-devel] Re: fpc-devel Digest, Vol 40, Issue 16

2007-10-16 Thread L
Let's first discuss a plan, then we'll see about the name. Suppose we put = everything that does something with paths and files in a unit: * Extractfilepath and friends * Exec, findfirst, etc. ... then it could be called something like fsutils, fs from filesystem. So, let's first discuss

Re: [fpc-devel] Re: fpc-devel Digest, Vol 40, Issue 16

2007-10-16 Thread Daniƫl Mantione
Op Tue, 16 Oct 2007, schreef L: Let's first discuss a plan, then we'll see about the name. Suppose we put = everything that does something with paths and files in a unit: * Extractfilepath and friends * Exec, findfirst, etc. ... then it could be called something like fsutils, fs

Re: [fpc-devel] Compiling fpc-2.2.0 on ppc64 and smartlinking

2007-10-16 Thread Jonas Maebe
On 16 Oct 2007, at 16:08, Joost van der Sluis wrote: It seems like it that it doesn't work with smart-linking. So I disabled smart-linking on ppc64. Smart linking works fine for me on a Gentoo machine. The nightly testsuite run on linux/ppc64 is also preceded by a make all with

Re: [fpc-devel] Compiling fpc-2.2.0 on ppc64 and smartlinking

2007-10-16 Thread Joost van der Sluis
Op dinsdag 16-10-2007 om 16:19 uur [tijdzone +0200], schreef Jonas Maebe: On 16 Oct 2007, at 16:08, Joost van der Sluis wrote: It seems like it that it doesn't work with smart-linking. So I disabled smart-linking on ppc64. Smart linking works fine for me on a Gentoo machine. The

Re: [fpc-devel] Compiling fpc-2.2.0 on ppc64 and smartlinking

2007-10-16 Thread Joost van der Sluis
Op dinsdag 16-10-2007 om 17:18 uur [tijdzone +0200], schreef Joost van der Sluis: Op dinsdag 16-10-2007 om 16:19 uur [tijdzone +0200], schreef Jonas Maebe: On 16 Oct 2007, at 16:08, Joost van der Sluis wrote: It seems like it that it doesn't work with smart-linking. So I disabled

[fpc-devel] Resource handling library

2007-10-16 Thread Giulio Bernardi
Hi, I was curious about resource support in FPC, and after investigating a bit I wrote a library to handle resources. It provides classes to deal with some common resource types, and readers and writers for various file formats (res, coff, elf). There could be various uses, for example: -