Re: [fpc-pascal] Writing generic enumerator

2011-10-11 Thread Sven Barth
Am 11.10.2011 06:32, schrieb leledumbo: Is it possible to write one? Due to the nature of enumerator, the iterator and iterated class usually form mutual dependency. With normal classes, this is no problem as mutual dependency can be resolved with forward type declaration. But what if it's used

[fpc-pascal] Reusing a TProcess object (issue 19997)

2011-10-11 Thread Vincent Snijders
Hi, Is it allowed to execute a TProcess object more than once? And if yes, different command lines be used? The reason I ask is issue 19997, each invocation of the compiler in Lazarus leaks a process handle and a thread handle on windows. (not tested on other OS-es). If is it allowed to re-use

Re: [fpc-pascal] Making a cross-compiler for STM32

2011-10-11 Thread Jeppe Græsdal Johansen
Den 11-10-2011 21:59, Koenraad Lelong skrev: On 11-10-11 15:56, Jeppe Græsdal Johansen wrote: Those errors seem to relate to some recent changes in the way heap management is done. Last I checked it worked just fine, but other things might have changed which broke it. I'll try to confirm if