Re: [fpc-pascal] Pure FPC ?

2014-01-27 Thread Fred van Stappen
Date: Mon, 27 Jan 2014 08:53:25 +0100 From: xhaj...@hajny.biz To: fpc-pascal@lists.freepascal.org Subject: Re: [fpc-pascal] Pure FPC ? On Mon, January 27, 2014 01:38, Fred van Stappen wrote: Ok, i will try to explain better. When you compile fpc, you do make clean + make all

Re: [fpc-pascal] Pure FPC ?

2014-01-27 Thread hinst
27.01.2014, 15:02, Fred van Stappen fi...@hotmail.com: Date: Mon, 27 Jan 2014 08:53:25 +0100 From: xhaj...@hajny.biz To: fpc-pascal@lists.freepascal.org Subject: Re: [fpc-pascal] Pure FPC ? On Mon, January 27, 2014 01:38, Fred van Stappen wrote: Ok, i will try to explain better. When

Re: [fpc-pascal] Pure FPC ?

2014-01-27 Thread Michael Van Canneyt
On Mon, 27 Jan 2014, hinst wrote: More compiler modes = more complexity = more difficulties for people who support develop FPC Over time FPC and Delphi modes are becoming increasingly incompatible. I predict that sooner or later FPC developers will have to drop Delphi mode support because

Re: [fpc-pascal] Pure FPC ?

2014-01-27 Thread Jonas Maebe
On 27 Jan 2014, at 13:11, Michael Van Canneyt wrote: On Mon, 27 Jan 2014, hinst wrote: so Delphi mode in FPC will always mean Delphi 2007 and earlier. The above is correct. We will add string=widestring in the next (or next+1) trunk release. ... in {$mode delphiunicode}, which will

Re: [fpc-pascal] Pure FPC ?

2014-01-27 Thread Sven Barth
Am 27.01.2014 13:10 schrieb Michael Van Canneyt mich...@freepascal.org: On Mon, 27 Jan 2014, hinst wrote: More compiler modes = more complexity = more difficulties for people who support develop FPC Over time FPC and Delphi modes are becoming increasingly incompatible. I predict that

[fpc-pascal] Pure FPC ?

2014-01-26 Thread Fred van Stappen
Hello. Does it exist a option to compile fpc without Delphi compatibility ? If no, what do you think about that ? I know, it will be lot of work (like create a Delhi_Compatiblizer class...) but it could be great for people who want a lighter compiler...(like me, who have already done, since

[fpc-pascal] Pure FPC ?

2014-01-26 Thread fredvs
Hello. Does it exist a option to compile fpc without Delphi compatibility ? If no, what do you think about that ? I know, it will be lot of work (like create a Delhi_Compatiblizer class...) PS : I absolutely do not want to hurt somebody, it is only a proposition. - Many thanks ;-) --

Re: [fpc-pascal] Pure FPC ?

2014-01-26 Thread Fred van Stappen
Ooops, sorry for 2X same topic... I used http://free-pascal-general.1045716.n5.nabble.com/ for first topic it responds that the message was refused... So i sent the second one, as usual, with hotmail.com... Fred

Re: [fpc-pascal] Pure FPC ?

2014-01-26 Thread Nikolay Nikolov
On 01/26/2014 11:00 PM, fredvs wrote: Hello. Does it exist a option to compile fpc without Delphi compatibility ? If no, what do you think about that ? I know, it will be lot of work (like create a Delhi_Compatiblizer class...) PS : I absolutely do not want to hurt somebody, it is only a

Re: [fpc-pascal] Pure FPC ?

2014-01-26 Thread Howard Page-Clark
On 26/01/2014 21:20, Fred van Stappen wrote: Does it exist a option to compile fpc without Delphi compatibility ? If no, what do you think about that ? I know, it will be lot of work (like create a Delhi_Compatiblizer class...) but it could be great for people who want a lighter

Re: [fpc-pascal] Pure FPC ?

2014-01-26 Thread Fred van Stappen
What extent of Delphi incompatibility would satisfy you? {$objfpc} has offered 'mild' incompatibility for many years. What additional incompatibilities are you looking for? Howard Hum, maybe i do not explain good the proposition... I do not want a other {$define not Delphi}, i would

Re: [fpc-pascal] Pure FPC ?

2014-01-26 Thread Fred van Stappen
Re-hum,... It seams to me that fpc do not need delphi-compatibility to compile himself (or i miss something). So it could be possible to compile fpc without any Delphi-compatible module (Yes/No). But maybe it does not will change lot of things, only it will make fpc a few lighter (so forget

Re: [fpc-pascal] Pure FPC ?

2014-01-26 Thread waldo kitty
On 1/26/2014 4:00 PM, fredvs wrote: Hello. Does it exist a option to compile fpc without Delphi compatibility ? does {$mode objpfc} not suit your needs? ;) or whatever the default is? O:) -- NOTE: No off-list assistance is given without prior approval. Please keep mailing list traffic

Re: [fpc-pascal] Pure FPC ?

2014-01-26 Thread Fred van Stappen
Ok, i will try to explain better. When you compile fpc, you do make clean + make all. Is it possible to configure fpc-compil and disable Delphi compatibility...? If not possible, no problem, i only want to know :-) . Fred

Re: [fpc-pascal] Pure FPC ?

2014-01-26 Thread Fred van Stappen
Hello Waldo. Aaargh, there is double-topic, can you look at the twins topic ? Thanks. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Pure FPC ?

2014-01-26 Thread Tomas Hajny
On Mon, January 27, 2014 01:38, Fred van Stappen wrote: Ok, i will try to explain better. When you compile fpc, you do make clean + make all. Is it possible to configure fpc-compil and disable Delphi compatibility...? If not possible, no problem, i only want to know :-) . Short and