Re: [Lazarus] Can't compile Lazarus on Raspberry Pi3 using fpc 3.3.1 and Larzarus r>57100

2018-11-01 Thread Valdas Jankūnas via Lazarus
2018-11-01 23:47, Maxim Ganetsky via Lazarus rašė: 02.11.2018 0:42, Valdas Jankūnas via Lazarus пишет: gtk2proc.inc(4631,15) Fatal: Internal error 200108231 This line indicates FPC bug. Reported: https://bugs.freepascal.org/view.php?id=34495 -- Valdas Jankūnas --

Re: [Lazarus] Can't compile Lazarus on Raspberry Pi3 using fpc 3.3.1 and Larzarus r>57100

2018-11-01 Thread Maxim Ganetsky via Lazarus
02.11.2018 0:42, Valdas Jankūnas via Lazarus пишет: gtk2proc.inc(4631,15) Fatal: Internal error 200108231 This line indicates FPC bug. -- Best regards, Maxim Ganetsky mailto:gan...@narod.ru -- ___ Lazarus mailing list

[Lazarus] Can't compile Lazarus on Raspberry Pi3 using fpc 3.3.1 and Larzarus r>57100

2018-11-01 Thread Valdas Jankūnas via Lazarus
Hello, I have Raspberry Pi3 B with fresh Raspbian Stretch (image 2018-10-09) on it. I need FPC trunk because a Bug (https://bugs.freepascal.org/view.php?id=32005) so I followed these instructions and successfully compiled FPC from trunk r40152 (using 'OPT="-dFPC_ARMHF"'):

Re: [Lazarus] Loading an image to a mysql blob

2018-11-01 Thread Terry A. Haimann via Lazarus
I had already tried that.  I clicked on edit from the dbnavigator, uploaded the image and clicked post.  That is when the program would crash. I have taken the program a different route, gotten rid of the blob and replaced it with a varchar.  The varchar now has the filename of the jpeg.  It's

[Lazarus] App UI scaling idea

2018-11-01 Thread AlexeyT via Lazarus
I saw in some apps an option: scale UI - 100%..300%. Eg in Telegram. Can it be idea for LCL? Can u add global variable, GlobalScalingPercents, which is affected by OS PixelPerInch, but also can be affected by app? App can give option like in Telegram. -- Regards, Alexey --

Re: [Lazarus] Loading an image to a mysql blob

2018-11-01 Thread John Landmesser via Lazarus
Am 31.10.18 um 13:05 schrieb Terry A. Haimann via Lazarus: I tried loading an image into a Medium Blob.  The image uploads and shows up on my form, but when I click post on my DbNavigator the program gives me an access violation. Here is the source code: procedure

[Lazarus] Lazarus Release Candidate 2 of 2.0

2018-11-01 Thread Mattias Gaertner via Lazarus
The Lazarus team is glad to announce the second release candidate of Lazarus 2.0. This release was built with FPC 3.0.4. The previous release Lazarus 1.8.4 was built with FPC 3.0.4 as well. Here is the list of fixes for Lazarus 2.0.x: http://wiki.freepascal.org/Lazarus_2.0_fixes_branch Here is