Hello. I am using Delphi 2007 and I am trying to make record type file. In Delphi 7 there were no problems for me.
Type
Kompiuteris = record
...
end;
Failas = file of Kompiuteris;
But in Delphi 2007 I get problem. Error says that: Type "Kompiuteris" needs finalization. So, what is wrong?