Hi,

I'm trying to realize a Callback using TFPList ( many Procs should be able to hook themselves up ) . But when I try to add a Procedure to the List i get a:
Code:
WidgetDesktop.UserEventCallbackList.Add(@UserEvent);
...
infor.pp&#40;74,59&#41; Error&#58; Incompatible type for arg no. 1&#58; Got "<procedure>", expected "Pointer"
FreePascal fixes_2_2, quite recent svn

Thanks in advance
Bartek