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]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