Re: [fpc-pascal] Re: What is the most widely used Pascal on Linux and other Unix variants?

2012-03-01 Thread Jonas Maebe
On 01 Mar 2012, at 09:29, Noa Shiruba wrote: It's not used as a unit name, but there might be "something" "somewhere" hiding, so I am not ready to file a bug report on it yet. It's probably better to make another demo program with less cruft. It's possible that compiling with -vh will mak

Re: [fpc-pascal] Re: What is the most widely used Pascal on Linux and other Unix variants?

2012-03-01 Thread Noa Shiruba
Sven, It's not used as a unit name, but there might be "something" "somewhere" hiding, so I am not ready to file a bug report on it yet. It's probably better to make another demo program with less cruft. -- Noah On 2012/03/01, at 16:13, Sven Barth wrote: > Am 01.03.2012 01:43, schrieb Noa

Re: [fpc-pascal] Re: What is the most widely used Pascal on Linux and other Unix variants?

2012-02-29 Thread Sven Barth
Am 01.03.2012 01:43, schrieb Noa Shiruba: Hi Sven, Several of my programs stopped compiling with "duplicate identifier" errors where I had something like: Var Tile:TOSMTile; I thing the offending unit was Graphics, but I am not 100% sure. (I just did search and replace of Tile to MapTile in

[fpc-pascal] Re: What is the most widely used Pascal on Linux and other Unix variants?

2012-02-29 Thread leledumbo
That shouldn't happen. You are allowed to alias identifiers found in units used (and that's the unit scoping rule). The only case where duplicate identifier error occurs is when you have them in the same unit (either directly or via include files). -- View this message in context: http://free-pas

Re: [fpc-pascal] Re: What is the most widely used Pascal on Linux and other Unix variants?

