Gridindex out of range
Posted: Mon Apr 17, 2023 3:37 am
When I compile a unit and if there's an error, then TwineCompile 5.5.1 (current GetIt version), seems to be the reason for the following error message thrown by C++ Builder 11.3 (Patch 1):
Gitterindex außerhalb des zulässigen Bereichs.
(German, means sth. like "Grid index is outside the allowed range.")
The message details shows the following stack trace:
[5844A1ED]{vcl280.bpl } Vcl.Grids.InvalidOp (Line 928, "Vcl.Grids.pas" + 1) + $E
[5844F7A0]{vcl280.bpl } Vcl.Grids.TCustomGrid.MoveCurrent (Line 3799, "Vcl.Grids.pas" + 2) + $10
[5844ECB4]{vcl280.bpl } Vcl.Grids.TCustomGrid.FocusCell (Line 3424, "Vcl.Grids.pas" + 1) + $9
[58452246]{vcl280.bpl } Vcl.Grids.TCustomGrid.SetRow (Line 5062, "Vcl.Grids.pas" + 0) + $12
[772E1848]{TwineCompilePluginCore110.dll} Unbekannte Funktion bei __dbk_fcall_wrapper + $FF78
[772F349A]{TwineCompilePluginCore110.dll} Unbekannte Funktion bei __dbk_fcall_wrapper + $21BCA
[583B6E7B]{vcl280.bpl } Vcl.ExtCtrls.TTimer.Timer (Line 3244, "Vcl.ExtCtrls.pas" + 1) + $E
[583B6D5B]{vcl280.bpl } Vcl.ExtCtrls.TTimer.WndProc (Line 3202, "Vcl.ExtCtrls.pas" + 4) + $7
[55B45C1C]{rtl280.bpl } System.Classes.StdWndProc (Line 18517, "System.Classes.pas" + 8) + $0
[58435263]{vcl280.bpl } Vcl.Forms.TApplication.ProcessMessage (Line 11488, "Vcl.Forms.pas" + 23) + $1
[584352A6]{vcl280.bpl } Vcl.Forms.TApplication.HandleMessage (Line 11518, "Vcl.Forms.pas" + 1) + $4
[584355E5]{vcl280.bpl } Vcl.Forms.TApplication.Run (Line 11657, "Vcl.Forms.pas" + 27) + $3
[005080A2]{bds.exe } bds.bds (Line 227, "" + 16) + $2
The TwineCompile-related lines translate to "unknown function at __dbk_fcall_wrapper ".
If I disable "Errors" in TwineCompile's "Compile Messages" panel, then the problem doesn't happen.
Gitterindex außerhalb des zulässigen Bereichs.
(German, means sth. like "Grid index is outside the allowed range.")
The message details shows the following stack trace:
[5844A1ED]{vcl280.bpl } Vcl.Grids.InvalidOp (Line 928, "Vcl.Grids.pas" + 1) + $E
[5844F7A0]{vcl280.bpl } Vcl.Grids.TCustomGrid.MoveCurrent (Line 3799, "Vcl.Grids.pas" + 2) + $10
[5844ECB4]{vcl280.bpl } Vcl.Grids.TCustomGrid.FocusCell (Line 3424, "Vcl.Grids.pas" + 1) + $9
[58452246]{vcl280.bpl } Vcl.Grids.TCustomGrid.SetRow (Line 5062, "Vcl.Grids.pas" + 0) + $12
[772E1848]{TwineCompilePluginCore110.dll} Unbekannte Funktion bei __dbk_fcall_wrapper + $FF78
[772F349A]{TwineCompilePluginCore110.dll} Unbekannte Funktion bei __dbk_fcall_wrapper + $21BCA
[583B6E7B]{vcl280.bpl } Vcl.ExtCtrls.TTimer.Timer (Line 3244, "Vcl.ExtCtrls.pas" + 1) + $E
[583B6D5B]{vcl280.bpl } Vcl.ExtCtrls.TTimer.WndProc (Line 3202, "Vcl.ExtCtrls.pas" + 4) + $7
[55B45C1C]{rtl280.bpl } System.Classes.StdWndProc (Line 18517, "System.Classes.pas" + 8) + $0
[58435263]{vcl280.bpl } Vcl.Forms.TApplication.ProcessMessage (Line 11488, "Vcl.Forms.pas" + 23) + $1
[584352A6]{vcl280.bpl } Vcl.Forms.TApplication.HandleMessage (Line 11518, "Vcl.Forms.pas" + 1) + $4
[584355E5]{vcl280.bpl } Vcl.Forms.TApplication.Run (Line 11657, "Vcl.Forms.pas" + 27) + $3
[005080A2]{bds.exe } bds.bds (Line 227, "" + 16) + $2
The TwineCompile-related lines translate to "unknown function at __dbk_fcall_wrapper ".
If I disable "Errors" in TwineCompile's "Compile Messages" panel, then the problem doesn't happen.