Re: [fpc-pascal]Delphi/FPC cross-compile

2004-08-04 Thread Agustin Barto
> Any recommendations on a good book for my context? I was a seasoned Java and C++ programmer when I was giving the task of implementing a very complex algorithm with Delphi. I left the Windows world years ago so I always had in mind developing on Delphi but keeping most of the code as FPC compati

Re: [fpc-pascal]Delphi/FPC cross-compile

2004-08-04 Thread Steve Williams
Delphi 7 comes in the box with Delphi 8 so you won't have to exchange it. That was Borland's way of saying sorry for not having Win32 support in Delphi 8. You should be able to make a class that compiles in all three (D7, D8, FPC). Just stick to the basics and it should all be fine. Sly > I've b

Re: [fpc-pascal]Running 32bit on 64bit suse

2004-08-04 Thread Marco van de Voort
> I tried running the 32bit fpc on my opteron suse 9.1 64bit, which should > be possible, but I get linking problems: > > Free Pascal Compiler version 1.9.4 [2004/05/30] for i386 > Copyright (c) 1993-2004 by Florian Klaempfl > Target OS: Linux for i386 > Compiling hello.pas > Linking hello > /usr/

[fpc-pascal]Running 32bit on 64bit suse

2004-08-04 Thread rkimber
I tried running the 32bit fpc on my opteron suse 9.1 64bit, which should be possible, but I get linking problems: Free Pascal Compiler version 1.9.4 [2004/05/30] for i386 Copyright (c) 1993-2004 by Florian Klaempfl Target OS: Linux for i386 Compiling hello.pas Linking hello /usr/bin/ld: skipping i

Re: [fpc-pascal]Delphi/FPC cross-compile

2004-08-04 Thread Michael . VanCanneyt
On Wed, 4 Aug 2004, Alan Mead wrote: > My Delphi experience is limited to going through "Delphi for Dummies" > a few years back, I was once a proficient Turbo Pascal 5 programmer. > I've been using FPC.. one of the things I really like about it is > being able to compile the same code on Window

[fpc-pascal]Delphi/FPC cross-compile

2004-08-04 Thread Alan Mead
My Delphi experience is limited to going through "Delphi for Dummies" a few years back, I was once a proficient Turbo Pascal 5 programmer. I've been using FPC.. one of the things I really like about it is being able to compile the same code on Windows and Linux. I've been given a copy of Delphi (

Re: [fpc-pascal]Extension of macros exceeds a depth of 16

2004-08-04 Thread Alan Mead
Ah. Or "Recursion of macros exceeds..." I'll check my code. -Alan --- Olle Raab <[EMAIL PROTECTED]> wrote: > 04-07-28 21.42, skrev Alan Mead följande: > > > As a I mentined earlier today in a different thread, I have > upgraded > > to 1.9.4 and I appreciate the greater checking. > > > > Most

Re: [fpc-pascal]Programs don't come back

2004-08-04 Thread John Coppens
On Tue, 3 Aug 2004 09:35:14 +0200 Jonas Maebe <[EMAIL PROTECTED]> wrote: > > On 3 aug 2004, at 06:34, John Coppens wrote: > > > I more or less gave up on using graph - it's a bit of a headache to > > have > > the video switch modes, particularly while debugging. I don't know if > > there is a m

Re: [fpc-pascal]Extension of macros exceeds a depth of 16

2004-08-04 Thread Olle Raab
04-07-28 21.42, skrev Alan Mead följande: > As a I mentined earlier today in a different thread, I have upgraded > to 1.9.4 and I appreciate the greater checking. > > Most of the new warnings I get are clear but one of my units now > reports "Extension of macros exceeds a depth of 16". What does