[fpc-pascal] Re: tstringlist.savetostream
Marco van de Voort
marcov at stack.nl
Wed Mar 17 06:52:50 CET 2010
In our previous episode, Terry A. Haimann said:
> Virtually the same logic in a fpc program doesn't work. The program
> runs, but nothing is submitted to the "AT" facility. I am suspecting
> something is requiring one of the libraries in Lazarus that I can't seem
> to get to compile in fpc such as fileutil, LResources or maybe
> Controls. But I may be missing something else. Something could be
> going on with the pipes that I don't understand. I don't know of a way
> to monitor the pipes or the "AT" Facility to see what is going on. I am
> running FC10-64
As said before, the FPC program might simply terminate and take the AT job
with it. Let it pauze at the end, e.g. a readln, and see if that makes a
difference.
A tool to see what is going could be "strace"
More information about the fpc-pascal
mailing list