Re: [fpc-pascal] Multiple inheritance is more powerful than Pascal's interfaces ?

2008-01-25 Thread Andrey Gusev
* Matt Emson <[EMAIL PROTECTED]> [Fri, 25 Jan 2008 10:03:59 +]: Matt Emson translation, that is almost the same as in my attached trial: --- TObj = class protected fff: integer; end; TObj2 = class(TObj) protected fff2: integer; end; TIntf = interface procedu

Re: [fpc-pascal] Multiple inheritance is more powerful than Pascal's interfaces ?

2008-01-25 Thread Matt Emson
Andrey Gusev wrote: This question was posted to fpc-other, yesterday, but seems wrongful, in subject appropriation sense to that maillist. === I wish to introduce some additional (and general) functional to an existing (and foreign) freepascal's unit. I wouldn't to introduce any my own co

Re: [fpc-pascal] class constants

2008-01-25 Thread Peter Vreman
> Regarding class constants: I missed them, too, already, although not too > much. ;) Maybe you should read the documentation. Static fields are supported already for 10 years: ~/fpc/compiler>>> cat p.pp {$mode objfpc} {$static on} type cl=class l : longint;static; end; var c1,c2 : cl;

Re: [fpc-pascal] class constants

2008-01-25 Thread Vinzent Hoefler
On Friday 25 January 2008 12:30, Peter Vreman wrote: > > Regarding class constants: I missed them, too, already, although > > not too much. ;) > > Maybe you should read the documentation. Static fields are supported > already for 10 years: > > ~/fpc/compiler>>> cat p.pp > {$mode objfpc} > {$static

[fpc-pascal] Where to find WinProcs or equivalent unit

2008-01-25 Thread Cleverson
Hi, Using FreePascal, I'm trying to compile an open source project written originally in Delphi 6. Some units require Winprocs, for accessing functions such as GetPrivateProfileString. I didn't find it amongst FreePascal's installed units. I searched it in Google and got a WinProcs unit from the

Re: [fpc-pascal] Re: FCL-DB/SQLDB docs started

2008-01-25 Thread Chris Kirkpatrick
As far as I can see, there are no files relevant to fc-db or SQLDb in this repository. Have you committed your skeleton XMLs yet? If so, in which subdirectory? Regards - Chris Joost van der Sluis wrote: As fcl-db and sqldb are parts of fpc, the documenatation should be in the fpc-docs-reposito

Re: [fpc-pascal] Re: FCL-DB/SQLDB docs started

2008-01-25 Thread Joost van der Sluis
Op donderdag 24-01-2008 om 10:44 uur [tijdzone +0200], schreef Adrian Maier: > On Jan 23, 2008 5:01 PM, Joost van der Sluis <[EMAIL PROTECTED]> wrote: > > Op woensdag 23-01-2008 om 12:35 uur [tijdzone +], schreef Chris > > Kirkpatrick: > > > > > I have been given commit access to the /docs/xml/