Re: [Lazarus] Cross platform development (not compiling)

2008-12-11 Thread Mattias Gaertner
On Wed, 10 Dec 2008 11:11:59 +0200 Graeme Geldenhuys graemeg.li...@gmail.com wrote: On Tue, Dec 9, 2008 at 7:33 PM, Felipe Monteiro de Carvalho Ummm, now I see ... but they could be the same thing. Some kind of mode where certain compiler options or debugger options are overriden. That

Re: [Lazarus] Cross platform development (not compiling)

2008-12-10 Thread Graeme Geldenhuys
On Tue, Dec 9, 2008 at 7:33 PM, Felipe Monteiro de Carvalho Ummm, now I see ... but they could be the same thing. Some kind of mode where certain compiler options or debugger options are overriden. That would be very handy! MSEide has a very simple design/screen for this. And it works very

[Lazarus] Cross platform development (not compiling)

2008-12-09 Thread Reenen Laurie
When I work cross platform (develop at home on linux, and at work on windows), I have to have separate .lpi / lpr files for linux and windows... My assumption is that this line in the windows (lpi) version makes it not work: RunParams local FormatVersion Value=1/

Re: [Lazarus] Cross platform development (not compiling)

2008-12-09 Thread Felipe Monteiro de Carvalho
I think the solution would be having build modes, as already discussed and planned for 0.9.28. I also need this feature. -- Felipe Monteiro de Carvalho ___ Lazarus mailing list Lazarus@lazarus.freepascal.org

Re: [Lazarus] Cross platform development (not compiling)

2008-12-09 Thread Mattias Gärtner
Zitat von Reenen Laurie [EMAIL PROTECTED]: When I work cross platform (develop at home on linux, and at work on windows), I have to have separate .lpi / lpr files for linux and windows... My assumption is that this line in the windows (lpi) version makes it not work: RunParams

Re: [Lazarus] Cross platform development (not compiling)

2008-12-09 Thread Mattias Gärtner
Zitat von Felipe Monteiro de Carvalho [EMAIL PROTECTED]: I think the solution would be having build modes, as already discussed and planned for 0.9.28. I also need this feature. build modes are only for compilation. Not for debugging. Maybe you want debug modes? Mattias

Re: [Lazarus] Cross platform development (not compiling)

2008-12-09 Thread Felipe Monteiro de Carvalho
On Tue, Dec 9, 2008 at 3:19 PM, Mattias Gärtner [EMAIL PROTECTED] wrote: build modes are only for compilation. Not for debugging. Maybe you want debug modes? Ummm, now I see ... but they could be the same thing. Some kind of mode where certain compiler options or debugger options are overriden.