Re: [fpc-pascal] strange with usage

2007-06-08 Thread Vincent Snijders
[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

[fpc-pascal] strange with usage

2007-06-08 Thread dhkblaszyk
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 -

Re: [fpc-pascal] strange with usage

2007-06-08 Thread Michael Van Canneyt
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 (or was

[fpc-pascal] Rebuilt 2.1.4 for i386-linux on ftp

2007-06-08 Thread Daniël Mantione
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

Re: [fpc-pascal] strange with usage

2007-06-08 Thread memsom
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^ do begin

[fpc-pascal] Question about some units

2007-06-08 Thread Test
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!

[fpc-pascal] installing latest stable

2007-06-08 Thread 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. thanks neal. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

Re: [fpc-pascal] Question about some units

2007-06-08 Thread Francisco Reyes
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

Re: [fpc-pascal] installing latest stable

2007-06-08 Thread Daniël Mantione
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. The

Re: [fpc-pascal] installing latest stable

2007-06-08 Thread pineal
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 the earlier

Re: [fpc-pascal] Wiki Syntax Highlight

2007-06-08 Thread Vincent Snijders
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