Saturday, March 14, 2020

Fatal: Cannot find FastHTMLParser used by Clipbrd of package LCLBase

I have tried to install Lazarus 2.0.0 (FPC 3.0.4) on MX Linux 19.1 but got the following error message when compiling the default project created by Lazarus.

Fatal: Cannot find FastHTMLParser used by Clipbrd of package LCLBase.

One way to fix this is to install the fpc package, like:
$: sudo apt install fpc

Keywords: Free Pascal, Lazarus

No comments:

Test Code

netsh advfirewall firewall add rule name = "RPC Endpoint Mapper" dir = in action = allow protocol = TCP localport = 135 ...