On 30.11.2021 13:43, Marc Weustink via fpc-devel wrote:
On 30-11-2021 13:37, Michael Van Canneyt via fpc-devel wrote:
On Tue, 30 Nov 2021, Marc Weustink via fpc-devel wrote:
Hi,
I ran into an issue with a piece of ported Delphi (6) code and RTTI.
Part of the Delphi code was based on strings w
On 30-11-2021 13:37, Michael Van Canneyt via fpc-devel wrote:
On Tue, 30 Nov 2021, Marc Weustink via fpc-devel wrote:
Hi,
I ran into an issue with a piece of ported Delphi (6) code and RTTI.
Part of the Delphi code was based on strings with a RTTI type
tkLString where in FPC the type app
On Tue, 30 Nov 2021, Marc Weustink via fpc-devel wrote:
Hi,
I ran into an issue with a piece of ported Delphi (6) code and RTTI.
Part of the Delphi code was based on strings with a RTTI type tkLString
where in FPC the type appeared to be tkAString. Fixing this was easy,
but it made me wond
Hi,
I ran into an issue with a piece of ported Delphi (6) code and RTTI.
Part of the Delphi code was based on strings with a RTTI type tkLString
where in FPC the type appeared to be tkAString. Fixing this was easy,
but it made me wonder what the difference is between them.
From the documentat