Re: [Lazarus] Can't get rid of heaptrace!

2014-07-10 Thread Reinier Olislagers
On 11/07/2014 04:06, Donald Ziesig wrote: > I have a program that was working correctly. I used heaptrc to get it > that way:-) . Unfortunately, when I removed heaptrc from the uses clause > in the project the program no longer starts. Before the very first form > is displayed, I get a SegFault i

[Lazarus] Can't get rid of heaptrace!

2014-07-10 Thread Donald Ziesig
Hi All! I have a program that was working correctly. I used heaptrc to get it that way:-) . Unfortunately, when I removed heaptrc from the uses clause in the project the program no longer starts. Before the very first form is displayed, I get a SegFault in HEAPTRC_TRACEFREEMEMSIZE$POINTERS$

Re: [Lazarus] "Active NoGui" LCL Widget Type

2014-07-10 Thread Sven Barth
On 10.07.2014 16:36, Michael Schnell wrote: On 07/10/2014 02:49 PM, Sven Barth wrote: The TThreadManager.RTLEvent* procvars are available through analogous named RTLEvent* functions... OK. I found the global function "GetThreadManager" and via it's result I seemingly can use the TThread Qu

Re: [Lazarus] "Active NoGui" LCL Widget Type

2014-07-10 Thread Michael Schnell
On 07/10/2014 02:49 PM, Sven Barth wrote: The TThreadManager.RTLEvent* procvars are available through analogous named RTLEvent* functions... OK. I found the global function "GetThreadManager" and via it's result I seemingly can use the TThread Queue. Maybe it's possible to avoid using

Re: [Lazarus] "Active NoGui" LCL Widget Type

2014-07-10 Thread Michael Schnell
On 07/10/2014 02:49 PM, Sven Barth wrote: The TThreadManager.RTLEvent* procvars are available through analogous named RTLEvent* functions... Thanks a lot for the pointer. I'll take a look ASAP. -Michael -- ___ Lazarus mailing list Lazarus@lists

Re: [Lazarus] "Active NoGui" LCL Widget Type

2014-07-10 Thread Sven Barth
Am 10.07.2014 13:34 schrieb "Michael Schnell" : > > In order not to steel yet another Thread topic I answer in a new thread > > On 06/27/2014 11:35 AM, Mattias Gaertner wrote in "Re: [Lazarus] nonlcl basic issue: is codetools LCL dependent?": >> >> >>> handling the waiting and waking for both

[Lazarus] "Active NoGui" LCL Widget Type

2014-07-10 Thread Michael Schnell
In order not to steel yet another Thread topic I answer in a new thread On 06/27/2014 11:35 AM, Mattias Gaertner wrote in "Re: [Lazarus] nonlcl basic issue: is codetools LCL dependent?": handling the waiting and waking for both Queues simultaneously. This (waiting and waking regarding