fixlp

From Lazarus wiki
Revision as of 11:13, 6 January 2022 by Alextp (talk | contribs) (→‎About)
Jump to navigationJump to search

About

Lazarus 2.2.0 has changed default format of .lpi / .lps / .lpk files. XML structure was changed. The detailed description. So files in new format cannot be opened from Lazarus older than 2.2.0.

Users of old Lazarus versions can convert the file format by means of the fixlp utility. Source code (in Pascal) of this utility: SourceForge page.