Autor Beitrag
maxstegi
ontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic starofftopic star
Beiträge: 26

WIN XP SP2 (Suse Linux 10.0 OSS)
Delphi 2005 PE
BeitragVerfasst: Sa 19.11.05 22:37 
Hallo ihr,

meine Stringlist funkt net. :( :( :( :nixweiss: :nixweiss: :nixweiss:

Ich hab sie SICHER richtig vereinbart (var SLPrefs: TStringList)
Aber sobald SLPrefs.Create ausgeführt wird, schwätzt das Programm irgendetwas von Zugriffsverletzung
Auf der Datei ist kein Schreibschutz und genügend Rechte für SYSTEM und mich.

WAS kann ich tun??

Max
AXMD
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 4006
Erhaltene Danke: 7

Windows 10 64 bit
C# (Visual Studio 2019 Express)
BeitragVerfasst: Sa 19.11.05 22:43 
Ohne Code können wir dir da nicht helfen ;). Nach folgendem Zitat

user profile iconmaxstegi hat folgendes geschrieben:
SLPrefs.Create


vermute ich, dass du eigentlich das hier schreiben solltest:

ausblenden Delphi-Quelltext
1:
SLPrefs := TStringList.Create;					


AXMD
maxstegi Threadstarter
ontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic starofftopic star
Beiträge: 26

WIN XP SP2 (Suse Linux 10.0 OSS)
Delphi 2005 PE
BeitragVerfasst: Sa 19.11.05 22:47 
Titel: Danke
VIELEN DANK

Ich war saublöd!!! :? :? :roll: :roll: :oops:
Ich hab schon ewig nich mehr damit gearbeitet
Sorry
AXMD
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 4006
Erhaltene Danke: 7

Windows 10 64 bit
C# (Visual Studio 2019 Express)
BeitragVerfasst: Sa 19.11.05 22:50 
Die gute alte Glaskugel leistet immer wieder gute Dienste :mrgreen:

AXMD