Re: [lazarus] Naming conventions

2006-07-24 Thread Marc Weustink
Felipe Monteiro de Carvalho wrote: On 7/23/06, Mark Morgan Lloyd <[EMAIL PROTECTED]> wrote: OK, so without having yet investigated your code I presume that this approach tends to put the created binaries in the same place, so the technique is to compile then extract the things to be run before

Re: [lazarus] Naming conventions

2006-07-24 Thread Mark Morgan Lloyd
Mattias Gaertner wrote: > > sounds like you are talking about "compiling the same source ON > > different platforms" and the OT talks about "compiling the same soure > > FOR different platforms" ;-) Exactly, and depending on how much I get working here that means different CPUs and OSes. > If yo

Re: [lazarus] Naming conventions

2006-07-24 Thread Mattias Gaertner
On Mon, 24 Jul 2006 11:58:42 +0200 Burkhard Carstens <[EMAIL PROTECTED]> wrote: > Am Montag, 24. Juli 2006 00:13 schrieb Felipe Monteiro de Carvalho: > > On 7/23/06, Mark Morgan Lloyd <[EMAIL PROTECTED]> wrote: > > > OK, so without having yet investigated your code I presume that > > > this approa

Re: [lazarus] Naming conventions

2006-07-24 Thread Burkhard Carstens
Am Montag, 24. Juli 2006 00:13 schrieb Felipe Monteiro de Carvalho: > On 7/23/06, Mark Morgan Lloyd <[EMAIL PROTECTED]> wrote: > > OK, so without having yet investigated your code I presume that > > this approach tends to put the created binaries in the same place, > > so the technique is to compil

Re: [lazarus] Naming conventions

2006-07-23 Thread Felipe Monteiro de Carvalho
On 7/23/06, Mark Morgan Lloyd <[EMAIL PROTECTED]> wrote: OK, so without having yet investigated your code I presume that this approach tends to put the created binaries in the same place, so the technique is to compile then extract the things to be run before going to the next architecture. I´m

Re: [lazarus] Naming conventions

2006-07-23 Thread Mark Morgan Lloyd
Thanks both for the thoughts, I'll work on it. > On Lazarus a single project is enougth for any number of platforms. If > you have any platform specific code, just enclose it with IFDEFs and > everything should be fine. OK, so without having yet investigated your code I presume that this approach

Re: [lazarus] Naming conventions

2006-07-23 Thread Felipe Monteiro de Carvalho
On 7/23/06, Mark Morgan Lloyd <[EMAIL PROTECTED]> wrote: Is there a preferred directory organisation for this sort of thing? I'm assuming that I will end up with distinct forms and user-interface code for Delphi and Lazarus but do I also need to maintain parallel Lazarus projects by target proces

Re: [lazarus] Naming conventions

2006-07-23 Thread Darius Blaszijk
LResources and some other Lazarus specific units like Buttons. You can use the LCL define or FPC define for that. Darius - Original Message - From: "Mark Morgan Lloyd" <[EMAIL PROTECTED]> To: Sent: Sunday, July 23, 2006 4:19 PM Subject: [lazarus] Naming conventions In ord

[lazarus] Naming conventions

2006-07-23 Thread Mark Morgan Lloyd
In order to get myself going properly using Lazarus I intend to take a "simple" file viewing program that I wrote for Delphi 1/3 and port it for Win-32 and Linux. In the latter case I hope to target x86 and SPARC, and might even have a go at Solaris if the v8 I've got is new enough. Is there a pre