Dear Free Pascal
Help!
I'm new to this programming business. I think I've successfully installed free pascal but after that I'm lost. Where am I supposed to be typing the commands? I've tried typing into the MSDOS applications things but they all claim to be FINISHED and won't let me. I also
In reply to your message of August 5, 2003
> I'm new to this programming business. I think I've successfully installed
> free pascal but after that I'm lost. Where am I supposed to be typing the
> commands? I've tried typing into the MSDOS applications things but they all
> claim to be FINISHED
On Thu, 7 Aug 2003 16:44:19 +0200 (W. Europe Daylight Time)
Michael Van Canneyt <[EMAIL PROTECTED]> wrote:
> lazarus
That's OK but you need the Lazarus flavour of FPC. Is there no
alternative? I'd like something like the DOS Qedit but everyone seems to
be writing GUI IDE's or text editors.
Stefan Becker schrieb:
dear Pascal'ers,
I've just searched the net and freepascal.org in the hope of finding some
info on what and how to set up a working environment with linux.
So far I've done all my editing and debuging on a DOS machine with
Borland 7.0 - and "just" recompiling my application
> Is there anybody? (The archive stops on May, 7th ...)
> I am new to the list - so tell me, if this is the wrong place for my
> questions. I wrote a freePascal program under Linux (Free Pascal Compiler
> version 1.0.10 [2003/06/26] for i386), which reads information from serial
> ports and send
[EMAIL PROTECTED] wrote:
The syntax diagrams of classes show that a method can be preceded by the
keyword "class" (and I failed to find where it is explained what for?),
but does not seem to admit this keyword before a field.
This is correct.
And what is the effect on a method? I suppose that any
On Thu, 14 Aug 2003, Aitor [ISO-8859-1] Santamaría Merino wrote:
> Hi,
>
> Is there a (free) place where to find information about the FCL?
> Specifically, I just want to know the public fields, properties and
> methods of each class (and prototype), if possible a brief description
> of what eac
On Thu, 14 Aug 2003, Aitor [ISO-8859-1] Santamaría Merino wrote:
> Hi,
>
> After reading the reference documentation on classes, I have a couple of
> easy aspects of the documentation that were unclear to me.
>
> (1) Is there the concept of "static field" or "class field" (meaning a
> field that
Do you use unit cmem ? If not try to add cmem to the USES line of your
mainprogram.
That is. Thank you very much!
jilani
___
fpc-pascal maillist - [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
[ Charset ISO-8859-15 unsupported, converting... ]
> > Let me know if you find a TDataSet class that'll work with FPC and
> > Sqlite on Linux. Cause I haven't yet... There are some around on
> > torry.net but they're for delphi using windows. I've asked the author if
> > he could convert it to FPC
Let me know if you find a TDataSet class that'll work with FPC and
Sqlite on Linux. Cause I haven't yet... There are some around on
torry.net but they're for delphi using windows. I've asked the author if
he could convert it to FPC for linux but without much luck atm.
However I couldn't get SQLITE
I use NEdit for nearly all my editing.
On the surface, it looks and acts almost like windows notepad.
But under the hood, it has lots of powerful features, most of
them specific to programming. Things like syntax highlighting,
macro recorder and interpretor, shell commands, text filtering
from
On Thu, 7 Aug 2003, Michael Van Canneyt wrote:
> It does, but no version has been compiled lately.
Snapshots are generated daily, so download it as snapshot:
ftp://ftp.freepascal.org/pub/fpc/snapshot/v10/linux-i386/idelinux.tar.gz
Daniel
__
> Thank You, Marco, for Your immidiate response!
>> >I wrote a freePascal program under Linux (Free Pascal Compiler
>> > version 1.0.10 [2003/06/26] for i386), which reads information from
>> serial
>> > ports and sends information to serial ports and does some
>> calculations.
>> > There are no po
On Tue, 5 Aug 2003, L D Blake wrote:
} // Message dispatcher for all windows
} while GetMessage(WMsg,0,0,0) do
}begin
} if not IsDialogMessage(getforegroundwindow,wmsg) then
}begin
} TranslateMessage(WMsg);
} DispatchMessage(WMsg);
}end;
}end;
}
}I
On Wed, Aug 06, 2003 at 07:18:33PM +0200, Jilani Khaldi wrote:
> Hi All,
> could someone point me where to find the sqlite.pas for FP to use with
> Linux Linux?
> Any hint or examples is welcome.
> jilani
Let me know if you find a TDataSet class that'll work with FPC and
Sqlite on Linux. Cause I
On Thu, 7 Aug 2003 20:34:51 +0200 (CEST)
[EMAIL PROTECTED] wrote:
>
>
> On Thu, 7 Aug 2003, Frank W McCormick wrote:
>
> > On Thu, 7 Aug 2003 16:44:19 +0200 (W. Europe Daylight Time)
> > Michael Van Canneyt <[EMAIL PROTECTED]> wrote:
> >
> > > lazarus
> >
> >
> >
> > That's OK but you need the
> > lazarus
>
>
>
> That's OK but you need the Lazarus flavour of FPC. Is there no
> alternative? I'd like something like the DOS Qedit but
> everyone seems to
> be writing GUI IDE's or text editors.
I use Nedit for editing and ddd as a good front end for gdb, the debugger.
There is a hack fro
> I have also written a program that will make nedit
> act something like an "IDE" for free pascal:
> http://houston.quik.com/jkp/ne4fpc/
Just my luck, I have hammered on this this thing for almost a year now,
and thought I had gotten all of the "show-stopper" bugs out of it.
Yesterday I foun
On Wed, Aug 06, 2003 at 07:18:33PM +0200, Jilani Khaldi wrote:
> Hi All,
> could someone point me where to find the sqlite.pas for FP to use with
> Linux Linux?
Excellent someone else that wishes to use sqlite with FPC :)
I'll attach all relevant sources... However a TDataset class still needs
to
Hi!
Is there anybody? (The archive stops on May, 7th ...)
I am new to the list - so tell me, if this is the wrong place for my questions.
I wrote a freePascal program under Linux (Free Pascal Compiler version 1.0.10
[2003/06/26] for i386), which
reads information from serial ports and sends in
On Thu, Aug 07, 2003 at 12:32:59AM +0200, Stefan Becker wrote:
> dear Pascal'ers,
>
> I've just searched the net and freepascal.org in the hope of finding some
> info on what and how to set up a working environment with linux.
>
> So far I've done all my editing and debuging on a DOS machine with
Thank You, Marco, for Your immidiate response!
> >I wrote a freePascal program under Linux (Free Pascal Compiler
> > version 1.0.10 [2003/06/26] for i386), which reads information from serial
> > ports and sends information to serial ports and does some calculations.
> > There are no pointers, invo
Hi,
Is there a (free) place where to find information about the FCL?
Specifically, I just want to know the public fields, properties and
methods of each class (and prototype), if possible a brief description
of what each class is for, and a colour map for the Object chart (what
is green, yello
dear Pascal'ers,
I've just searched the net and freepascal.org in the hope of finding some
info on what and how to set up a working environment with linux.
So far I've done all my editing and debuging on a DOS machine with
Borland 7.0 - and "just" recompiling my applications with freepascal
for l
On Thu, 7 Aug 2003, Stefan Becker wrote:
> dear Pascal'ers,
>
> I've just searched the net and freepascal.org in the hope of finding some
> info on what and how to set up a working environment with linux.
>
> So far I've done all my editing and debuging on a DOS machine with
> Borland 7.0 - and
In reply to your message of August 5, 2003
> Nice and simple.
I like "nice and simple"
> Don't know about Matt but thanks from here; I have
> bounced into this problem now and then and used all kinds of ugly
> solutions :-)
My pleasure.
-
L D Blake
On Tue, 12 Aug 2003, James Mills wrote:
> On Wed, Aug 06, 2003 at 07:18:33PM +0200, Jilani Khaldi wrote:
> > Hi All,
> > could someone point me where to find the sqlite.pas for FP to use with
> > Linux Linux?
> > Any hint or examples is welcome.
> > jilani
>
> Let me know if you find a TDataSet
Hi,
After reading the reference documentation on classes, I have a couple of
easy aspects of the documentation that were unclear to me.
(1) Is there the concept of "static field" or "class field" (meaning a
field that is not instanciated, but remains the same var for all the
instances)? I know
29 matches
Mail list logo