> 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
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
> 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/
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
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
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 (
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
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
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