Re: [Lazarus] Choose compiler mode

2015-03-11 Thread leledumbo
-- View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-Choose-compiler-mode-tp4041075p4041094.html Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com. -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] Choose compiler mode

2015-03-11 Thread aradeonas
in ObjFPC/Delphi mode continue the list yourself by reading the docs -- View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-Choose-compiler-mode-tp4041075p4041094.html Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com

Re: [Lazarus] Choose compiler mode

2015-03-11 Thread Michael Van Canneyt
On Wed, 11 Mar 2015, Marco van de Voort wrote: On Wed, Mar 11, 2015 at 10:55:07AM +0100, Michael Van Canneyt wrote: ModeSwitch is interesting. But why they aren't in one mode?I mean all the good stuff in one mode? What is 'good stuff' ? That depends on the person. Also: you may want to

Re: [Lazarus] Choose compiler mode

2015-03-11 Thread Marco van de Voort
On Wed, Mar 11, 2015 at 10:55:07AM +0100, Michael Van Canneyt wrote: ModeSwitch is interesting. But why they aren't in one mode?I mean all the good stuff in one mode? What is 'good stuff' ? That depends on the person. Also: you may want to control compatibility. If we added stuff that we

Re: [Lazarus] Choose compiler mode

2015-03-11 Thread Mattias Gaertner
On Wed, 11 Mar 2015 21:32:51 +0100 Marco van de Voort mar...@stack.nl wrote: [...] I would welcome a setting to generate $mode delphi units by default. If you mean in Lazarus: Project Options / Compiler Options / Parsing Syntax Mode Set this to Delphi. When you create a new unit it creates

[Lazarus] Choose compiler mode

2015-03-11 Thread aradeonas
Hi, After times I used Lazarus I still have a question about compiler mode. Why there is 5 mode?What can I do when I want objfpc mode benefits that is Lazarus default but for example I want advanced record syntax that can used with Delphi mode? Can any one explain it to me or link me to a

Re: [Lazarus] Choose compiler mode

2015-03-11 Thread leledumbo
.nabble.com/Lazarus-Choose-compiler-mode-tp4041075p4041079.html Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo

Re: [Lazarus] Choose compiler mode

2015-03-11 Thread aradeonas
ModeSwitch is interesting. But why they aren't in one mode?I mean all the good stuff in one mode? Regards, Ara On Wed, Mar 11, 2015, at 02:35 AM, Mattias Gaertner wrote: On Wed, 11 Mar 2015 10:20:54 +0100 Felipe Monteiro de Carvalho felipemonteiro.carva...@gmail.com wrote: On Wed, Mar 11,

Re: [Lazarus] Choose compiler mode

2015-03-11 Thread Felipe Monteiro de Carvalho
On Wed, Mar 11, 2015 at 9:02 AM, aradeonas aradeo...@operamail.com wrote: What can I do when I want objfpc mode benefits that is Lazarus default but for example I want advanced record syntax that can used with Delphi mode? Split your unit in 2: one in objfpc mode and another in delphi mode.

Re: [Lazarus] Choose compiler mode

2015-03-11 Thread Mattias Gaertner
On Wed, 11 Mar 2015 10:20:54 +0100 Felipe Monteiro de Carvalho felipemonteiro.carva...@gmail.com wrote: On Wed, Mar 11, 2015 at 9:02 AM, aradeonas aradeo...@operamail.com wrote: What can I do when I want objfpc mode benefits that is Lazarus default but for example I want advanced record

Re: [Lazarus] Choose compiler mode

2015-03-11 Thread Michael Van Canneyt
On Wed, 11 Mar 2015, aradeonas wrote: ModeSwitch is interesting. But why they aren't in one mode?I mean all the good stuff in one mode? What is 'good stuff' ? That depends on the person. Also: you may want to control compatibility. If we added stuff that we think is fun, someone uses it

Re: [Lazarus] Choose compiler mode

2015-03-11 Thread aradeonas
Like advancedrecords, For many developers like me that Lazarus is going to be his/her main IDE and dont care code compatible with Delphi these are boring. For example Im using Delphi for 10 years and from the time Im using Lazarus I never need comparability. I mean while Lazarus and FPC are going