On 2014-10-10 14:59, Marco van de Voort wrote:
> openxp.de and other crosspoint derivatives.
Excellent, thanks Marco.
Regards,
- Graeme -
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinf
Thank you. Generics is one of the best features the compiler has
lately implemented. I am happy to use it freely!
2014-10-10 9:34 GMT-03:00, Sven Barth :
> Am 10.10.2014 12:52 schrieb "luciano de souza" :
>>
>> Hello all,
>>
>> Nowadays, using FPC 2.6.4, specialized classes have a size limit on
>>
In our previous episode, Graeme Geldenhuys said:
> Does anybody know of an email or news (nntp) client written in Turbo
> Pascal's TurboVision, or in Free Pascal's FreeVision. Any links or
> screenshots would be very useful. Many thanks.
openxp.de and other crosspoint derivatives.
http://source
Il 07/10/2014 13:31, Graeme Geldenhuys ha scritto:
Hi Michael,
On 07/10/2014 12:12, Michael Schnell wrote:
Please don't use such excessive multi-line "declaimers" in a forum.
I did notice those (and don't like it either), but unfortunately nothing
I can do about it. It is my work address and
Am 10.10.2014 12:52 schrieb "luciano de souza" :
>
> Hello all,
>
> Nowadays, using FPC 2.6.4, specialized classes have a size limit on
> names. The compiler joins the the parent and child class names and
> when the resultant string reaches more than 32 characters, an error is
> raised.
>
> My ques
Hello all,
Nowadays, using FPC 2.6.4, specialized classes have a size limit on
names. The compiler joins the the parent and child class names and
when the resultant string reaches more than 32 characters, an error is
raised.
My question is: in the comming version of FPC, will be this issue
solved
Michael Van Canneyt wrote:
No, you can pass the interface pointer directly:
MyIntf : IMyInterface;
begin
MyIntf := MyClassInstance as IMyInterface;
end;
Then pass on MyIntf.
Thanks for the reply. That simplifies things.
Regards,
Adriaan van Os
__
On Fri, 10 Oct 2014, Adriaan van Os wrote:
Section 7.1 Definition in Chapter 7 Interfaces of the FreePascal Language
Reference says
"Instances of interfaces cannot be created directly: instead, an
instance of a class implementing the interface must be created."
However, I assume that Fre
Section 7.1 Definition in Chapter 7 Interfaces of the FreePascal Language
Reference says
"Instances of interfaces cannot be created directly: instead, an instance of a class implementing
the interface must be created."
However, I assume that FreePascal classes (inheriting from interfaces) ar