Paul Ishenin wrote:
Hmm... How it is so you dont think it fail? Or you suspect I imagine
that error message :)
And if someone want a test project - here it is.
Best regards,
Paul Ishenin.
program project2;
{$mode delphi}
// mode has no difference ofcource but error message differ
uses
Registry;
var
Reg: TRegIniFile;
begin
Reg := TRegIniFile.Create;
Reg.Free;
end.
_______________________________________________
fpc-devel maillist - [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel