Re: [fpc-pascal] Name of the programming language used in/with FPC

2011-02-16 Thread Frank Church
On 8 February 2011 08:34, Ben wrote: > Hi, > > What is the programming language used in and with the Free Pascal Compiler? > > * Object Pascal > * Delphi > * Free Pascal > * Pascal > > > I would have thought the first option [Object Pascal], but I have read > many articles/blogs on the internet w

[fpc-pascal] Re: Name of the programming language used in/with FPC

2011-02-16 Thread Ben
Op 2011-02-16 11:48, Frank Church het geskryf: > > How about Apollo? Some might suggest "Titanic" too. :-) With my original post I wasn't actually asking for new suggestions, but simply if FPC considers the language it uses as a "new" language named for example "Free Pascal", or does it still c

Re: [fpc-pascal] Name of the programming language used in/with FPC

2011-02-16 Thread Matt Emson
On 16/02/2011 09:48, Frank Church wrote: How about Apollo? This was the code name for Adobe Air - I expect it would be hard to get traction if Adobe still hold some kind of rights over it. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.o

Re: [fpc-pascal] Re: Name of the programming language used in/with FPC

2011-02-16 Thread greim
I suggest to ask first Professor Niklaus Wirth Regards Markus Greim ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] help with synapse mime routines...

2011-02-16 Thread waldo kitty
i'm trying to work with the synapse mime library but am running into a bit of a problem... i'm an old procedural type coder from the TP3 to TP6 days... it has been a long time since i've done much of anything with objects and i've forgotten a lot more than i remember... i've not done any delph

Re: [fpc-pascal] Re: Name of the programming language used in/with FPC

2011-02-16 Thread Rich Saunders
On 2/16/11 5:40 AM, greim wrote: I suggest to ask first Professor Niklaus Wirth I think he has moved on long ago. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Re: Name of the programming language used in/with FPC

2011-02-16 Thread Sven Barth
Am 16.02.2011 17:20, schrieb Rich Saunders: On 2/16/11 5:40 AM, greim wrote: I suggest to ask first Professor Niklaus Wirth I think he has moved on long ago. Don't let him know that, as he's still happily alive: http://en.wikipedia.org/wiki/Niklaus_Wirth Regards, Sven _

Re: [fpc-pascal] Re: Name of the programming language used in/with FPC

2011-02-16 Thread Rich Saunders
On 2/16/11 11:27 AM, Sven Barth wrote: ...he's still happily alive: http://en.wikipedia.org/wiki/Niklaus_Wirth Of course he is. I only meant he has not paid much attention to the Pascal language for decades. ;) ___ fpc-pascal maillist - fpc-pascal@

Re: [fpc-pascal] Re: Name of the programming language used in/with FPC

2011-02-16 Thread Sven Barth
Am 16.02.2011 17:36, schrieb Rich Saunders: On 2/16/11 11:27 AM, Sven Barth wrote: ...he's still happily alive: http://en.wikipedia.org/wiki/Niklaus_Wirth Of course he is. I only meant he has not paid much attention to the Pascal language for decades. ;) In that case I've misunderstood you ^^

[fpc-pascal] Re: Name of the programming language used in/with FPC

2011-02-16 Thread leledumbo
Yeah, he let Pascal in the last state he worked on. But don't you know he's also an actor behind (Apple's) Object Pascal? -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Name-of-the-programming-language-used-in-with-FPC-tp3375543p3387995.html Sent from the Free

Re: [fpc-pascal] help with synapse mime routines...

2011-02-16 Thread waldo kitty
so i take it, from the dearth of replies, that no one on this list uses synapse or its mime library? i've reduced/stripped the code to produce the attached .pas file... while i now do not get a line number any more (which i also do not understand), at least i can more easily see now that the

Re: [fpc-pascal] help with synapse mime routines...

2011-02-16 Thread Kevin Jesshope
Hi Waldo, I don't have the mimepart or synaser units available at the moment so without actually compiling the code I am not certain the following observations are the cause of your trouble. They are however somewhere to start. 1 In line 63 you are checking to see if m1 is nil to see if the objec