lazarus 1.4.4 fpc 2.6.4

I got an error during the FNCUIPack compilation on lzarus 1.4.4 fpc 2.6.4

I got the error in:
procedure TTMSFNCCustomNonFocusablePopupForm.WMActivate(var Message: TWMActivate);
begin
  inherited;
  Message.Result := 1;
end;    
Unit LCLTMSFNCPopup line 1600
Here the error messages:
Messaggi, avvertimenti: 2
Warning: other unit files search path (aka unit path) of "LCLTMSFNCUIPackPkg 1.6" contains "mypath\TMS FNC UI Pack", which belongs to package "LCLTMSFNCUIPackPkgDE"
Warning: other unit files search path (aka unit path) of "LCLTMSFNCUIPackPkgDE 1.6" contains "mypath\tmssoftware\TMS FNC UI Pack", which belongs to package "LCLTMSFNCUIPackPkg"
Compilazione del pacchetto LCLTMSFNCUIPackPkg 1.6: Codice di uscita 1, Errori: 1, suggerimenti: 1
LCLTMSFNCPopup.pas(1602,12) Error: Wrong number of parameters specified for call to "WMActivate"
customform.inc(559,23) Hint: Found declaration: TCustomForm.WMActivate(var TLMActivate);

Hi, 


Thank you for your feedback.
We will investigate this here as soon as possible.

Hi, 


We have applied a fix for this issue, the next version will address this.