Lazarus IDE/how to

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< Lazarus IDE
Revision as of 21:05, 11 December 2024 by Woozle (talk | contribs) (Created page with "{{fmt/title|Lazarus IDE: how to|just a page of loose notes, so far}} * '''re-attach a lost form to a project''': ** create a new form with a temporary name ** save the projec...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Lazarus IDE: how to
just a page of loose notes, so far
  • re-attach a lost form to a project:
    • create a new form with a temporary name
    • save the project
    • delete the 2 form-related files it creates
    • rename the files for the form you want to load to that temporary name
    • (untested) re-save the form under its permanent name

Fixing Errors