Re: [Lazarus] We are planning the release of Lazarus 2.2

2021-06-21 Thread Henry Vermaak via lazarus
On Mon, 21 Jun 2021 at 11:35, Martin Frb via lazarus wrote: > The minimum supported version of FPC for this release will be FPC 3.2.0. > Due to some issues with optimized (-O2 and higher) code generated This bug? https://bugs.freepascal.org/view.php?id=38973 > by FPC 3.2.0 and 3.2.2, an extended

Re: [Lazarus] Windows startup infinite loop

2019-02-16 Thread Henry Vermaak via lazarus
On Sat, 16 Feb 2019 at 07:06, Dennis via lazarus wrote: > Henry Vermaak via lazarus wrote: > > We're having a strange problem here, an infinite loop happens on a > > customer's > > machine just after the main form is created. It doesn't happen when the >

Re: [Lazarus] Windows startup infinite loop

2019-02-15 Thread Henry Vermaak via lazarus
On Wed, Feb 13, 2019 at 05:37:10PM +, Henry Vermaak wrote: > We're having a strange problem here, an infinite loop happens on a customer's > machine just after the main form is created. It doesn't happen when the > program is run inside a debugger and it only happens on the customer's > machin

[Lazarus] Windows startup infinite loop

2019-02-13 Thread Henry Vermaak via lazarus
We're having a strange problem here, an infinite loop happens on a customer's machine just after the main form is created. It doesn't happen when the program is run inside a debugger and it only happens on the customer's machine(s), so it's probably related to their Windows configuration. The inf

Re: [Lazarus] Multi-line msgid in PO file

2019-02-06 Thread Henry Vermaak via lazarus
On Wed, Feb 06, 2019 at 04:16:49PM +0300, Maxim Ganetsky via lazarus wrote: > 06.02.2019 15:42, Henry Vermaak via lazarus пишет: > > It's a pity we've missed the release, can you merge this onto > > fixes_2_0? > > I don't think that this is a good idea at thi

Re: [Lazarus] Multi-line msgid in PO file

2019-02-06 Thread Henry Vermaak via lazarus
On Wed, Feb 06, 2019 at 03:58:37AM +0300, Maxim Ganetsky via lazarus wrote: > 01.02.2019 19:38, Henry Vermaak пишет: > >On Fri, 1 Feb 2019 at 12:46, Maxim Ganetsky via lazarus > > wrote: > >>As I remember, it was not the case earlier at least with Poedit. But its > >>current version behaves exactly

Re: [Lazarus] Multi-line msgid in PO file

2019-02-01 Thread Henry Vermaak via lazarus
On Fri, 1 Feb 2019 at 12:46, Maxim Ganetsky via lazarus wrote: > As I remember, it was not the case earlier at least with Poedit. But its > current version behaves exactly as you describe. Maybe it is indeed a > good idea to avoid changing these newlines. I will look into it. Thanks, much appreci

Re: [Lazarus] Multi-line msgid in PO file

2019-02-01 Thread Henry Vermaak via lazarus
On Thu, 31 Jan 2019 at 23:38, Maxim Ganetsky via lazarus wrote: > 31.01.2019 14:01, Henry Vermaak via lazarus пишет: > > On Wed, Jan 30, 2019 at 08:19:47PM +0300, Maxim Ganetsky via lazarus wrote: > >> 30.01.2019 20:10, Henry Vermaak via lazarus пишет: > >>> I&#x

Re: [Lazarus] Multi-line msgid in PO file

2019-01-31 Thread Henry Vermaak via lazarus
On Wed, Jan 30, 2019 at 08:19:47PM +0300, Maxim Ganetsky via lazarus wrote: > 30.01.2019 20:10, Henry Vermaak via lazarus пишет: > > I've had a problem with multi-line translations not working and realised > > that an extra '\n' was appended to the last line of the ms

[Lazarus] Multi-line msgid in PO file

2019-01-30 Thread Henry Vermaak via lazarus
I've had a problem with multi-line translations not working and realised that an extra '\n' was appended to the last line of the msgid in the PO file causing the translation lookup to fail. I'm assuming that this is a bug, but thought I'd ask here first. I've attached a simple patch. Henry Index

Re: [Lazarus] Auto session store etc.

2019-01-04 Thread Henry Vermaak via lazarus
On Fri, Jan 04, 2019 at 12:08:56PM +0100, Florian Klämpfl via lazarus wrote: > Is there any possibility that lazarus auto stores the current session > (project file, source files, session information etc.) every s? At the very least do an emergency save on SIGTERM and provide the option to re

Re: [Lazarus] How to deploy a Lazarus app for Windows?

2017-05-02 Thread Henry Vermaak via Lazarus
On Sat, Apr 29, 2017 at 09:00:14AM +0100, Tony Whyman via Lazarus wrote: > +1 > > IMHO, WIX is the best way to create Windows installer packages. It has the > great advantage of using XML scripts to define the installation package. > This allows you to put them under proper change control and make

Re: [Lazarus] Startup environment: to Gui, or not to GUI?

2017-04-11 Thread Henry Vermaak via Lazarus
On Tue, Apr 11, 2017 at 01:34:35PM +, Mark Morgan Lloyd via Lazarus wrote: > Something like this does appear to work, tested on Linux only. > > function notGui(): boolean; > > var i: integer; > > begin > i := IsaTty(Input); > {$ifdef ISGUI } > exit false; > {$endif ISGUI } > {$ifdef

Re: [Lazarus] Startup environment: to Gui, or not to GUI?

2017-04-11 Thread Henry Vermaak via Lazarus
On Tue, Apr 11, 2017 at 09:15:16AM +, Mark Morgan Lloyd via Lazarus wrote: > Apologies if this is an FAQ. > > Is there an orthodox way that a Lazarus program can very early on look at > how it's been started and decide whether it can usefully fall back to a text > mode, e.g. to display help in