Re: [Lazarus] Recommended practices for Win / Linux development.

2018-01-13 Thread Graeme Geldenhuys via Lazarus
On 2018-01-11 15:25, Donald Ziesig via Lazarus wrote: Shared Folders on Dropbox (for now). GitHub later. Just double check that what goes in does come out. About 2.5 years ago I let Dropbox (Windows client) "backup" my Git repositories. Silently (unknown to me at the time), Dropbox decided

Re: [Lazarus] Recommended practices for Win / Linux development.

2018-01-11 Thread Denis Kozlov via Lazarus
On 11/01/2018 15:25, Donald Ziesig via Lazarus wrote: How about Line Endings? You can use system unit constants which will map to the appropriate values on each platform: System.LineEnding System.DirectorySeparator

Re: [Lazarus] Recommended practices for Win / Linux development.

2018-01-11 Thread Mattias Gaertner via Lazarus
On Thu, 11 Jan 2018 10:25:24 -0500 Donald Ziesig via Lazarus wrote: >[...] > How about Line Endings? Lazarus and FPC support LF, CRLF and CR. Mattias -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org

Re: [Lazarus] Recommended practices for Win / Linux development.

2018-01-11 Thread Donald Ziesig via Lazarus
On 01/11/2018 03:21 AM, Mattias Gaertner via Lazarus wrote: On Wed, 10 Jan 2018 19:16:25 -0500 Donald Ziesig via Lazarus wrote: Hi Everyone! A long time ago, I tried to develop common software for Windows and Linux.  I remember having problems keeping the

Re: [Lazarus] Recommended practices for Win / Linux development.

2018-01-11 Thread Mattias Gaertner via Lazarus
On Wed, 10 Jan 2018 19:16:25 -0500 Donald Ziesig via Lazarus wrote: > Hi Everyone! > > A long time ago, I tried to develop common software for Windows and > Linux.  I remember having problems keeping the object files, etc, > separated so that the two versions of

[Lazarus] Recommended practices for Win / Linux development.

2018-01-10 Thread Donald Ziesig via Lazarus
Hi Everyone! A long time ago, I tried to develop common software for Windows and Linux.  I remember having problems keeping the object files, etc, separated so that the two versions of Lazarus would re-compile the appropriate files.  I have been working almost exclusively on Linux since