Re: [SOLVED] Re: [fpc-pascal] Basic instructions for quick start of free basic setup with subversion.

2011-01-24 Thread Joël Thieffry
Use tar without the "z" option : tar -xvf fpc-2.4.2.i386.tar Best Regards. Le 24/01/2011 15:02, Peter E Williams a écrit : > Hello Henry, > > > Fond Regards, Peter Eric WILLIAMS > --- Hobart, Tasmania, Australia > --- Phone: +61 (03) 6236-9675 > My free websites are: http://pewink.info (&) >

Re: [SOLVED] Re: [fpc-pascal] Basic instructions for quick start of free basic setup with subversion.

2011-01-24 Thread Peter E Williams
Hello Henry, Fond Regards, Peter Eric WILLIAMS --- Hobart, Tasmania, Australia --- Phone: +61 (03) 6236-9675 My free websites are:  http://pewink.info   (&)    http://pewslinuxvault.googlepages.com On 24 January 2011 05:58, Henry Vermaak wrote: > On 24/01/11 07:17, Peter E Williams wrote: >>

Re: [SOLVED] Re: [fpc-pascal] Basic instructions for quick start of free basic setup with subversion.

2011-01-24 Thread Peter E Williams
Hi Marcos, Fond Regards, Peter Eric WILLIAMS --- Hobart, Tasmania, Australia --- Phone: +61 (03) 6236-9675 My free websites are:  http://pewink.info   (&)    http://pewslinuxvault.googlepages.com On 24 January 2011 05:53, Marcos Douglas wrote: > On Mon, Jan 24, 2011 at 4:17 AM, Peter E William

Re: [fpc-pascal] Visitor pattern (was: Weird interface behavior)

2011-01-24 Thread Marco van de Voort
In our previous episode, michael.vancann...@wisa.be said: > >> class. > > > > Is this visitor pattern something that I should care about? > > I have programmed quite much and never needed it. > > You don't need to care about it. It's a pattern like any other. (and the GoF, the authors of the boo

[fpc-pascal] Re: Visitor pattern (was: Weird interface behavior)

2011-01-24 Thread leledumbo
I'm writing a compiler. Using visitor pattern it's damn easy to add more backends, such as pretty printer, interpreter, etc. -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Weird-interface-behavior-tp3353651p3354498.html Sent from the Free Pascal - General maili

Re: [SOLVED] Re: [fpc-pascal] Basic instructions for quick start of free basic setup with subversion.

2011-01-24 Thread Henry Vermaak
On 24/01/11 07:17, Peter E Williams wrote: Hi Marcos, I am up to the point of using the file: fpc-2.4.2.i386.linux.tar your instructions are for a .tar.gz file not a .tar file your instructions read su password: xx // I will amend // cp fpc-2.2.4.source.tar.gz /usr/local/src/ cp fpc-2.4.

Re: [SOLVED] Re: [fpc-pascal] Basic instructions for quick start of free basic setup with subversion.

2011-01-24 Thread Marcos Douglas
On Mon, Jan 24, 2011 at 4:17 AM, Peter E Williams wrote: > > Windows Free Pascal and Lazarus install NOT attempted so far. You could not install on Windows, why? > I will appreciate your feedback on this. It is only a small change and > I expect that Linux newbies like myself will appreciate the

Re: [fpc-pascal] Visitor pattern (was: Weird interface behavior)

2011-01-24 Thread michael . vancanneyt
On Mon, 24 Jan 2011, Juha Manninen wrote: Michael Van Canneyt kirjoitti sunnuntai 23 tammikuu 2011 17:41:13: On Sun, 23 Jan 2011, leledumbo wrote: WARNING: it won't be simple I'm using visitor pattern in my project and to the best of my knowledge, the visitor should be implemented as an int

[fpc-pascal] Visitor pattern (was: Weird interface behavior)

2011-01-24 Thread Juha Manninen
Michael Van Canneyt kirjoitti sunnuntai 23 tammikuu 2011 17:41:13: > On Sun, 23 Jan 2011, leledumbo wrote: > > WARNING: it won't be simple > > > > I'm using visitor pattern in my project and to the best of my knowledge, > > the visitor should be implemented as an interface. > > Why ? > tiOPF uses