[Lazarus] Files with .rst, .compiled files and .lrs extensions

Frank Church vfclists at gmail.com
Sat Oct 1 10:55:57 CEST 2011


On 16 August 2011 19:47, Sven Barth <pascaldragon at googlemail.com> wrote:

> Am 16.08.2011 16:08, schrieb Frank Church:
>
>>
>>
>> On 16 August 2011 14:26, Mattias Gaertner <nc-gaertnma at netcologne.de
>> <mailto:nc-gaertnma@**netcologne.de <nc-gaertnma at netcologne.de>>> wrote:
>>
>>    On Tue, 16 Aug 2011 12:04:26 +0100
>>    Frank Church <vfclists at gmail.com <mailto:vfclists at gmail.com>> wrote:
>>
>>     > Is it necessary to save .compiled files to VCS, especially in a
>>     > crossplatform application?
>>
>>    No.
>>    Do *not* save .compiled files in VCS.
>>
>>
>>     > Are they more applicable to packages or to projects.
>>
>>    The same.
>>
>>
>>     > Are .lrs used by Lazarus 0.9.29 and above? I remember reading
>>    somewhere that
>>     > only .res are now enough, or some other such files.
>>
>>    lrs files work with any version.
>>    Using .res files requires fpc 2.4.4+ and 0.9.29+.
>>    You can mix units using lrs and units using res in a project.
>>
>>
>>
>> What are .lrs files, are they actually necessary, or do .res files do
>> the same thing?
>>
>
> .lrs files are basically the predecessors of .res files (in the context of
> Lazarus). They are include files which contains the resource contents inside
> a Pascal array of Strings AFAIK and were used before full resource support
> in the compiler was available.
>
> Regards,
> Sven
>
>
>
> --
> ______________________________**_________________
> Lazarus mailing list
> Lazarus at lists.lazarus.**freepascal.org<Lazarus at lists.lazarus.freepascal.org>
> http://lists.lazarus.**freepascal.org/mailman/**listinfo/lazarus<http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus>
>


Are .res compatible on a cross platform basis? Do they belong in VCS?

Are .lpi files compatible across platforms? I tried to merge a windows .lpi
file into a Linux one and got a merge conflict.

Are such conflicts usually resolvable?
-- 
Frank Church

=======================
http://devblog.brahmancreations.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20111001/e478ddb4/attachment-0002.html>


More information about the Lazarus mailing list