Johann Glaser schreef:
Hi!
Am Donnerstag, den 07.06.2007, 15:28 +0200 schrieb Vincent Snijders:
Catalin Zamfir Alexandru schreef:
If there was a petition for this, I would have signed it. We need SYNTAX
highlithing ... :P NOW. :D
If you do so, please use Geshi :D. It's the best and I use it
On Friday 08 June 2007 19:46, Daniël Mantione wrote:
> Op Fri, 8 Jun 2007, schreef pineal:
> > I have downloaded a tar archive,
> >
> > fpc-2.1.4.i386-linux.tar
> >
> > there are no install instructions that I can find. Can anyone give me
> > some guidance or perhaps a link.
>
> Please a look at th
Test writes:
I have a source file (test.pp) that uses some units. Where can I get
those units? If you didn't notice, I am a newbie :)
I tried to compile but it obviously drops an error.
uses
cgiapp, unix, unixutils, classes, inifiles
Does the program compile?
If it does it means the com
Op Fri, 8 Jun 2007, schreef pineal:
>
> I have downloaded a tar archive,
>
> fpc-2.1.4.i386-linux.tar
>
> there are no install instructions that I can find. Can anyone give me some
> guidance or perhaps a link.
Please a look at the earlier e-mail today about the rebuild of this
release.
I have downloaded a tar archive,
fpc-2.1.4.i386-linux.tar
there are no install instructions that I can find. Can anyone give me some
guidance or perhaps a link.
thanks
neal.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.f
Hi,
I have a source file (test.pp) that uses some units. Where can I get
those units? If you didn't notice, I am a newbie :)
I tried to compile but it obviously drops an error.
Example:
uses
cgiapp, unix, unixutils, classes, inifiles
Thanks for helping!
> In a delphi app I came across the following syntax;
>
> with PropInfo^, PropType^^ do
>
> Which results in a "Error: Illegal qualifier". Has anyone an idea of what
> is meant here and how to port that to FPC? I'm puzzled.
with PropInfo^, PropType^^ do [...]
is the same as
with PropInfo^ d
Hello,
We have corrected an error in the package building of 2.1.4 for
i386-linux. This fixes two errors:
* The files in the tar archive had the wrong user/group
* The IDE was built with in incorrect helper library, causing crashes.
The rebuilt version is refered to on the ftp and websites as ve
On Fri, 8 Jun 2007, [EMAIL PROTECTED] wrote:
> In a delphi app I came across the following syntax;
>
> with PropInfo^, PropType^^ do
>
> Which results in a "Error: Illegal qualifier". Has anyone an idea of what
> is meant here and how to port that to FPC? I'm puzzled.
There is an extra (o
[EMAIL PROTECTED] schreef:
In a delphi app I came across the following syntax;
with PropInfo^, PropType^^ do
Which results in a "Error: Illegal qualifier". Has anyone an idea of what
is meant here and how to port that to FPC? I'm puzzled.
You have to check the definition carefully. IIRC f
In a delphi app I came across the following syntax;
with PropInfo^, PropType^^ do
Which results in a "Error: Illegal qualifier". Has anyone an idea of what
is meant here and how to port that to FPC? I'm puzzled.
Darius
___
fpc-pascal maillist -
11 matches
Mail list logo