[fpc-pascal] documentation for file handling, reset, rewrite, errors?

2009-02-10 Thread Ken G. Brown
I cannot seem to find the good docs for the file handling routines assign, rewrite and reset in the pdf's that came with fpc-2.2.2. Where might the best ones be? I have: User's Manual.pdf Units Reference Guide.pdf Programmer's Manual.pdf Language Reference Guide.pdf Free Component Library.pdf Com

Re: [fpc-pascal] Problems linking C library on Linux (*.so & *.a files)

2009-02-10 Thread Jonas Maebe
On 10 Feb 2009, at 19:30, Guillermo Martínez Jiménez wrote: I tried to link that library using "{$linklib alleg_unsharable}". It linked without error but it raises the same runtime error. Then I tried deleting the "{$...}" and adding "-klalleg_unsharable" at command line but then it said: ...

[fpc-pascal] Problems linking C library on Linux (*.so & *.a files)

2009-02-10 Thread Guillermo Martínez Jiménez
Hello. I'm trying to link a library written in C (Allegro 4.2) on Linux. The testing program (which is minimal) links without problems but it raises a runtime error: #~/test: ./test ./test: symbol lookup error: /usr/local/lib/liballeg.so.4.2: undefined symbol: _blender_trans24 #~/test: I've emai

Re: [fpc-pascal] Origin of FPC features

2009-02-10 Thread Luca Olivetti
En/na Florian Klaempfl ha escrit: Bitpacked StructuresNative FPC - Mac Pascal dialects TI Pascal for the 9995 had bitpacked structures (packed array of booleans or packed record). I'm not sure it was available before the mac, but probably it was. Bye -- Luca _

Re: [fpc-pascal] GTK 2 problems

2009-02-10 Thread Marco van de Voort
In our previous episode, ik said: > I'm not sure what is the correct ml for this, so I sent it to both ml, > sorry for sending it to the wrong ml. > > There is a "bug" in gtk2.pas (actually gtkfilesystem.inc) that arrives > with FPC. It contains 3 internal functions there where removed from > GTK.

[fpc-pascal] GTK 2 problems

2009-02-10 Thread ik
Hello, I'm not sure what is the correct ml for this, so I sent it to both ml, sorry for sending it to the wrong ml. There is a "bug" in gtk2.pas (actually gtkfilesystem.inc) that arrives with FPC. It contains 3 internal functions there where removed from GTK. I found a bug report on this matter:

Re: [fpc-pascal] Origin of FPC features

2009-02-10 Thread Ken G. Brown
From: re: Pascal It was originally designed, by one man, Nicholas Wirth, for teaching structured programming. Ken G. Brown At 8:56 PM -0800 2/9/09, leledumbo apparently wrote: >I'm writing a paper about FPC and I need refere

Re: [fpc-pascal] Origin of FPC features

2009-02-10 Thread Frank Peelo
Florian Klaempfl wrote: leledumbo schrieb: I'm writing a paper about FPC and I need references where each language feature comes from. So far, these are my what I know (some are guessing though): Feature Original DialectAdditional Information Separate compilationUCSD Pascal

Re: [fpc-pascal] Origin of FPC features

2009-02-10 Thread Marco Ciampa
On Mon, Feb 09, 2009 at 08:56:34PM -0800, leledumbo wrote: > > > I'm writing a paper about FPC and I need references where each language > feature comes from. So far, these are my what I know (some are guessing > though): > PLEASE write down a page/table on the fpc/lazarus wiki. I think this cou

Re: [fpc-pascal] Origin of FPC features

2009-02-10 Thread Gerhard Scholz
Bitpacked Structures: The first time I've seen bitpacked structures (arrays & records) was on the pascal compiler for Control Data machines, about 1980. If I remember right, it was the original ETH Zürich compiler, made by someone of the Wirth staff. ( the keyword BITPACKED was not used, it wa

Re: [fpc-pascal] Fwd: DOCUMENTATION INTEGRATION IN MAC XCODE 3.X

2009-02-10 Thread Jonas Maebe
On 10 Feb 2009, at 03:47, MICHAEL MCNEESE wrote: The big question is about the integration of Free Pascal documentation into the documentation system of XCode 3.x. I have found that I can open the documents in XCode but cannot search or use the Assistant. Even though I have pointed the P

Re: [fpc-pascal] Origin of FPC features

2009-02-10 Thread Jonas Maebe
On 10 Feb 2009, at 05:56, leledumbo wrote: Thread Programming Native FPC? Delphi? Bringing threads to language level Apart from the "threadvar" keyword, thread support is not part of the language. Jonas ___ fpc-pascal ma