<br><br><div class="gmail_quote">On 16 August 2011 19:47, Sven Barth <span dir="ltr"><<a href="mailto:pascaldragon@googlemail.com">pascaldragon@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Am 16.08.2011 16:08, schrieb Frank Church:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">
<br>
<br>
On 16 August 2011 14:26, Mattias Gaertner <<a href="mailto:nc-gaertnma@netcologne.de" target="_blank">nc-gaertnma@netcologne.de</a><br></div><div class="im">
<mailto:<a href="mailto:nc-gaertnma@netcologne.de" target="_blank">nc-gaertnma@<u></u>netcologne.de</a>>> wrote:<br>
<br>
On Tue, 16 Aug 2011 12:04:26 +0100<br></div><div class="im">
Frank Church <<a href="mailto:vfclists@gmail.com" target="_blank">vfclists@gmail.com</a> <mailto:<a href="mailto:vfclists@gmail.com" target="_blank">vfclists@gmail.com</a>>> wrote:<br>
<br>
> Is it necessary to save .compiled files to VCS, especially in a<br>
> crossplatform application?<br>
<br>
No.<br>
Do *not* save .compiled files in VCS.<br>
<br>
<br>
> Are they more applicable to packages or to projects.<br>
<br>
The same.<br>
<br>
<br>
> Are .lrs used by Lazarus 0.9.29 and above? I remember reading<br>
somewhere that<br>
> only .res are now enough, or some other such files.<br>
<br>
lrs files work with any version.<br>
Using .res files requires fpc 2.4.4+ and 0.9.29+.<br>
You can mix units using lrs and units using res in a project.<br>
<br>
<br>
<br>
What are .lrs files, are they actually necessary, or do .res files do<br>
the same thing?<br>
</div></blockquote>
<br>
.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.<br>
<br>
Regards,<br><font color="#888888">
Sven</font><div><div></div><div class="h5"><br>
<br>
<br>
--<br>
______________________________<u></u>_________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus.freepascal.org" target="_blank">Lazarus@lists.lazarus.<u></u>freepascal.org</a><br>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.<u></u>freepascal.org/mailman/<u></u>listinfo/lazarus</a><br>
</div></div></blockquote></div><br><br clear="all">Are .res compatible on a cross platform basis? Do they belong in VCS?<br><br>Are .lpi files compatible across platforms? I tried to merge a windows .lpi file into a Linux one and got a merge conflict.<br>
<br>Are such conflicts usually resolvable?<br>-- <br>Frank Church<br><br>=======================<br><a href="http://devblog.brahmancreations.com">http://devblog.brahmancreations.com</a><br>