Hallo Leute, ich bin irgednwie am verzweifeln !
Ich zeig euch mal den Quelltext:
Delphi-Quellcode:
Imortfilestring:=TStringList.Create;
if OpenDialog1.Execute then
begin
Imortfilestring.LoadFromFile(OpenDialog1.FileName);
end;
Wenn ich die stringlist so laden will kommt es zu einer AccessViolation.
Wenn ich das so mache funzt es:
Imortfilestring.LoadFromFile('c:\stringlist.txt');
Die AccessViolation spielt sich allso im Opendialog.Execute ab.
Ich weiss nicht mehr weiter
PLS PLS PLS HELP
mfg
Bundy