Re: [fpc-pascal] order of unit tests

2008-12-07 Thread Graeme Geldenhuys
On Sun, Dec 7, 2008 at 12:10 PM, Marc Santhoff <[EMAIL PROTECTED]> wrote: > > Yes, I agree. But if I do the same reading process in the readers source > and in the test case I have two spots having the same code. Fixing > errors or making changes at one place only would be nice. > > How could I sol

[fpc-pascal] Object Pascal operating system

2008-12-07 Thread Crause, Christo (JC)
Some proof of the concept: ClassiOS (http://www.petros-project.com/index.php/products/classios.html) was written in Delphi. Not an open source project, but it shows it can be done. Christo NOTICE: Please note that this e

Re: [fpc-pascal] Free Pascal Support for ARM Architecture

2008-12-07 Thread Prince Riley
My point is saying 'guess' was not to discredit your statement about what the FP compiler does, rather to say that no one seems to know exactly what ARM option FP sends to the GNU Assembler and what that option value actually is. Reading the GNU as manual, the arch parameter value needs to be set

Re: [fpc-pascal] Free Pascal Support for ARM Architecture

2008-12-07 Thread Jonas Maebe
On 07 Dec 2008, at 23:01, Prince Riley wrote: On Sun, Dec 7, 2008 at 3:11 PM, Jonas Maebe <[EMAIL PROTECTED]>wrote: On 07 Dec 2008, at 00:30, Prince Riley wrote: A few additional points if I may .. When you say the FP supports the ARM architecture my specific question is how does FP '

RE: [fpc-pascal] GTK Pascal and Gnome applets

2008-12-07 Thread Andres Linares
Yes, can you send it? thanks a lot. Andres > Subject: Re: [fpc-pascal] GTK Pascal and Gnome applets > From: [EMAIL PROTECTED] > To: fpc-pascal@lists.freepascal.org > Date: Sun, 7 Dec 2008 13:09:57 +0100 > > Op zaterdag 06-12-2008 om 01:08 uur [tijdzone -0500], schreef Andres > Linares: > > Is

Re: [fpc-pascal] Free Pascal Support for ARM Architecture

2008-12-07 Thread Prince Riley
Jonas Thank you for that reply. OK.. well if that opinion is just a guess, then as this is really a question that has to be answered by actually looking at the FP code and finding out what it sets as the ARM specific GNU AS command line options. Prince On Sun, Dec 7, 2008 at 3:11 PM, Jonas Mae

Re: [fpc-pascal] Porting linux to pascal, would it be, possible ?

2008-12-07 Thread Andrew Haines
Graeme Geldenhuys wrote: On Fri, Dec 5, 2008 at 5:55 PM, Felipe Monteiro de Carvalho <[EMAIL PROTECTED]> wrote: If you want to do some large work to increase the use of FPC I would recommend creating a Window Manager instead, probably with fpgui. How far did you guys get with the 'fpwm

Re: [fpc-pascal] Free Pascal Support for ARM Architecture

2008-12-07 Thread Jonas Maebe
On 07 Dec 2008, at 00:30, Prince Riley wrote: A few additional points if I may .. When you say the FP supports the ARM architecture my specific question is how does FP 'inform' the GNU assembler back end of which ARM architecture is intended ... FPC does not specify any particular sub-a

Re: [fpc-pascal] order of unit tests

2008-12-07 Thread Tom Verhoeff
On Sun, Dec 07, 2008 at 11:10:19AM +0100, Marc Santhoff wrote: > > How could I solve this problem in a better way? By using SetUp and TearDown routines. Tom -- E-MAIL: T.Verhoeff @ TUE.NL | Dept. of Math. & Comp. Science PHONE: +31 40 247 41 25| Technische Universiteit Eind

Re: [fpc-pascal] GTK Pascal and Gnome applets

2008-12-07 Thread Joost van der Sluis
Op zaterdag 06-12-2008 om 01:08 uur [tijdzone -0500], schreef Andres Linares: > Is it possible to write Gnome Applets using GTK on Pascal? Do somebody > know about this? Yes, it's possible. I've worked on it a few weeks ago and converted (parts) of the necessary library-bindings. If you're interes

Re: [fpc-pascal] order of unit tests

2008-12-07 Thread Marc Santhoff
Am Sonntag, den 07.12.2008, 09:20 +0200 schrieb Graeme Geldenhuys: > On Sun, Dec 7, 2008 at 1:08 AM, Marc Santhoff <[EMAIL PROTECTED]> wrote: > > > > Since I can save a lot of work depending on this orders I'd like to do > > so. ;) > > Could you explain, I don't fully understand your statement. I