Open GoogleCodeExporter opened 9 years ago
set breakpoints in every stage.
After hitting start, hit F9 5x (if you left the spinedit at 3, otherwise 2 +
value in spinedit) times, because the stages will get called.
Then close the main form.
Wait for max 30 sec ...
Delphi will stop at the breakpoints in the stages.
The object holding the Pipeline is freed before it stops at the breakpoint ...
Argh ... is this the problem ???
Original comment by geert.gr...@gmail.com
on 21 Jan 2015 at 10:23
argh yes... !!!
it's always in the small print.
Fixed with changing
fPipeLine.WaitFor(1000);
into
fPipeLine.WaitFor(40000);
Original comment by geert.gr...@gmail.com
on 21 Jan 2015 at 10:27
Original issue reported on code.google.com by
geert.gr...@gmail.com
on 21 Jan 2015 at 10:18Attachments: