I installed the lazarus pascal IDE but it didn't install the help files.
Create a new application project.
It creates a new empty project.
Put the cursor in TForm:
Press F1.
It should open a help file but instead shows this error:
Create a new application project.
It creates a new empty project.
Put the cursor in TForm:
Code:
type
TForm1 = class(TForm)
It should open a help file but instead shows this error:
Code:
lcl.chm not found. Please put the chm help files in
/usr/lib/lazarus/2.0.6/docs/chm;/usr/lib/lazarus/2.0.6/docs/html;/usr/lib/lazarus/2.0.6/docs/html/lcl
or set the path to lcl.chm rtl.chm fcl.chm with "HelpFilesPath" in
Environment Options -> Help -> Help Options ->
under HelpViewers - CHMHelpViewer