Re: [fpc-devel] tkLString vs tkAString

2021-11-30 Thread Ondrej Pokorny via fpc-devel
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

Re: [fpc-devel] tkLString vs tkAString

2021-11-30 Thread Marc Weustink via fpc-devel
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

Re: [fpc-devel] tkLString vs tkAString

2021-11-30 Thread Michael Van Canneyt via fpc-devel
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

[fpc-devel] tkLString vs tkAString

2021-11-30 Thread Marc Weustink via fpc-devel
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