2012-02-29 Thread Noa Shiruba
Hi Sven, Several of my programs stopped compiling with "duplicate identifier" errors where I had something like: Var Tile:TOSMTile; I thing the offending unit was Graphics, but I am not 100% sure. (I just did search and replace of Tile to MapTile in my code to fix it once I realized the confl

Re: [fpc-pascal] Re: What is the most widely used Pascal on Linux and other Unix variants?

2012-02-29 Thread Sven Barth
Am 29.02.2012 14:02, schrieb Noa Shiruba: Also, did anyone else notice that "tile" is now used by some standard units in FPC 2.6? How did you come to this conclusion? (I ask out of curiosity) Regards, Sven ___ fpc-pascal maillist - fpc-pascal@lis

Re: [fpc-pascal] Re: What is the most widely used Pascal on Linux and other Unix variants?

2012-02-29 Thread Noa Shiruba
Hi, By the way, I was wrong about saying ABAP doesn't work outside of SAP BASIS in me previous example, I found their research project "caffeine" today and got it working. Of course my next step will be to see how to make it interface with FPC. :) Also, did anyone else notice that "tile" is

Re: [fpc-pascal] Re: What is the most widely used Pascal on Linux and other Unix variants?

2012-02-29 Thread Sven Barth
Am 28.02.2012 20:31, schrieb Lukasz Stafiniak: On Tue, Feb 28, 2012 at 8:22 AM, Noah Silva wrote: If you want to convince people to use FPC and are having issues, you should ask them what features, exactly, they are looking for. Chances are that FPC has them. (If they want a functional lang

Re: [fpc-pascal] Re: What is the most widely used Pascal on Linux and other Unix variants?

2012-02-28 Thread Alberto Narduzzi
To stress this a bit: around two weeks ago I told my "program optimization" teacher (who's the head of the "programing languages" chair) about Free Pascal (and Delphi) and he didn't know that Pascal "already" supports OOP... :( don't be so sad... pass your exams, whatever it takes to, then rethi

Re: [fpc-pascal] Re: What is the most widely used Pascal on Linux and other Unix variants?

2012-02-28 Thread Lukasz Stafiniak
On Tue, Feb 28, 2012 at 8:22 AM, Noah Silva wrote: > > If you want to convince people to use FPC and are having issues, you should > ask them what features, exactly, they are looking for.  Chances are that FPC > has them.  (If they want a functional language, though, then you're out of > luck). P

Re: [fpc-pascal] Re: What is the most widely used Pascal on Linux and other Unix variants?

2012-02-28 Thread Marcos Douglas
On Tue, Feb 28, 2012 at 12:50 AM, Lars wrote: > Frank Church wrote: >> 5. This requires an increase in the uptake of Pascal. I mean if a language >> like D can get so much attention and have libraries being created for it >> why can't Pascal which has been longer established. >> > > Another langua

Re: [fpc-pascal] Re: What is the most widely used Pascal on Linux and other Unix variants?

2012-02-28 Thread Graeme Geldenhuys
On 28 February 2012 12:18, Noa Shiruba wrote: > > I would say on FPC, but the main FPC book is only to be had by mail order Give him a copy of the FPC Language Reference pdf document. -- Regards,   - Graeme - ___ fpGUI - a cross-platform Free Pas

Re: [fpc-pascal] Re: What is the most widely used Pascal on Linux and other Unix variants?

2012-02-28 Thread Graeme Geldenhuys
On 28 February 2012 11:05, Sven Barth wrote: > > To stress this a bit: around two weeks ago I told my "program optimization" > teacher (who's the head of the "programing languages" chair) about Free > Pascal (and Delphi) and he didn't know that Pascal "already" supports OOP... > :( That seems to b

Re: [fpc-pascal] Re: What is the most widely used Pascal on Linux and other Unix variants?

2012-02-28 Thread Noa Shiruba
Sven, Wow, you should buy him a book on Delphi. I would say on FPC, but the main FPC book is only to be had by mail order - I keep hoping they will offer it in Kindle format or such. -- Noah On 2012/02/28, at 18:05, Sven Barth wrote: > Am 28.02.2012 08:22, schrieb Noah Silva: >> Well Obj

Re: [fpc-pascal] Re: What is the most widely used Pascal on Linux and other Unix variants?

2012-02-28 Thread Sven Barth
Am 28.02.2012 08:22, schrieb Noah Silva: Well ObjectPascal has been around since the early 90s at least, and from an end-user point of view, pascal became primarily Object Oriented with TurboVision and later Delphi in the mid 90s - so anyone who doesn't know about that is severely misinformed. I

Re: [fpc-pascal] Re: What is the most widely used Pascal on Linux and other Unix variants?

2012-02-27 Thread Noah Silva
Hi, 2012/2/28 Lars > Frank Church wrote: > > 5. This requires an increase in the uptake of Pascal. I mean if a > language > > like D can get so much attention and have libraries being created for it > > why can't Pascal which has been longer established. > > > > Another language to check out is

Re: [fpc-pascal] Re: What is the most widely used Pascal on Linux and other Unix variants?

2012-02-27 Thread Lars
Frank Church wrote: > 5. This requires an increase in the uptake of Pascal. I mean if a language > like D can get so much attention and have libraries being created for it > why can't Pascal which has been longer established. > Another language to check out is TutorialD by Date and Darwen, a pasca

Re: [fpc-pascal] Re: What is the most widely used Pascal on Linux and other Unix variants?

2012-02-27 Thread Graeme Geldenhuys
On 27 February 2012 18:42, Rich Saunders wrote: > > Unfortunately, as soon as you mention "Pascal" many, many developers, > especially in the USA, turn up their noses and run for the hills, I think that problem is more widespread that just the USA. I have seen it often in the UK and RSA too. I a

Re: [fpc-pascal] Re: What is the most widely used Pascal on Linux and other Unix variants?

2012-02-27 Thread Rich Saunders
On 2/27/12 10:33 AM, Noa Shiruba wrote: > On 2012/02/27, at 23:14, Frank Church > wrote:I think somehow a way must be found > of getting Pascal identified with Free Pascal on the Linux platform if > it is the most widely used. > > I think that is probably already the cas

Re: [fpc-pascal] Re: What is the most widely used Pascal on Linux and other Unix variants?

2012-02-27 Thread Noa Shiruba
Hi, On 2012/02/27, at 23:14, Frank Church wrote: > > > On 27 February 2012 10:15, Frank Church wrote: > What is the most widely used Pascal on Linux and other Unix variants? > > Is it Free Pascal? > > -- > Frank Church > > > What license are FPC and Lazarus, are they GPL? > The compile

[fpc-pascal] Re: What is the most widely used Pascal on Linux and other Unix variants?

2012-02-27 Thread Frank Church
On 27 February 2012 10:15, Frank Church wrote: > What is the most widely used Pascal on Linux and other Unix variants? > > Is it Free Pascal? > > -- > Frank Church > > What license are FPC and Lazarus, are they GPL? I think somehow a way must be found of getting Pascal identified with Free Pasca