V1.3.1.0 not compiling under Lazarus

Lazarus 2.0.6

It's the first time that I have problems to compile the package TMSWEBCorePkgLibLaz.lpk.

In unit WEBLib.Dialogs TFile can not be resolved. TFile is declared in WEBLib.WebCtrls, but adding the unit causes other compiler error messages.

Can you pls check this?


Best regards - Ulrich Groffy

Adding unit WEBLib.Ctrls to unit WEBLib.Dialogs and correcting two declarations make it compile :


//TGetAsStringProc = reference to procedure(AValue: string);
  TGetAsStringProc = procedure(AValue: string);

//TGetAsArrayBufferProc = reference to procedure(AValue: TJSArrayBuffer);
  TGetAsArrayBufferProc = procedure(AValue: TJSArrayBuffer);   

Thanks for pointing out.
We'll release 1.3.1.1 with this fix asap.