Re: [fpc-pascal]replacing BEGIN and END?

2004-01-09 Thread Laurent Cocea
Hey, I've been programming in Pascal on virtually all platforms and OSes for almost 20 years now and I don't plan on switching to C anytime soon. It's just that, for the last two years, I've been also using Perl and found the `{...}' syntax to be quite handy. I was hoping an alternative block synta

[fpc-pascal]replacing BEGIN and END?

2004-01-08 Thread Laurent Cocea
Hi all- Do you guys think there might be a way, either at this time or in the near future, to replace `BEGIN' with `{' and `END' with `}' in FPC code, and still be able to successfully compile it? Thanks. --Laurent ___ fpc-pascal maillist - [EMAIL PR

[fpc-pascal]FPC on MacOS-X?

2003-11-30 Thread Laurent Cocea
Hello, What is the status of FPC on MacOS-X? Thanks. -Laurent ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal]opening files from a text list

2003-11-29 Thread Laurent Cocea
Or you could wrap it around a Perl script. Perl is particularly good at parsing text and generating arrays from strings and vice-versa. And then you can call your Pascal-generated code from within the script using the array elements as arguments, liek this: #!/usr/bin/perl -w my @arguments; my $a

Re: [fpc-pascal]gpm library compiled by default ?

2003-10-22 Thread Laurent Cocea
Don't know whether in my case it's libgpm-related but console pas code I have developed on Linux under fpc-1.0.6 doesn't compile under 1.0.10 so I downgraded to 1.0.6 and everything's fine. -Laurent On Thu, 23 Oct 2003 03:43:13 +1000, James Mills wrote: > It seems the fpc 1.0.10 is compiling pr

[fpc-pascal]disable background bitmap in IDE?

2003-10-12 Thread Laurent Cocea
Hello, Is it possible to disable the background bitmap/splashscreen in the IDE on Win32, and set it to blue, as in the original TPC IDE? Thanks. -Laurent ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pas

[fpc-pascal]IDE text resolution on Win32?

2003-10-12 Thread Laurent Cocea
Hi all- How can I chnage the IDE window area size (text resolution) on Win32? In Options|Environment|Preferences the only video mode available is 80x25 and I would like to set it to 80x43 or 80x50. I am using IDE 0.9.2 and FPC 1.0.6. Thanks. -Laurent