Op Thu, 31 Aug 2006, schreef Sergei Gorelkin:
> What makes a difference is actually TStrings.SetTextStr implementation.
> Delphi accesses the argument as null-terminated string, so it works perfectly
> well even without conversion. FPC implementation treats argument as
> AnsiString, accesses its
On Thu, 31 Aug 2006, Sergei Gorelkin wrote:
Thursday, August 31, 2006, 12:35:33 PM, Michael wrote:
MVC> On Thu, 31 Aug 2006, Sergei Gorelkin wrote:
Hello,
While porting some Delphi code, I found the following two
incomatibility issues. Should I report them as bugs?
Sample 1: It compiles
Thursday, August 31, 2006, 12:35:33 PM, Michael wrote:
MVC> On Thu, 31 Aug 2006, Sergei Gorelkin wrote:
>> Hello,
>>
>> While porting some Delphi code, I found the following two
>> incomatibility issues. Should I report them as bugs?
>>
>> Sample 1: It compiles both in Delphi and FPC, but FPC ex