[fpc-devel]warning related to tevent
Rimgaudas Laucius
rimga at ktl.mii.lt
Wed Jun 16 09:55:06 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);
More information about the fpc-devel
mailing list