Re: [fpc-pascal] Class type to package name?

2017-07-21 Thread Michael Van Canneyt
On Thu, 20 Jul 2017, Anthony Walter wrote: Assuming the class type has been registered either through RegisterComponent or RegisterNoIcon, what is the most straight forward way to get the package name it is defined in given a class type? Define package ? Michael.

Re: [fpc-pascal] Static local variables available?

2017-07-21 Thread Santiago A.
El 20/07/2017 a las 15:50, Sven Barth via fpc-pascal escribió: > > Am 20.07.2017 13:01 schrieb "Bo Berglund" >: > > > > On Thu, 20 Jul 2017 11:11:50 +0200, Maciej Izak > > > wrote: > > > >

Re: [fpc-pascal] Class type to package name?

2017-07-21 Thread Anthony Walter
When I register a component with the IDE it is installed from a package. The package has a name. I want to know the name of the package, given a class type of a component registered in the IDE. See this issue: https://bugs.freepascal.org/view.php?id=32182 procedure RegisterForm(const Package:

Re: [fpc-pascal] Class type to package name?

2017-07-21 Thread Michael Van Canneyt
On Fri, 21 Jul 2017, Anthony Walter wrote: When I register a component with the IDE it is installed from a package. The package has a name. I want to know the name of the package, given a class type of a component registered in the IDE. See this issue:

Re: [fpc-pascal] Static local variables available?

2017-07-21 Thread Sven Barth via fpc-pascal
Am 21.07.2017 10:44 schrieb "Santiago A." : > > El 20/07/2017 a las 15:50, Sven Barth via fpc-pascal escribió: >> >> Am 20.07.2017 13:01 schrieb "Bo Berglund" : >> > >> > On Thu, 20 Jul 2017 11:11:50 +0200, Maciej Izak >> > wrote: >>

[fpc-pascal] strutils (RTL) content missing from fp-docs in Debian package

2017-07-21 Thread Peter
Hi, Since fpc version 3.0 (2.6.4 was OK) the Debian docs package has no content for strutils. Does anyone have any thoughts on what the cause might be? Regards, Peter B https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858797 ___ fpc-pascal

Re: [fpc-pascal] Sistema grande em CGI

2017-07-21 Thread Sven Barth via fpc-pascal
Am 21.07.2017 13:33 schrieb "Rogério Martins" : > > Bom dia pessoal ! > > Alguém aí já desenvolveu algum sistema grande em cgi ? (muitos acessos simultâneos, etc) > > Queria saber se ele dá conta, ou até onde se pode ir. > Eu só fiz aplicações pequenas. > > Obrigado This is

Re: [fpc-pascal] Subclassing generic records?

2017-07-21 Thread Ryan Joseph
Thanks Sven, that’s one way around it. So is it by design that records don’t have inheritance or is this planned? and is it also by design that classes don’t allow operator overloads inside them? That seems like an omission since the way they’re implemented in records is much nicer imo. >

Re: [fpc-pascal] Class type to package name?

2017-07-21 Thread Mattias Gaertner
On Fri, 21 Jul 2017 04:54:04 -0400 Anthony Walter wrote: > When I register a component with the IDE it is installed from a package. > The package has a name. I want to know the name of the package, given a > class type of a component registered in the IDE. You have to search

Re: [fpc-pascal] Sistema grande em CGI

2017-07-21 Thread Rogério Martins
Sorry ! Wrong list. Em 21 de julho de 2017 09:19, Sven Barth via fpc-pascal < fpc-pascal@lists.freepascal.org> escreveu: > Am 21.07.2017 13:33 schrieb "Rogério Martins" : > > > > Bom dia pessoal ! > > > > Alguém aí já desenvolveu algum sistema grande em cgi ? (muitos

Re: [fpc-pascal] Subclassing generic records?

2017-07-21 Thread Martin Schreiber
On Friday 21 July 2017 23:04:20 Ryan Joseph wrote: > Thanks Sven, that’s one way around it. > > So is it by design that records don’t have inheritance or is this planned? > MSElang has a concept of unified record, object and class constructs. There a record is a simplified object which never has

Re: [fpc-pascal] Subclassing generic records?

2017-07-21 Thread Sven Barth via fpc-pascal
Am 21.07.2017 23:36 schrieb "Ryan Joseph" : > > Thanks Sven, that’s one way around it. > > So is it by design that records don’t have inheritance or is this planned? Yes, that's by design and there are no plans to change this. > and is it also by design that classes

[fpc-pascal] Sistema grande em CGI

2017-07-21 Thread Rogério Martins
Bom dia pessoal ! Alguém aí já desenvolveu algum sistema grande em cgi ? (muitos acessos simultâneos, etc) Queria saber se ele dá conta, ou até onde se pode ir. Eu só fiz aplicações pequenas. Obrigado -- The Ubuntu Counter Project - user number # 33192

Re: [fpc-pascal] strutils (RTL) content missing from fp-docs in Debian package

2017-07-21 Thread Graeme Geldenhuys
On 2017-07-21 12:26, Peter wrote: Does anyone have any thoughts on what the cause might be? Maybe their build system used a old or broken fpdoc executable. The StrUtils documentation does exist, as can be seen here in the official online version: