2017-03-25 5:40 GMT-03:00 Sven Barth via fpc-pascal <
fpc-pascal@lists.freepascal.org>:
> Am 24.03.2017 19:55 schrieb "Michael Van Canneyt" >:
> >
> >
> >
> > On Fri, 24 Mar 2017, African Wild Dog wrote:
> >
> >> Hello,
> >>
> >> I need to write a code compatilble with both free pascal and delphi
Am 24.03.2017 19:55 schrieb "Michael Van Canneyt" :
>
>
>
> On Fri, 24 Mar 2017, African Wild Dog wrote:
>
>> Hello,
>>
>> I need to write a code compatilble with both free pascal and delphi using
>> the old style RTTI.
>> What are the diferences between delphi's and free pascal's
approach/types?
>
Hi,
On Fri, 24 Mar 2017, Graeme Geldenhuys wrote:
> On 2017-03-24 18:55, Michael Van Canneyt wrote:
> > They are. There is one dereference on Delphi which is not present in fpc,
> > although in fpc trunk
>
> Another minor difference is data types. From what I remember (and as can
> be seen in tiO
On 2017-03-24 18:55, Michael Van Canneyt wrote:
> They are. There is one dereference on Delphi which is not present in fpc,
> although in fpc trunk
Another minor difference is data types. From what I remember (and as can
be seen in tiOPF's code. eg: tiRTTI.pas) FPC has a few more data types
than D
On Fri, 24 Mar 2017, African Wild Dog wrote:
Hello,
I need to write a code compatilble with both free pascal and delphi using
the old style RTTI.
What are the diferences between delphi's and free pascal's approach/types?
I took a look at delphi's and fpc's TypInfo unit and it looks like the
Hello,
I need to write a code compatilble with both free pascal and delphi using
the old style RTTI.
What are the diferences between delphi's and free pascal's approach/types?
I took a look at delphi's and fpc's TypInfo unit and it looks like the
types/functions are compatible.
Regards
_