Closed GoogleCodeExporter closed 8 years ago
UPDATE: I created a simple console application and dropped my above script into
the delphi app and it compiled/ran just fine (replacing "PrintLn" with
"WriteLn" only). So my script is perfect when run in Delphi, but not in DWS.
Original comment by djjd47...@gmail.com
on 3 Nov 2012 at 6:22
UPDATE: After separating each function to be called separately, things are
working now. It's something about embedding a function inside a function inside
a procedure, specifically "PrintLn(RectToStr(Rect(50,40,30,20)));".
Original comment by djjd47...@gmail.com
on 3 Nov 2012 at 8:58
Can anyone confirm this issue? It appears that DWS doesn't accept calling a
function which returns a record being called inside another function's
parameter.
Original comment by djjd47...@gmail.com
on 8 Nov 2012 at 12:20
This issue was closed by revision r1615.
Original comment by zar...@gmail.com
on 8 Nov 2012 at 10:26
Original issue reported on code.google.com by
djjd47...@gmail.com
on 3 Nov 2012 at 5:54