Registriert seit: 5. Nov 2014
Ort: Baden Württemberg
133 Beiträge
Delphi 11 Alexandria
|
AW: Beim Kompilieren auf Debug kommt immer F2084 Interner Fehler
11. Apr 2023, 14:17
Das war die Antwort vom Embarcadero Support:
This is code in the compiler that displays that error:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
Symbol *GenLocalProcs()
...
invariant(procLineTab == 0 || procLineCur->varLocEntry == 0 ||
procLineCur->varLocEntry->h.proc == sym, "DBG");
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
The problem occurs inside while the compiler is compiling these local procedures.
ich muss schauen, ob wir den Codeschnipsel in ein separates kleines Programm extrahieren können um es leichter nachvollziehen zu können.
|