![]() |
Re: procedure / function
Zitat:
|
Re: procedure / function
das ist mir auch schon klar, hab ich jetzt vergessen, aber klappt trotzdem nicht
es kommt immer do in die richtung: "dies ist mit dateien nicht möglich" |
Re: procedure / function
ja sicher, ich weiß ja wohl noch was da kam, sonst könnt ich das ja schlecht fragen
|
Re: procedure / function
ich weiß ja nicht wo ihr jetzt sitzt, aber ich sitz in der schule und da hab ich nun mal kein delphi
|
Re: procedure / function
mal schnell was konstruiert
so in die richtung hat ich das gemacht
Delphi-Quellcode:
procedure keine_ahnung(x:file of ...);
begin assignfile(x,pchar(ExtractFilePath(Application.ExeName)+'???')); if fileexists(ExtractFilePath(Application.ExeName)+'???') then reset(x) else application.MessageBox('Es ist ein Fehler beim öffnen der Datei'+#10#13+'"???"'+#10#13+'aufgetreten','Fehler',mb_ok+mb_iconerror); end; |
Re: procedure / function
HI!
Sorry etwas OT: Aber man kann Posts editieren und muss nicht 5x hintereinander posten. Ciao fkerber |
Re: procedure / function
Mach Dir doch mal einen Typ, wenn es geht, dann so oder so nur so:
Delphi-Quellcode:
...:cat:...
type
TMyFileType = file of ...; procedure keine_ahnung(x: TMyFileType); begin ... |
Re: procedure / function
ich werds mal probieren
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 01:19 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