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