![]() |
Re: Ini laden -> Programm stürzt ab
Hallo supermuckl,
zwar etwas verspätet, aber auf alle Fälle sollte das TRY/FINALLY Konstrukt so aussehen:
Code:
und irgendwann auch mal wieder monster.free falls du mehrere hast und eins stirbt mal oderso ;)[/quote]
PROCEDURE TFigur.LoadStats;
VAR Ini : TIniFile; BEGIN [color=red][b] Ini := TIniFile.Create(ExtractFilePath(Application.Exename) + 'stats.ini'); TRY[/b][/color] Name_ := Ini.ReadString('Settings', 'Name', ''); [..] Disziplin := Ini.ReadString('Settings', 'Disziplin', ''); FINALLY Ini.Free; END; END; |
Alle Zeitangaben in WEZ +1. Es ist jetzt 03:49 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz