Since being most experienced with Pascal and Delphi I'm gonna use
Turbo Delphi (for the win executable) and Freepascal (for linux). As
for the development library I use SDL or more precise a little wrapper/
framework around SDL which I've been working on for a couple of years
now.
I will be posting updates on my blog @ http://www.freeze-dev.de/blog
I have to wonder, why not Free Pascal for both? There's no need to
use Linux-specific libraries, and it could be ported to Mac too.
--
Darren Grey
I kinda like Turbo Delphi IDE more than Free Pascal. And the Turbo
Delphi binaries are much smaller in size.
Cause Delphi is the dog's bollocks? *grins*
I believe Lazarus (the FreePascal equivalent of the Delphi IDE) can
import Delphi projects wholesale, though I've never done it. Some day,
when they've ironed out the bugs in Lazarus and when I get my own
damnable roguelike out there, I'll give it a go.
Best,
P.
Interesting... I've been quite frustrated with the FPC IDE lately,
especially since it crashed and required a complete reinstall because
I used a folder with more than 8 characters. Been using Notepad++ for
coding since and just copy-pasting into the IDE when I want to compile
- not exactly ideal. If I wanted to switch to Turbo Delphi would
there be any set-backs for me?
--
Darren Grey
> Interesting... I've been quite frustrated with the FPC IDE lately,
> especially since it crashed and required a complete reinstall because
> I used a folder with more than 8 characters. Been using Notepad++ for
> coding since and just copy-pasting into the IDE when I want to compile
> - not exactly ideal.
Why?
As far as I know FPC works good from the command line. A simple .BAT file
is sufficient if you don't want to deal with makefiles (although
a makefile gives you lots of advantages). And it's just one keypress to
compile and test your program. I can't imagine copy-pasting multiple files
into IDE each time I want to compile...
--
Radomir Dopieralski, http://sheep.art.pl
Delphi has its own form format (*.DFM), although the syntax of the
language itself is pretty much 99% compatible with FPC. I believe
Lazarus, a FPC IDE has an import wizard to import delphi projects into
Lazarus and FPC world.
One warning about ther Turbo Delphi versions: I don't believe you can
install third-party components into those (you can with non-Turbo
versions of course).
Best,
P
I use PSPad (http://www.pspad.com/) for my FPC programming. It has a ton of
features, has a built-in Object Pascal syntax file and best of all it is
free. To compile I use just a use a batch file and it works great. You might
want to look at it.
--
Rick Clark
Clark Productions: http://rickclark58.googlepages.com/