[fpc-devel]warning related to tevent
Peter Vreman
peter at freepascal.org
Wed Jun 16 09:28:09 CEST 2004
> Hello,
>
> maybe you can explain what means this warning and hints. I looked at
> teventobject source and did not found there any abstract method.
> ...
> Free Pascal Compiler version 1.9.3 [2004/05/11] for i386
> ...
> u_cp_thread.pas(86,56) Warning: Constructing a class "TEVENTOBJECT" with
> abstra
> t methods
> u_cp_thread.pas(86,56) Hint: Found declaration: RELEASE
> u_cp_thread.pas(86,56) Hint: Found declaration: ACQUIRE
>
> line 86 is:
> CPEvent:= TEvent.Create(nil, true, false,CPEventName);
It can also be in the parent object(s). Without the declaration of the
class and the declaration of the parents it's impossible to tell.
More information about the fpc-devel
mailing list