[fpc-devel] TSimpleIPC is broken as a component in FPC 3.0.0
Denis Kozlov
dezlov at gmail.com
Wed Feb 24 19:06:52 CET 2016
TSimpleIPC.Loaded overrides TComponent.Loaded, but never calls the
inherited method to exclude csLoading from ComponentState.
This breaks TSimpleIPC as a component, i.e. it never gets activated when
used in Lazarus IDE.
It may also need to check for csDesigning and never activate itself at
design time.
Relevant ticket:
http://bugs.freepascal.org/view.php?id=29717
Denis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20160224/5342afe7/attachment.html>
More information about the fpc-devel
mailing list