Re: [fpc-pascal] TProcess stack size

2014-08-25 Thread Frank Poretzky
Hi Michael, on Mon, 25 Aug 2014 11:33:59 +0200 (CEST), you wrote: >On Fri, 22 Aug 2014, Frank Poretzky wrote: > >> Hi, >> >> in MS Windows is there a way to increase stack size for an executable >> run through TProcess? > >Not that I am aware of. > >> For portability reasons I tried to migrate fr

Re: [fpc-pascal] TProcess stack size

2014-08-25 Thread Michael Van Canneyt
On Fri, 22 Aug 2014, Frank Poretzky wrote: Hi, in MS Windows is there a way to increase stack size for an executable run through TProcess? Not that I am aware of. For portability reasons I tried to migrate from CreateProcess to TProcess, but when executing more complex operations of the c

[fpc-pascal] TProcess stack size

2014-08-22 Thread Frank Poretzky
Hi, in MS Windows is there a way to increase stack size for an executable run through TProcess? For portability reasons I tried to migrate from CreateProcess to TProcess, but when executing more complex operations of the called program it now aborts due to a memory shortage though simpler tasks in