Re: [Lazarus] Freepascal for web

2021-09-26 Thread Julius via lazarus
On 25/09/2021 12.29, Santiago A. via lazarus wrote: But I'm not still happy. Why can't I use a native compiled program for the backend?, it should faster, and more robust that any script, Personally I love pascal (also a first love) and Lazarus. But you also might want to look into golang.

Re: [Lazarus] SIGEGV crash when a hint displays under certain circumstances, qt5

2020-08-10 Thread Julius via lazarus
Hi, for anyone following this thread: it is fixed in Trunk. On 09.08.20 12:59, Julius via lazarus wrote: > Ok, I will look into that. Have a great Sunday. > > On 09.08.20 11:45, Juha Manninen via lazarus wrote: >> On Sun, Aug 9, 2020 at 10:17 AM Julius via lazarus >> wrote

Re: [Lazarus] SIGEGV crash when a hint displays under certain circumstances, qt5

2020-08-09 Thread Julius via lazarus
Ok, I will look into that. Have a great Sunday. On 09.08.20 11:45, Juha Manninen via lazarus wrote: > On Sun, Aug 9, 2020 at 10:17 AM Julius via lazarus > wrote: >> I'm running Laz 2.0.6, Kubuntu 20.04, it is a qt5 project. When built >> "generically" (ie, no

[Lazarus] SIGEGV crash when a hint displays under certain circumstances, qt5

2020-08-09 Thread Julius via lazarus
Hi, I've run into a problem and I can't find any references by google or mantis. Basically, depending on the path you take, displaying a hint in a qt5 build causes program crash with SIGEGV. The problem is easy to reproduce and to "fix". I'm running Laz 2.0.6, Kubuntu 20.04, it is a qt5 project.

Re: [Lazarus] error code "Can't load default MySQL library("libmysqlclient.so.20" or "libmysqlclient.so"). Check your installation.

2018-05-24 Thread Julius via Lazarus
On 05/25/2018 05:08 AM, Larry Dalton via Lazarus wrote: > My application was compiled on lazarus 1.8.2, along with mysql 5.7, > running on linux 17.2. I have verified that both libmysqlclient.so and > libmysqlclient.so.20 are in the unit directory that holds the executable > program. I still get

Re: [Lazarus] error code "Can't load default MySQL library("libmysqlclient.so.20" or "libmysqlclient.so"). Check your installation.

2018-05-24 Thread Julius via Lazarus
On 05/25/2018 05:08 AM, Larry Dalton via Lazarus wrote: > My application was compiled on lazarus 1.8.2, along with mysql 5.7, > running on linux 17.2. I have verified that both libmysqlclient.so and > libmysqlclient.so.20 are in the unit directory that holds the executable > program. I still get

Re: [Lazarus] Translation becomes "fuzzy". Why?

2017-07-14 Thread Julius via Lazarus
On 07/14/2017 11:06 AM, Valdas Jankūnas via Lazarus wrote: > > msgstr "„%4:s“ viduje „%1:s“ koordinatė „%0:s“ pakeista iš „%2:d“ į > „%3:d“." > > After revision update this translation is always marked as > "fuzzy,badformat". Why? Is rearrangement of arguments prohibited, or I > don't see where

Re: [Lazarus] Lazarus Release Candidate 3 of 1.8.0

2017-07-04 Thread Julius via Lazarus
On 07/04/2017 01:50 PM, brian via Lazarus wrote: > I'm seeing an *extremely* strange problem with 1.8.0 RC3, AMD64 > version as DEBs, as downloaded from SourceForge. > > I'm using the latest Ubuntu Studio 64-bit, which basically means > Ubuntu 17.04. Using the Lazarus IDE, and creating a totally

Re: [Lazarus] sqlite slowdown in release vs Lazarus IDE

2017-07-04 Thread Julius via Lazarus
seems to be well. On 07/03/2017 08:25 AM, Julius via Lazarus wrote: > Hi, > > I wonder if someone could perhaps suggest what could be causing a rather > large insert slowdown issue with a sqlite component. -- ___ Lazarus mailing list Lazarus@l

[Lazarus] sqlite slowdown in release vs Lazarus IDE

2017-07-02 Thread Julius via Lazarus
Hi, I wonder if someone could perhaps suggest what could be causing a rather large insert slowdown issue with a sqlite component. I'm compiling in Debian Jessie, using qt widgetset, and Lazarus 1.6. I've got a small database, about 200 items. In debug/IDE mode under Lazarus the insertion of thes