3
votes
Lazarus(FPC) forms even more compatible with delphi.
Parallel Pascal Worlds
– Starting with FPC version 2.5.1 lazarus and FPC allow to save forms in lfm format without the need of LRS files.This change make even easy migrate code from Delphi to Lazarus.Prereqs:Lazarus trunk version.FPC trunk version (tested with version 2.5.1, don't know which is the minimal version required).The steps are:1) Go to project options, tab miscellaneous and select fpc resources.2) Copy dfm file to lfm file.3) Open pas file on lazarus.4) search your dfm reference and replace it for{$IFNDEF LCL}{$R *.dfm}{$ELSE}{$R *.lfm}{$ENDIF} 5) Search the include for lrs file at inicialization ...
Statistics
|
Visits by Source |
User Actions |




