Delphi 5 (Weitergabe des Befehls an das Programm ist ein Fehler aufgetreten)

Hi,
ich habe ein Problem.
Wenn ich eine .dpr Datei mit Delphi öffnen will, zeigt er mir diese Fehlermeldung an:
[Window Title]
C:\...\x.dpr

[Content]
Bei der Weitergabe des Befehls an das Programm ist ein Fehler aufgetreten.

[OK]

Danach hab ich dies getan:
Not sure about that. A lot of bad things happened in Vista ;] Here's a clue: go to regedit (start > run > regedit), open hkey_classes_root and find a ".dpr" key Now look on the right side, you should find a value sorta like "DelphiProject". Means now you have to find "DelphiProject" folder in hkey_classes_root. Expand it to "shell > open > command". See the value on the right. Mine is "C:\Program Files\Borland\Delphi7\Bin\delphi32.exe /np". The %1 should specify a filename to be opened so if the current setting doesn't work, change the value to c:\path_to_delphi_exe.exe "%1" (use the quotes around %1) That should tell explorer to pass the filename as the first parameter whenever you open a dpr file. if it still does not work - delete all the subfolders of "open".

NOTE: before editing anything, back up the key "DelphiProject" or whatever the name of it is in your system and delphi version.
Jetzt zeigt öffnet er zwar die Datei, doch er zeigt mir immer noch diese Fehlermeldung an.
Kann mir da jemand vll weiterhelfen? Er öffnet es ja jetzt richtig, doch diese Fehlermeldung stört mich schon etwas.
Als Betriebsystem läuft bei mir Windows 7.

Mit freundlichen Grüßen
Polynomdivision
 
Zurück
Oben