Re[2]: [fpc-devel] Found two Delphi incompatibilities

2006-08-31 Thread Daniƫl Mantione
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

Re[2]: [fpc-devel] Found two Delphi incompatibilities

2006-08-31 Thread Michael Van Canneyt
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

Re[2]: [fpc-devel] Found two Delphi incompatibilities

2006-08-31 Thread Sergei Gorelkin
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