[fpc-devel] Which of them are right (Delphi or FPC)

2006-04-17 Thread Amir Aavani
I developed a project in lazarus (FPC) and now when I try to run it in Delphi, it acts incorrect! I have a class TObjectCollection which is a collection of TObject: TObjectCollection= class (TObject) FMembers: array of TObject; ... ... public property Member [Index: Int

Re: [fpc-devel] Which of them are right (Delphi or FPC)

2006-04-18 Thread Vincent Snijders
Amir Aavani wrote: I developed a project in lazarus (FPC) and now when I try to run it in Delphi, it acts incorrect! I have a class TObjectCollection which is a collection of TObject: TObjectCollection= class (TObject) FMembers: array of TObject; ... ... public propert

Re: [fpc-devel] Which of them are right (Delphi or FPC)

2006-04-18 Thread Michael Van Canneyt
On Tue, 18 Apr 2006, Amir Aavani wrote: I developed a project in lazarus (FPC) and now when I try to run it in Delphi, it acts incorrect! I have a class TObjectCollection which is a collection of TObject: TObjectCollection= class (TObject) FMembers: array of TObject; ... ...