Re: [fpc-pascal] The new Delphi 2010 RTTI

2010-12-23 Thread Michael Van Canneyt
On Thu, 23 Dec 2010, alexv...@mail.ru wrote: 23.12.2010 17:52, Marco van de Voort пишет: In our previous episode, alexv...@mail.ru said: Therefore, until the time someone finds a cross-platform way to implement packages, I see no reason not to start on RTTI. They can perfectly be implented i

Re: [fpc-pascal] The new Delphi 2010 RTTI

2010-12-23 Thread alexv...@mail.ru
23.12.2010 17:52, Marco van de Voort пишет: In our previous episode, alexv...@mail.ru said: Therefore, until the time someone finds a cross-platform way to implement packages, I see no reason not to start on RTTI. They can perfectly be implented independently or even in parallel. Wine has abil

Re: [fpc-pascal] The new Delphi 2010 RTTI

2010-12-23 Thread Marco van de Voort
In our previous episode, alexv...@mail.ru said: > > Therefore, until the time someone finds a cross-platform way to > > implement packages, I see no reason not to start on RTTI. They can > > perfectly be implented independently > > or even in parallel. > > > Wine has ability to load windows libra

Re: [fpc-pascal] The new Delphi 2010 RTTI

2010-12-23 Thread alexv...@mail.ru
22.12.2010 21:52, Michael Van Canneyt пишет: Therefore, until the time someone finds a cross-platform way to implement packages, I see no reason not to start on RTTI. They can perfectly be implented independently or even in parallel. Wine has ability to load windows libraries on linux. This

Re: [Lazarus] [fpc-pascal] Ruby-scripting for FPC and Lazarus

2010-12-23 Thread ik
On Thu, Dec 23, 2010 at 11:44, wrote: > > > On Thu, 23 Dec 2010, Ivan Shikhalev wrote: > > I wrote the packages for Lazarus, allowing to use Ruby 1.8 as a >> scripting engine in Lazarus-programs. >> At the moment, work is just begun, but something than it is already >> possible to use, as suppor

Re: [fpc-pascal] Ruby-scripting for FPC and Lazarus

2010-12-23 Thread michael . vancanneyt
On Thu, 23 Dec 2010, Ivan Shikhalev wrote: I wrote the packages for Lazarus, allowing to use Ruby 1.8 as a scripting engine in Lazarus-programs. At the moment, work is just begun, but something than it is already possible to use, as supported by published-property and obtain component through

Re: [fpc-pascal] evaluation of set constant

2010-12-23 Thread Torsten Bonde Christiansen
On 2010-12-22 14:50, Jonas Maebe wrote: On 22 Dec 2010, at 14:15, Torsten Bonde Christiansen wrote: Is it possible to create a constant of a set that is based on an evaluation of other constants? (using fpc 2.4.2) A basic case could look like this: type TMyType = (a, b, c ,d); TMyTypes =

Re: [fpc-pascal] A cross-architecture Integer type for 32-bit and 64-bit

2010-12-23 Thread Bihar Anwar
Thanks Felipe. - Original Message From: Felipe Monteiro de Carvalho To: FPC-Pascal users discussions Sent: Thu, December 23, 2010 5:00:04 AM Subject: Re: [fpc-pascal] A cross-architecture Integer type for 32-bit and 64-bit PtrUInt or something similar. -- Felipe Monteiro de Carval