Re: [Lazarus] How to convert old *.lrs based forms to *.res

2014-09-01 Thread vfclists .
On 21 August 2014 17:23, Graeme Geldenhuys mailingli...@geldenhuys.co.uk
wrote:

 On 2014-08-21 06:14, leledumbo wrote:

  - Change resource format in the project options to FPC resources
  - ...snip...

 Thank you, those set of instructions worked perfectly.


 Regards,
   - Graeme -

 --
 fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
 http://fpgui.sourceforge.net/

 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


There is some info about switch to .res files in this forum thread:
http://forum.lazarus.freepascal.org/index.php/topic,22463.30.html . It
might be of some help

-- 
Frank Church

===
http://devblog.brahmancreations.com
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] How to convert old *.lrs based forms to *.res

2014-08-21 Thread Graeme Geldenhuys
On 2014-08-21 06:14, leledumbo wrote:

 - Change resource format in the project options to FPC resources
 - ...snip...

Thank you, those set of instructions worked perfectly.


Regards,
  - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] How to convert old *.lrs based forms to *.res

2014-08-20 Thread leledumbo
 Is there documentation or a wiki page on converting such old 
projects/forms to newer resources? Or does the IDE have this ability, 
but I simply haven't found it.

- Change resource format in the project options to FPC resources
- Change {$I *.lrs} in initialization section to {$R *.lfm}, optionally
remove the initialization section if it doesn't contain any other code
- Remove LResources from uses clause
- Optionally remove existing .lrs 




--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-How-to-convert-old-lrs-based-forms-to-res-tp4038205p4038207.html
Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com.

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus