Hello.
Now that Lazarus 1.8 branch has been created it is time for translators
to review and update their translations.
Check out fixes branch
(http://svn.freepascal.org/svn/lazarus/branches/fixes_1_8 ), review and
update your translations and post updates to our bugtracker. See
\languages\
On 4/18/17, Dennis via Lazarus wrote:
> I noticed that it will happen more often if:
> 1)
> constructor TMyComponent.Create(TheOwner : TComponent);
> begin
>
> self.some_component := TSomeComponent.Create(TheOwner);
> end;
A bit OT, but would think that is bad practice.
Bart
--
___
I have an win32 multithreaded program written in lazarus 1.7, FPC 3.1.1
From time to time, when it quits, it will freezes and from the task
manager, the program will occupies the entire CPU core.
I noticed that it will happen more often if:
1)
constructor TMyComponent.Create(TheOwner : TCompon