Error 72

Haloa!

Folgender Fehler:

Error 72: Unit file format error (D:\Units\Graph.tpu)

Ich hoffe, ihr könnt mir helfen!

Patrick

Hallo Patrick,

ein wenig mehr Hintergrund wäre vorteilhaft, Delphi, Pascal, Version, wobei aufgetreten …

Wahrscheinlich ist es dies:
REBUILD TPUs. Remember to rebuild your old units with version
5.5 or you’ll get an error 72 (Unit file format error) when you
try to use that unit. To rebuild an entire program from the
Integrated Development Environment, load the main program into
the editor and select the COMPILE/BUILD menu command. If you
are using the command-line compiler, type:

tpc /b ProgramName

You’ll need to have all source code available in the logged
directory or in the OPTIONSDIRECTORYUNIT DIRECTORY path.

gefunden auf: http://thecoadletter.com/article/0,1410,20803,00.html

Manfred

Hallo Manfred,

tut mir Leid, war natürlich überschnell geschrieben.

Also hier dein Hintergrund:
Turbo Pascal Version 5.5; ich habe ein Grafikprogamm geschrieben und es tritt ständig nur der eine Fehler auf: „Error 72: Unit file formal error (D:\UNITS\GRAPH.TPU)“, obwohl ich bei Directories den richtigen Ordner, in dem sich die Units befinden, angegeben habe.

Ich hoffe, das reicht als Hintergrundinfo - mehr weiß ich nämlich nicht.

Vielen Dank im Voraus

Patrick

Hallo Patrick,

dann schau doch mal, was ich schon schrieb:

REBUILD TPUs. Remember to rebuild your old units with version
5.5 or you’ll get an error 72 (Unit file format error) when you
try to use that unit. To rebuild an entire program from the
Integrated Development Environment, load the main program into
the editor and select the COMPILE/BUILD menu command. If you
are using the command-line compiler, type:

tpc /b ProgramName

You’ll need to have all source code available in the logged
directory or in the OPTIONSDIRECTORYUNIT DIRECTORY path.

gefunden auf: http://thecoadletter.com/article/0,1410,20803,00.html

Manfred

Hallo,

Turbo Pascal Version 5.5; ich habe ein Grafikprogamm
geschrieben und es tritt ständig nur der eine Fehler auf:
„Error 72: Unit file formal error (D:\UNITS\GRAPH.TPU)“,
obwohl ich bei Directories den richtigen Ordner, in dem sich
die Units befinden, angegeben habe.

das Dateiformat der Unit passt scheinbar nicht zu deinem Compiler. Wo hast du die Unit GRAPH.TPU her? vermutlich ist sie nicht für TP5.5 sondern eine andere Version von TP. Ohne den Quellcode neu für TP5.5 zu compilieren wirst du dann nicht weiter kommen.

Druß, Niels

Hallo,

vielen Dank erstmal für die Antwort.

Wo hast du die Unit GRAPH.TPU her?

Das Programm habe von der Borland Seite, aber das Grafikwörterbuch habe ich von einer CD, auf der TP 7 ist, von der das Programm aber nicht installiert werden konnte.

Ohne
den Quellcode neu für TP5.5 zu compilieren wirst du dann nicht
weiter kommen.

Ist wahrscheinlich viel zu kompliziert für mich, wenn mich nicht alles täuscht? Aber wo kann ich an ein Grafikwörterbuch für TP 5.5 kommen. Ich habe es bereits bei Borland eingegeben, aber kein Ergebnis erhalten.

Nochmals Dankeschön

Patrick