[fpc-pascal]HELP!

2003-08-14 Thread Catherine Berridge
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

Re: [fpc-pascal]HELP!

2003-08-14 Thread L D Blake
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

Re: [fpc-pascal]what Programming Environment : Editor & Debugger

2003-08-14 Thread Frank W McCormick
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.

Re: [fpc-pascal]what Programming Environment : Editor & Debugger

2003-08-14 Thread Holger Peters
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

Re: [fpc-pascal]EACCESSVIOLATION

2003-08-14 Thread Marco van de Voort
> 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

Re: [fpc-pascal]A couple of easy questions on clsses

2003-08-14 Thread Aitor Santamaría Merino
[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

Re: [fpc-pascal]Documentation about FCL

2003-08-14 Thread Michael . VanCanneyt
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

Re: [fpc-pascal]A couple of easy questions on clsses

2003-08-14 Thread Michael . VanCanneyt
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

Re: [fpc-pascal]SQLITE with FPC

2003-08-14 Thread Jilani Khaldi
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

Re: [fpc-pascal]SQLITE with FPC

2003-08-14 Thread Marco van de Voort
[ 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

Re: [fpc-pascal]SQLITE with FPC

2003-08-14 Thread Jilani Khaldi
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

[fpc-pascal]Re: what Programming Environment : Editor & Debugger

2003-08-14 Thread Jeff Pohlmeyer
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

Re: [fpc-pascal]what Programming Environment : Editor & Debugger

2003-08-14 Thread Daniel Mantione
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 __

Re: [fpc-pascal]EACCESSVIOLATION

2003-08-14 Thread Peter Vreman
> 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

Re: [fpc-pascal]Ummmm... anyone know why this doesn't work...

2003-08-14 Thread Ingmar Tulva
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

Re: [fpc-pascal]SQLITE with FPC

2003-08-14 Thread James Mills
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

Re: [fpc-pascal]what Programming Environment : Editor & Debugger

2003-08-14 Thread Frank W McCormick
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

AW: [fpc-pascal]what Programming Environment : Editor & Debugger

2003-08-14 Thread ZINTEL Gerhard
> > 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

[fpc-pascal]Re: what Programming Environment : Editor & Debugger

2003-08-14 Thread Jeff Pohlmeyer
> 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

Re: [fpc-pascal]SQLITE with FPC

2003-08-14 Thread James Mills
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

[fpc-pascal]EACCESSVIOLATION

2003-08-14 Thread Rudolf Harney
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

Re: [fpc-pascal]what Programming Environment : Editor & Debugger

2003-08-14 Thread James Mills
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

Re: [fpc-pascal]EACCESSVIOLATION

2003-08-14 Thread Rudolf Harney
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

[fpc-pascal]Documentation about FCL

2003-08-14 Thread Aitor Santamaría Merino
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

[fpc-pascal]what Programming Environment : Editor & Debugger

2003-08-14 Thread Stefan Becker
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

Re: [fpc-pascal]what Programming Environment : Editor & Debugger

2003-08-14 Thread Michael Van Canneyt
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

Re: [fpc-pascal]Ummmm... anyone know why this doesn't work...

2003-08-14 Thread L D Blake
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

Re: [fpc-pascal]SQLITE with FPC

2003-08-14 Thread Michael Van Canneyt
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

[fpc-pascal]A couple of easy questions on clsses

2003-08-14 Thread Aitor Santamaría Merino
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