Hi,
I have included the following lines in a "fpg_defines.inc" include file
in my project, yet when I compile/build my project, it still shows that
compiler hint (as can be seen in the attached screenshot).
// common compiler options
{$mode objfpc}{$H+}
{$interfaces corba}
{$warn 5024 off} // Hin
El 21/4/19 a les 18:22, Dennis ha escrit:
I am using FPC 3.0.4 Lazarus 2.00 on windows 64
I created a subclass of TThread and found out that the
TThread.OnTerminate event was never called (I already assigned it).
Also, I search the source code of TThread in classeh.inc and found that
there was
I am using FPC 3.0.4 Lazarus 2.00 on windows 64
I created a subclass of TThread and found out that the
TThread.OnTerminate event was never called (I already assigned it).
Also, I search the source code of TThread in classeh.inc and found that
there was no calling of FOnTerminate nor OnTerminate
On Sun, 21 Apr 2019 10:43:35 +0200, "Mgr. Janusz Chmiel"
wrote:
>Thank you very much for yours help.
>Yours advice helped Me. And I have finally downloaded really whole
>source code of Free Pascal including compiler and with The
>utils/fpcm
>folders.
>But I Am getting error from make about syste
Thank you very much for yours help.
Yours advice helped Me. And I have finally downloaded really whole
source code of Free Pascal including compiler and with The
utils/fpcm
folders.
But I Am getting error from make about system unit, so I do not know
where to set The path. To The units from dow