From gabor at poczta.onet.pl Sat Mar 1 00:52:45 2025 From: gabor at poczta.onet.pl (gabor) Date: Sat, 1 Mar 2025 00:52:45 +0100 Subject: [Lazarus] Forum login times out In-Reply-To: <70c984b7-474b-f712-7568-8a213989e4a2@freepascal.org> References: <1954980ffb1.d1ac6c70413959.5542969605256821973@moosemail.net> <70c984b7-474b-f712-7568-8a213989e4a2@freepascal.org> Message-ID: <324bf1a5-6f15-4313-b122-bf23e3a3293a@poczta.onet.pl> Please consider some general solution (if there is one) because the problem will only get worse. Micha?. W dniu 2025-02-28 o?08:49, Michael Van Canneyt via lazarus pisze: > > > On Thu, 27 Feb 2025, DougC via lazarus wrote: > >> I am trying to login to the site at >> >> https://forum.lazarus.freepascal.org/index.php?action=login2 >> >> >> >> The site comes back with an error: >> Your session timed out while posting. Please go back and try again. >> >> >> >> The "lost my password" link also produces a gateway timeout error. >> >> >> >> Can someone look at this? > > The sites are under what is presumably an AI scraping attack. The admins > are doing what they can, blocking IP ranges as much as possible.. > > Michael. > From michael at freepascal.org Sat Mar 1 09:13:50 2025 From: michael at freepascal.org (Michael Van Canneyt) Date: Sat, 1 Mar 2025 09:13:50 +0100 (CET) Subject: [Lazarus] Forum login times out In-Reply-To: <324bf1a5-6f15-4313-b122-bf23e3a3293a@poczta.onet.pl> References: <1954980ffb1.d1ac6c70413959.5542969605256821973@moosemail.net> <70c984b7-474b-f712-7568-8a213989e4a2@freepascal.org> <324bf1a5-6f15-4313-b122-bf23e3a3293a@poczta.onet.pl> Message-ID: <ee4cc7da-4260-dab5-6b83-74d98af8969c@freepascal.org> And what would that general solution be ? IMO there is little one can do against what amounts to a DDOS attack, except throw more money at it: additional machines, additional time etc. Michael. On Sat, 1 Mar 2025, gabor wrote: > Please consider some general solution (if there is one) because the problem > will only get worse. > > Micha?. > > W dniu 2025-02-28 o?08:49, Michael Van Canneyt via lazarus pisze: >> >> >> On Thu, 27 Feb 2025, DougC via lazarus wrote: >> >>> I am trying to login to the site at >>> >>> https://forum.lazarus.freepascal.org/index.php?action=login2 >>> >>> >>> >>> The site comes back with an error: >>> Your session timed out while posting. Please go back and try again. >>> >>> >>> >>> The "lost my password" link also produces a gateway timeout error. >>> >>> >>> >>> Can someone look at this? >> >> The sites are under what is presumably an AI scraping attack. The admins >> are doing what they can, blocking IP ranges as much as possible.. >> >> Michael. >> > From eric.moutie at laposte.net Sat Mar 1 16:06:02 2025 From: eric.moutie at laposte.net (eric.moutie at laposte.net) Date: Sat, 1 Mar 2025 16:06:02 +0100 (CET) Subject: [Lazarus] lazarus Digest, Vol 206, Issue 1 In-Reply-To: <mailman.1.1740826803.760941.lazarus@lists.lazarus-ide.org> References: <mailman.1.1740826803.760941.lazarus@lists.lazarus-ide.org> Message-ID: <1422399962.6262897.1740841562169@wlpnf0206.sys.meshcore.net> Hello, For information, there's this script: https://corz.org/server/tools/anti-hammer/?. After, it's just a start, against such attacks. As this script is open-source, it can evolve according to your needs (this script need to be installed, either via a `php_value auto_prepend_file command "/home/etc.../anti-hammer.php"` in the Apache server's .htaccess settings, or in the first line of the?Php source code inside the `bootstrap.php` file). This script limits @IP's consumption of resources, per each @IP. When one @IP hammers too much, the said @IP is warned that it's abusing CPU consumption, and then,?the said @IP is? automatically banned for 12h ,or 24, or ... hours (Cf. config). The @IPs are logged, too: so, it's possible to insert them manually in a `deny from @IP` inside the .htaccess. Regards. ? De : lazarus-request at lists.lazarus-ide.org A : lazarus at lists.lazarus-ide.org Envoy?: samedi 1 Mars 2025 12:00 Objet : ? Send lazarus mailing list submissions to lazarus at lists.lazarus-ide.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.lazarus-ide.org/listinfo/lazarus or, via email, send a message with subject or body 'help' to lazarus-request at lists.lazarus-ide.org You can reach the person managing the list at lazarus-owner at lists.lazarus-ide.org When replying, please edit your Subject line so it is more specific than "Re: Contents of lazarus digest..." Today's Topics: 1. Re: New MacOS user (Matthieu Giroux) 2. Re: Forum login times out (gabor) 3. Re: Forum login times out (Michael Van Canneyt) ---------------------------------------------------------------------- Message: 1 Date: Fri, 28 Feb 2025 17:18:07 +0000 (UTC) From: Matthieu Giroux To: Juha Manninen via lazarus Subject: Re: [Lazarus] New MacOS user Message-ID: <2058549246.9497275.1740763087304 at mail.yahoo.com> Content-Type: text/plain; charset="utf-8" I am searching Mac OS packagers and testers with www.Ancestromania.eu . Matthieu Giroux 13 Rue Fr Tanguy PRIGENT A.15 - 35000 RennesT?l : 09 61 37 01 82 - 06 44 733 008 http://www.liberlog.fr Le vendredi 28 f?vrier 2025 ? 11:10:52 UTC+1, Juha Manninen via lazarus a ?crit : On Fri, Feb 28, 2025 at 8:56?AM DougC via lazarus wrote: I'd really like to contribute to the Lazarus and FPC projects, but I need to get familiar with them more before making suggestions. I think I would be most helpful in editing documentation, but we will see. While I do this I think it will be worthwhile to test if the current state of the documentation is as good as we want it to be. So, I'll be doing what I think are smart steps and reporting on the problems I encounter. That way we can turn around and clarify instructions where it seems necessary. There is HTML documentation for the public APIs, functions and components.Other instructions for installation and usage etc. are in a community wiki. It has the same problems as any?community wiki, namely poorly structured and partly duplicate data spread around because there is no editor-in-chief.If you make corrections there, observe how the bigger structure looks. Don't be afraid to remove data when it is outdated or duplicate. Juha -- _______________________________________________ lazarus mailing list lazarus at lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ Message: 2 Date: Sat, 1 Mar 2025 00:52:45 +0100 From: gabor To: Lazarus mailing list Subject: Re: [Lazarus] Forum login times out Message-ID: <324bf1a5-6f15-4313-b122-bf23e3a3293a at poczta.onet.pl> Content-Type: text/plain; charset=UTF-8; format=flowed Please consider some general solution (if there is one) because the problem will only get worse. Micha?. W dniu 2025-02-28 o?08:49, Michael Van Canneyt via lazarus pisze: > > > On Thu, 27 Feb 2025, DougC via lazarus wrote: > >> I am trying to login to the site at >> >> https://forum.lazarus.freepascal.org/index.php?action=login2 >> >> >> >> The site comes back with an error: >> Your session timed out while posting. Please go back and try again. >> >> >> >> The "lost my password" link also produces a gateway timeout error. >> >> >> >> Can someone look at this? > > The sites are under what is presumably an AI scraping attack. The admins > are doing what they can, blocking IP ranges as much as possible.. > > Michael. > ------------------------------ Message: 3 Date: Sat, 1 Mar 2025 09:13:50 +0100 (CET) From: Michael Van Canneyt To: Lazarus mailing list Subject: Re: [Lazarus] Forum login times out Message-ID: Content-Type: text/plain; charset="utf-8"; Format="flowed" And what would that general solution be ? IMO there is little one can do against what amounts to a DDOS attack, except throw more money at it: additional machines, additional time etc. Michael. On Sat, 1 Mar 2025, gabor wrote: > Please consider some general solution (if there is one) because the problem > will only get worse. > > Micha?. > > W dniu 2025-02-28 o?08:49, Michael Van Canneyt via lazarus pisze: >> >> >> On Thu, 27 Feb 2025, DougC via lazarus wrote: >> >>> I am trying to login to the site at >>> >>> https://forum.lazarus.freepascal.org/index.php?action=login2 >>> >>> >>> >>> The site comes back with an error: >>> Your session timed out while posting. Please go back and try again. >>> >>> >>> >>> The "lost my password" link also produces a gateway timeout error. >>> >>> >>> >>> Can someone look at this? >> >> The sites are under what is presumably an AI scraping attack. The admins >> are doing what they can, blocking IP ranges as much as possible.. >> >> Michael. >> > ------------------------------ Subject: Digest Footer -- _______________________________________________ lazarus mailing list lazarus at lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus ------------------------------ End of lazarus Digest, Vol 206, Issue 1 *************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20250301/ff019882/attachment.htm> From wsherman at gmail.com Sat Mar 1 16:49:22 2025 From: wsherman at gmail.com (Wayne Sherman) Date: Sat, 1 Mar 2025 07:49:22 -0800 Subject: [Lazarus] Forum login times out In-Reply-To: <ee4cc7da-4260-dab5-6b83-74d98af8969c@freepascal.org> References: <1954980ffb1.d1ac6c70413959.5542969605256821973@moosemail.net> <70c984b7-474b-f712-7568-8a213989e4a2@freepascal.org> <324bf1a5-6f15-4313-b122-bf23e3a3293a@poczta.onet.pl> <ee4cc7da-4260-dab5-6b83-74d98af8969c@freepascal.org> Message-ID: <CAFRksz+mc+dRfcK2mMZ3r6JdTHO3J7sMwx6M40eTrAvx1hAkYw@mail.gmail.com> Michael Van Canneyt wrote: > And what would that general solution be ? Many websites are using CloudFlare. They have free Website DDos protection and bot protection ("are you a human?"): https://www.cloudflare.com/ddos/ https://www.cloudflare.com/application-services/products/ddos-for-web/ From michael at freepascal.org Sat Mar 1 21:59:34 2025 From: michael at freepascal.org (Michael Van Canneyt) Date: Sat, 1 Mar 2025 21:59:34 +0100 (CET) Subject: [Lazarus] Forum login times out In-Reply-To: <CAFRksz+mc+dRfcK2mMZ3r6JdTHO3J7sMwx6M40eTrAvx1hAkYw@mail.gmail.com> References: <1954980ffb1.d1ac6c70413959.5542969605256821973@moosemail.net> <70c984b7-474b-f712-7568-8a213989e4a2@freepascal.org> <324bf1a5-6f15-4313-b122-bf23e3a3293a@poczta.onet.pl> <ee4cc7da-4260-dab5-6b83-74d98af8969c@freepascal.org> <CAFRksz+mc+dRfcK2mMZ3r6JdTHO3J7sMwx6M40eTrAvx1hAkYw@mail.gmail.com> Message-ID: <7af2d38c-081-dcdb-45d0-b7d6bbdf63@freepascal.org> On Sat, 1 Mar 2025, Wayne Sherman wrote: > Michael Van Canneyt wrote: >> And what would that general solution be ? > > Many websites are using CloudFlare. They have free Website DDos > protection and bot protection ("are you a human?"): I'd rather have something under our own control. I have had bad experiences with cloudflare, it even locked me out of gitlab at some point - exactly with the 'are you a human' question. I had to file a bugreport. Michael. From giuliano.colla at fastwebnet.it Sun Mar 2 00:17:34 2025 From: giuliano.colla at fastwebnet.it (Giuliano Colla) Date: Sun, 2 Mar 2025 00:17:34 +0100 Subject: [Lazarus] Forum login times out In-Reply-To: <7af2d38c-081-dcdb-45d0-b7d6bbdf63@freepascal.org> References: <1954980ffb1.d1ac6c70413959.5542969605256821973@moosemail.net> <70c984b7-474b-f712-7568-8a213989e4a2@freepascal.org> <324bf1a5-6f15-4313-b122-bf23e3a3293a@poczta.onet.pl> <ee4cc7da-4260-dab5-6b83-74d98af8969c@freepascal.org> <CAFRksz+mc+dRfcK2mMZ3r6JdTHO3J7sMwx6M40eTrAvx1hAkYw@mail.gmail.com> <7af2d38c-081-dcdb-45d0-b7d6bbdf63@freepascal.org> Message-ID: <bd9ad645-5ea3-4288-8079-ea391605dcb0@fastwebnet.it> Il 01/03/25 21:59, Michael Van Canneyt via lazarus ha scritto: > > > On Sat, 1 Mar 2025, Wayne Sherman wrote: > >> Michael Van Canneyt wrote: >>> And what would that general solution be ? >> >> Many websites are using CloudFlare.? They have free Website DDos >> protection and bot protection ("are you a human?"): > > I'd rather have something under our own control. I cannot but agree with you. Whenever for my websites I tried to use something providing more than a bare bone website? I got more troubles than advantages. However different providers offer some extra features. The one I'm currently using includes a DDos protection which you may enable or disable from a configuration page. Unfortunately it's based on Italy and Spain only, to my knowledge. Giuliano > > I have had bad experiences with cloudflare, it even locked me out of > gitlab > at some point - exactly with the 'are you a human' question. I had to > file a > bugreport. > > Michael. -- Do not do to others as you would have them do to you.They might have different tastes. From marc at dommelstein.nl Sun Mar 2 13:27:54 2025 From: marc at dommelstein.nl (Marc Weustink) Date: Sun, 02 Mar 2025 13:27:54 +0100 Subject: [Lazarus] lazarus Digest, Vol 206, Issue 1 In-Reply-To: <1422399962.6262897.1740841562169@wlpnf0206.sys.meshcore.net> References: <mailman.1.1740826803.760941.lazarus@lists.lazarus-ide.org> <1422399962.6262897.1740841562169@wlpnf0206.sys.meshcore.net> Message-ID: <BB73D7FC-9FC2-41C3-A025-D4A5382E02B6@dommelstein.nl> Having a php solution is worse than someone hamming the server. Last week someone was looking for server vurnabilities, firing 300 connections per second. The server could handle that, it was just a bit slower (that's what triggered me). Sending those requests to PHP, would kill the server immediately. Marc On March 1, 2025 4:06:02 PM GMT+01:00, devEric69 via lazarus <lazarus at lists.lazarus-ide.org> wrote: >Hello, > >For information, there's this script: https://corz.org/server/tools/anti-hammer/?. After, it's just a start, against such attacks. As this script is open-source, it can evolve according to your needs (this script need to be installed, either via a `php_value auto_prepend_file command "/home/etc.../anti-hammer.php"` in the Apache server's .htaccess settings, or in the first line of the?Php source code inside the `bootstrap.php` file). > >This script limits @IP's consumption of resources, per each @IP. When one @IP hammers too much, the said @IP is warned that it's abusing CPU consumption, and then,?the said @IP is? automatically banned for 12h ,or 24, or ... hours (Cf. config). The @IPs are logged, too: so, it's possible to insert them manually in a `deny from @IP` inside the .htaccess. > >Regards. >? > >De : lazarus-request at lists.lazarus-ide.org >A : lazarus at lists.lazarus-ide.org >Envoy?: samedi 1 Mars 2025 12:00 >Objet : >? >Send lazarus mailing list submissions to >lazarus at lists.lazarus-ide.org > >To subscribe or unsubscribe via the World Wide Web, visit >https://lists.lazarus-ide.org/listinfo/lazarus >or, via email, send a message with subject or body 'help' to >lazarus-request at lists.lazarus-ide.org > >You can reach the person managing the list at >lazarus-owner at lists.lazarus-ide.org > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of lazarus digest..." > > >Today's Topics: > >1. Re: New MacOS user (Matthieu Giroux) >2. Re: Forum login times out (gabor) >3. Re: Forum login times out (Michael Van Canneyt) > > >---------------------------------------------------------------------- > >Message: 1 >Date: Fri, 28 Feb 2025 17:18:07 +0000 (UTC) >From: Matthieu Giroux >To: Juha Manninen via lazarus >Subject: Re: [Lazarus] New MacOS user >Message-ID: <2058549246.9497275.1740763087304 at mail.yahoo.com> >Content-Type: text/plain; charset="utf-8" > >I am searching Mac OS packagers and testers with www.Ancestromania.eu . > >Matthieu Giroux 13 Rue Fr Tanguy PRIGENT A.15 - 35000 RennesT?l : 09 61 37 01 82 - 06 44 733 008 >http://www.liberlog.fr > >Le vendredi 28 f?vrier 2025 ? 11:10:52 UTC+1, Juha Manninen via lazarus a ?crit : > >On Fri, Feb 28, 2025 at 8:56?AM DougC via lazarus wrote: > >I'd really like to contribute to the Lazarus and FPC projects, but I need to get familiar with them more before making suggestions. I think I would be most helpful in editing documentation, but we will see. > >While I do this I think it will be worthwhile to test if the current state of the documentation is as good as we want it to be. So, I'll be doing what I think are smart steps and reporting on the problems I encounter. That way we can turn around and clarify instructions where it seems necessary. > > >There is HTML documentation for the public APIs, functions and components.Other instructions for installation and usage etc. are in a community wiki. It has the same problems as any?community wiki, namely poorly structured and partly duplicate data spread around because there is no editor-in-chief.If you make corrections there, observe how the bigger structure looks. Don't be afraid to remove data when it is outdated or duplicate. >Juha >-- >_______________________________________________ >lazarus mailing list >lazarus at lists.lazarus-ide.org >https://lists.lazarus-ide.org/listinfo/lazarus > >-------------- next part -------------- >An HTML attachment was scrubbed... >URL: > >------------------------------ > >Message: 2 >Date: Sat, 1 Mar 2025 00:52:45 +0100 >From: gabor >To: Lazarus mailing list >Subject: Re: [Lazarus] Forum login times out >Message-ID: <324bf1a5-6f15-4313-b122-bf23e3a3293a at poczta.onet.pl> >Content-Type: text/plain; charset=UTF-8; format=flowed > >Please consider some general solution (if there is one) because the >problem will only get worse. > >Micha?. > >W dniu 2025-02-28 o?08:49, Michael Van Canneyt via lazarus pisze: >> >> >> On Thu, 27 Feb 2025, DougC via lazarus wrote: >> >>> I am trying to login to the site at >>> >>> https://forum.lazarus.freepascal.org/index.php?action=login2 >>> >>> >>> >>> The site comes back with an error: >>> Your session timed out while posting. Please go back and try again. >>> >>> >>> >>> The "lost my password" link also produces a gateway timeout error. >>> >>> >>> >>> Can someone look at this? >> >> The sites are under what is presumably an AI scraping attack. The admins >> are doing what they can, blocking IP ranges as much as possible.. >> >> Michael. >> > > > >------------------------------ > >Message: 3 >Date: Sat, 1 Mar 2025 09:13:50 +0100 (CET) >From: Michael Van Canneyt >To: Lazarus mailing list >Subject: Re: [Lazarus] Forum login times out >Message-ID: >Content-Type: text/plain; charset="utf-8"; Format="flowed" > > >And what would that general solution be ? > >IMO there is little one can do against what amounts to a DDOS attack, >except throw more money at it: additional machines, additional time etc. > >Michael. > >On Sat, 1 Mar 2025, gabor wrote: > >> Please consider some general solution (if there is one) because the problem >> will only get worse. >> >> Micha?. >> >> W dniu 2025-02-28 o?08:49, Michael Van Canneyt via lazarus pisze: >>> >>> >>> On Thu, 27 Feb 2025, DougC via lazarus wrote: >>> >>>> I am trying to login to the site at >>>> >>>> https://forum.lazarus.freepascal.org/index.php?action=login2 >>>> >>>> >>>> >>>> The site comes back with an error: >>>> Your session timed out while posting. Please go back and try again. >>>> >>>> >>>> >>>> The "lost my password" link also produces a gateway timeout error. >>>> >>>> >>>> >>>> Can someone look at this? >>> >>> The sites are under what is presumably an AI scraping attack. The admins >>> are doing what they can, blocking IP ranges as much as possible.. >>> >>> Michael. >>> >> > >------------------------------ > >Subject: Digest Footer > >-- >_______________________________________________ >lazarus mailing list >lazarus at lists.lazarus-ide.org >https://lists.lazarus-ide.org/listinfo/lazarus > > >------------------------------ > >End of lazarus Digest, Vol 206, Issue 1 >*************************************** > From marc at dommelstein.nl Sun Mar 2 13:32:22 2025 From: marc at dommelstein.nl (Marc Weustink) Date: Sun, 02 Mar 2025 13:32:22 +0100 Subject: [Lazarus] Forum login times out In-Reply-To: <CAFRksz+mc+dRfcK2mMZ3r6JdTHO3J7sMwx6M40eTrAvx1hAkYw@mail.gmail.com> References: <1954980ffb1.d1ac6c70413959.5542969605256821973@moosemail.net> <70c984b7-474b-f712-7568-8a213989e4a2@freepascal.org> <324bf1a5-6f15-4313-b122-bf23e3a3293a@poczta.onet.pl> <ee4cc7da-4260-dab5-6b83-74d98af8969c@freepascal.org> <CAFRksz+mc+dRfcK2mMZ3r6JdTHO3J7sMwx6M40eTrAvx1hAkYw@mail.gmail.com> Message-ID: <0C048CD7-CF64-4003-B227-637E85E0BB4E@dommelstein.nl> On March 1, 2025 4:49:22 PM GMT+01:00, Wayne Sherman via lazarus <lazarus at lists.lazarus-ide.org> wrote: >Michael Van Canneyt wrote: >> And what would that general solution be ? > >Many websites are using CloudFlare. They have free Website DDos >protection and bot protection ("are you a human?"): I hate that service. On several sites I've upteen times been clicking all busses, cycles, firehouses, etc. To find out that no the resource you want to access is not available to you. Besides that, it is yet another company tracking your browse behavior. I won't spend any cent on them Marc From marc at dommelstein.nl Sun Mar 2 13:35:37 2025 From: marc at dommelstein.nl (Marc Weustink) Date: Sun, 02 Mar 2025 13:35:37 +0100 Subject: [Lazarus] Forum login times out In-Reply-To: <1954980ffb1.d1ac6c70413959.5542969605256821973@moosemail.net> References: <1954980ffb1.d1ac6c70413959.5542969605256821973@moosemail.net> Message-ID: <47278E0B-B3A0-4390-B011-964A71280E03@dommelstein.nl> You probably triggered some anti bot pattern. Did you get a 'cookies are required' message? Marc On February 27, 2025 11:22:25 PM GMT+01:00, DougC via lazarus <lazarus at lists.lazarus-ide.org> wrote: >I am trying to login to the site at? > >https://forum.lazarus.freepascal.org/index.php?action=login2 > > > >The site comes back with an error: >Your session timed out while posting. Please go back and try again. > > > >The "lost my password" link also produces a gateway timeout error. > > > >Can someone look at this? > > > >Doug C. From nightrider43 at gmail.com Mon Mar 10 00:10:47 2025 From: nightrider43 at gmail.com (=?UTF-8?Q?Ar=C3=AD_Ricardo_Ody?=) Date: Sun, 9 Mar 2025 20:10:47 -0300 Subject: [Lazarus] Access JPEG metadata Message-ID: <CAFyG-Fvut77wUksscdsW0Aeo0f5c6Eb10o5ycD3VPRC6SVnWbg@mail.gmail.com> Hello everyone! I need to write a program to access metadata from JPEG or JPG files. I asked chatGPT for help and the explanations refer to a unit that is not found. Then he tried to make me add a package that was also not found where it was indicated. So after trying it myself, I conclude that I can't understand how to access the aforementioned metadata. After these explanations, I respectfully ask if it would be possible for you to teach me the path I need to follow to access it. Greetings from Sao Paulo - Brazil Ar? Ricardo -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20250309/93b980a7/attachment.htm> From jean.suzineau at wanadoo.fr Mon Mar 10 00:32:36 2025 From: jean.suzineau at wanadoo.fr (Jean SUZINEAU) Date: Mon, 10 Mar 2025 00:32:36 +0100 Subject: [Lazarus] Access JPEG metadata In-Reply-To: <CAFyG-Fvut77wUksscdsW0Aeo0f5c6Eb10o5ycD3VPRC6SVnWbg@mail.gmail.com> References: <CAFyG-Fvut77wUksscdsW0Aeo0f5c6Eb10o5ycD3VPRC6SVnWbg@mail.gmail.com> Message-ID: <6cdab7fa-342c-4013-8802-7c21585f6dad@wanadoo.fr> I made some code to do this 8 years ago but I don't remember all the details. https://github.com/jsuzineau/pascal_o_r_mapping/blob/master/pascal_o_r_mapping/2_Units/uDimensions_from_pasjpeg.pas Apparently from my comments I was inspired by the source code of TFPReaderJPEG.InternalRead in the FPReadJPEG.pas unit of FreePascal: https://www.freepascal.org/daily/packages/fcl-image/fpreadjpeg/index-4.html From werner.pamler at freenet.de Mon Mar 10 00:46:46 2025 From: werner.pamler at freenet.de (Werner Pamler) Date: Mon, 10 Mar 2025 00:46:46 +0100 Subject: [Lazarus] Access JPEG metadata In-Reply-To: <CAFyG-Fvut77wUksscdsW0Aeo0f5c6Eb10o5ycD3VPRC6SVnWbg@mail.gmail.com> References: <CAFyG-Fvut77wUksscdsW0Aeo0f5c6Eb10o5ycD3VPRC6SVnWbg@mail.gmail.com> Message-ID: <30ec18fa-0b4d-4561-9737-4fde134e276a@freenet.de> Try fpExif: https://sourceforge.net/p/lazarus-ccr/svn/HEAD/tree/components/fpexif/ From andrea.mauri.75 at gmail.com Mon Mar 10 10:46:04 2025 From: andrea.mauri.75 at gmail.com (Andrea Mauri) Date: Mon, 10 Mar 2025 10:46:04 +0100 Subject: [Lazarus] Access JPEG metadata In-Reply-To: <30ec18fa-0b4d-4561-9737-4fde134e276a@freenet.de> References: <CAFyG-Fvut77wUksscdsW0Aeo0f5c6Eb10o5ycD3VPRC6SVnWbg@mail.gmail.com> <30ec18fa-0b4d-4561-9737-4fde134e276a@freenet.de> Message-ID: <CAHtPRHNza2ExittpF_s=+BF2iH7Uc3DdQ8+Ox_Ox-pwVjiEEcQ@mail.gmail.com> There is a library to add metadata to PNG too? On Mon, 10 Mar 2025 at 00:56, Werner Pamler via lazarus < lazarus at lists.lazarus-ide.org> wrote: > Try fpExif: > https://sourceforge.net/p/lazarus-ccr/svn/HEAD/tree/components/fpexif/ > -- > _______________________________________________ > lazarus mailing list > lazarus at lists.lazarus-ide.org > https://lists.lazarus-ide.org/listinfo/lazarus > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20250310/46424d6f/attachment.htm> From werner.pamler at freenet.de Mon Mar 10 11:26:30 2025 From: werner.pamler at freenet.de (Werner Pamler) Date: Mon, 10 Mar 2025 11:26:30 +0100 Subject: [Lazarus] Access JPEG metadata In-Reply-To: <CAHtPRHNza2ExittpF_s=+BF2iH7Uc3DdQ8+Ox_Ox-pwVjiEEcQ@mail.gmail.com> References: <CAFyG-Fvut77wUksscdsW0Aeo0f5c6Eb10o5ycD3VPRC6SVnWbg@mail.gmail.com> <30ec18fa-0b4d-4561-9737-4fde134e276a@freenet.de> <CAHtPRHNza2ExittpF_s=+BF2iH7Uc3DdQ8+Ox_Ox-pwVjiEEcQ@mail.gmail.com> Message-ID: <a926f2f2-bc35-41d7-8fea-e26e1050ff95@freenet.de> Am 10.03.2025 um 10:46 schrieb Andrea Mauri via lazarus: > There is a library to add metadata to PNG too? fpExif only supports JPEG and TIFF. From rolf.wetjen at mail.de Mon Mar 10 13:05:10 2025 From: rolf.wetjen at mail.de (Rolf Wetjen) Date: Mon, 10 Mar 2025 13:05:10 +0100 Subject: [Lazarus] Access JPEG metadata In-Reply-To: <a926f2f2-bc35-41d7-8fea-e26e1050ff95@freenet.de> References: <CAFyG-Fvut77wUksscdsW0Aeo0f5c6Eb10o5ycD3VPRC6SVnWbg@mail.gmail.com> <30ec18fa-0b4d-4561-9737-4fde134e276a@freenet.de> <CAHtPRHNza2ExittpF_s=+BF2iH7Uc3DdQ8+Ox_Ox-pwVjiEEcQ@mail.gmail.com> <a926f2f2-bc35-41d7-8fea-e26e1050ff95@freenet.de> Message-ID: <bab2be00-4cf1-466b-8788-2e1cfc447b9c@mail.de> Try BGRABitmap. I'm using BGRABitmap version 9.5 to show PNG images. Rolf From andrea.mauri.75 at gmail.com Mon Mar 10 14:50:41 2025 From: andrea.mauri.75 at gmail.com (Andrea Mauri) Date: Mon, 10 Mar 2025 14:50:41 +0100 Subject: [Lazarus] Access JPEG metadata In-Reply-To: <bab2be00-4cf1-466b-8788-2e1cfc447b9c@mail.de> References: <CAFyG-Fvut77wUksscdsW0Aeo0f5c6Eb10o5ycD3VPRC6SVnWbg@mail.gmail.com> <30ec18fa-0b4d-4561-9737-4fde134e276a@freenet.de> <CAHtPRHNza2ExittpF_s=+BF2iH7Uc3DdQ8+Ox_Ox-pwVjiEEcQ@mail.gmail.com> <a926f2f2-bc35-41d7-8fea-e26e1050ff95@freenet.de> <bab2be00-4cf1-466b-8788-2e1cfc447b9c@mail.de> Message-ID: <CAHtPRHM=QiSvrQunNACu3U-tpCK9nwRtZGdFdRZZdp4szkUeKg@mail.gmail.com> Does BGRABitmap support metadata in PNG format? On Mon, 10 Mar 2025 at 13:05, Rolf Wetjen via lazarus < lazarus at lists.lazarus-ide.org> wrote: > Try BGRABitmap. > > I'm using BGRABitmap version 9.5 to show PNG images. > > Rolf > > -- > _______________________________________________ > lazarus mailing list > lazarus at lists.lazarus-ide.org > https://lists.lazarus-ide.org/listinfo/lazarus > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20250310/585cdd4b/attachment.htm> From flavio.etrusco at gmail.com Tue Mar 11 20:41:56 2025 From: flavio.etrusco at gmail.com (=?UTF-8?Q?Fl=C3=A1vio_Etrusco?=) Date: Tue, 11 Mar 2025 16:41:56 -0300 Subject: [Lazarus] Online package manager problems (HTTP timeout) Message-ID: <CAJvBmOaygjK0_dDti30iNS0e9FdQ8Tps4no9Fbx+ZLFprVot-Q@mail.gmail.com> Hello, I'm currently unable to fetch packages using the IDE (without setting up OpenSSL on Windows) because it seems the server runing packages.lazarus-ide.org is not accepting HTTP requests (connections on port 80). Is this a temporary situation or a definitive change? On a related note, are there any plans to have the installer optionally set up/package OpenSSL? Are patches welcome? Best regards, Fl?vio -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20250311/ac3a9944/attachment.htm> From marc at dommelstein.nl Tue Mar 11 21:20:19 2025 From: marc at dommelstein.nl (Marc Weustink) Date: Tue, 11 Mar 2025 21:20:19 +0100 Subject: [Lazarus] Online package manager problems (HTTP timeout) In-Reply-To: <CAJvBmOaygjK0_dDti30iNS0e9FdQ8Tps4no9Fbx+ZLFprVot-Q@mail.gmail.com> References: <CAJvBmOaygjK0_dDti30iNS0e9FdQ8Tps4no9Fbx+ZLFprVot-Q@mail.gmail.com> Message-ID: <3F04B247-0C73-4103-BFBA-D8DAE22BA408@dommelstein.nl> AFAIK there isn't anything changed in requiring ssl. If it worked in the past, it should be working now too Marc On March 11, 2025 8:41:56 PM GMT+01:00, "Fl?vio Etrusco via lazarus" <lazarus at lists.lazarus-ide.org> wrote: >Hello, >I'm currently unable to fetch packages using the IDE (without setting up >OpenSSL on Windows) because it seems the server runing >packages.lazarus-ide.org is not accepting HTTP requests (connections on >port 80). >Is this a temporary situation or a definitive change? >On a related note, are there any plans to have the installer optionally set >up/package OpenSSL? Are patches welcome? > >Best regards, >Fl?vio From pascaldragon at googlemail.com Thu Mar 13 23:08:25 2025 From: pascaldragon at googlemail.com (Sven Barth) Date: Thu, 13 Mar 2025 23:08:25 +0100 Subject: [Lazarus] Forum down? Message-ID: <e7c3a674-f93c-4a23-a7dd-4bb9d70b1d31@googlemail.com> Hello together! Can it be that the forum is currently down? At least I get a 504 Gateway Timeout message when accessing it... Regards, Sven From ganmax at narod.ru Thu Mar 13 23:59:10 2025 From: ganmax at narod.ru (Maxim Ganetsky) Date: Fri, 14 Mar 2025 01:59:10 +0300 Subject: [Lazarus] Forum down? In-Reply-To: <e7c3a674-f93c-4a23-a7dd-4bb9d70b1d31@googlemail.com> References: <e7c3a674-f93c-4a23-a7dd-4bb9d70b1d31@googlemail.com> Message-ID: <3bb9bd66-abe8-46a3-b043-0ee0c9c790dd@narod.ru> 14.03.2025 01:08, Sven Barth via lazarus ?????: > Hello together! > > Can it be that the forum is currently down? At least I get a 504 > Gateway Timeout message when accessing it... Yes, the same here. The issue is known. -- Best regards, Maxim Ganetsky mailto:ganmax at narod.ru From pascaldragon at googlemail.com Fri Mar 14 00:19:34 2025 From: pascaldragon at googlemail.com (Sven Barth) Date: Fri, 14 Mar 2025 00:19:34 +0100 Subject: [Lazarus] Forum down? In-Reply-To: <3bb9bd66-abe8-46a3-b043-0ee0c9c790dd@narod.ru> References: <e7c3a674-f93c-4a23-a7dd-4bb9d70b1d31@googlemail.com> <3bb9bd66-abe8-46a3-b043-0ee0c9c790dd@narod.ru> Message-ID: <CAFMUeB_GgrO9q0LUJRpdN2ROVY-k+5Ce0pFFnbt54du0Ww9vkw@mail.gmail.com> Maxim Ganetsky via lazarus <lazarus at lists.lazarus-ide.org> schrieb am Do., 13. M?rz 2025, 23:59: > 14.03.2025 01:08, Sven Barth via lazarus ?????: > > Hello together! > > > > Can it be that the forum is currently down? At least I get a 504 > > Gateway Timeout message when accessing it... > Yes, the same here. The issue is known. > May I know what it is? Still tons of KI bots trying to scrape the forum or something else? And any estimate when the forum might become operational again? Regards, Sven > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20250314/7497fbd4/attachment.htm> From marc at dommelstein.nl Fri Mar 14 08:54:00 2025 From: marc at dommelstein.nl (Marc Weustink) Date: Fri, 14 Mar 2025 08:54:00 +0100 Subject: [Lazarus] Forum down? In-Reply-To: <CAFMUeB_GgrO9q0LUJRpdN2ROVY-k+5Ce0pFFnbt54du0Ww9vkw@mail.gmail.com> References: <e7c3a674-f93c-4a23-a7dd-4bb9d70b1d31@googlemail.com> <3bb9bd66-abe8-46a3-b043-0ee0c9c790dd@narod.ru> <CAFMUeB_GgrO9q0LUJRpdN2ROVY-k+5Ce0pFFnbt54du0Ww9vkw@mail.gmail.com> Message-ID: <f94247f4-1576-466d-b9e6-6deb4e18483f@dommelstein.nl> On 14/03/2025 00:19, Sven Barth via lazarus wrote: > Maxim Ganetsky via lazarus <lazarus at lists.lazarus-ide.org > <mailto:lazarus at lists.lazarus-ide.org>> schrieb am Do., 13. M?rz 2025, > 23:59: > > 14.03.2025 01:08, Sven Barth via lazarus ?????: > > Hello together! > > > > Can it be that the forum is currently down? At least I get a 504 > > Gateway Timeout message when accessing it... > Yes, the same here. The issue is known. > > > May I know what it is? Still tons of KI bots trying to scrape the forum > or something else? And any estimate when the forum might become > operational again? Yes some openai bot user was thinking that it is a good plan to scrape the forum from a complete /24 block. I was away last night so I couldn't fix it earlier. The forum should be accessible again. Where most search bots honor our crawl settings, ai bots do what they like and bring sites down. This bot has no access anymore Marc From marc at dommelstein.nl Fri Mar 14 09:03:11 2025 From: marc at dommelstein.nl (Marc Weustink) Date: Fri, 14 Mar 2025 09:03:11 +0100 Subject: [Lazarus] Forum down? In-Reply-To: <f94247f4-1576-466d-b9e6-6deb4e18483f@dommelstein.nl> References: <e7c3a674-f93c-4a23-a7dd-4bb9d70b1d31@googlemail.com> <3bb9bd66-abe8-46a3-b043-0ee0c9c790dd@narod.ru> <CAFMUeB_GgrO9q0LUJRpdN2ROVY-k+5Ce0pFFnbt54du0Ww9vkw@mail.gmail.com> <f94247f4-1576-466d-b9e6-6deb4e18483f@dommelstein.nl> Message-ID: <c3dc0ff3-40b9-4577-8663-54afa18516cb@dommelstein.nl> Oops, wrote too early. There is more to do. Marc On 14/03/2025 08:54, Marc Weustink via lazarus wrote: > > > On 14/03/2025 00:19, Sven Barth via lazarus wrote: >> Maxim Ganetsky via lazarus <lazarus at lists.lazarus-ide.org >> <mailto:lazarus at lists.lazarus-ide.org>> schrieb am Do., 13. M?rz 2025, >> 23:59: >> >> ??? 14.03.2025 01:08, Sven Barth via lazarus ?????: >> ???? > Hello together! >> ???? > >> ???? > Can it be that the forum is currently down? At least I get a 504 >> ???? > Gateway Timeout message when accessing it... >> ??? Yes, the same here. The issue is known. >> >> >> May I know what it is? Still tons of KI bots trying to scrape the >> forum or something else? And any estimate when the forum might become >> operational again? > > Yes some openai bot user was thinking that it is a good plan to scrape > the forum from a complete /24 block. > > I was away last night so I couldn't fix it earlier. The forum should be > accessible again. > > Where most search bots honor our crawl settings, ai bots do what they > like and bring sites down. This bot has no access anymore > > Marc > From marc at dommelstein.nl Fri Mar 14 09:56:16 2025 From: marc at dommelstein.nl (Marc Weustink) Date: Fri, 14 Mar 2025 09:56:16 +0100 Subject: [Lazarus] Forum down? In-Reply-To: <c3dc0ff3-40b9-4577-8663-54afa18516cb@dommelstein.nl> References: <e7c3a674-f93c-4a23-a7dd-4bb9d70b1d31@googlemail.com> <3bb9bd66-abe8-46a3-b043-0ee0c9c790dd@narod.ru> <CAFMUeB_GgrO9q0LUJRpdN2ROVY-k+5Ce0pFFnbt54du0Ww9vkw@mail.gmail.com> <f94247f4-1576-466d-b9e6-6deb4e18483f@dommelstein.nl> <c3dc0ff3-40b9-4577-8663-54afa18516cb@dommelstein.nl> Message-ID: <bd8bb630-fd82-4597-9c2f-f6e94a668200@dommelstein.nl> Should be better now On 14/03/2025 09:03, Marc Weustink via lazarus wrote: > Oops, wrote too early. > There is more to do. > > Marc > > On 14/03/2025 08:54, Marc Weustink via lazarus wrote: >> >> >> On 14/03/2025 00:19, Sven Barth via lazarus wrote: >>> Maxim Ganetsky via lazarus <lazarus at lists.lazarus-ide.org >>> <mailto:lazarus at lists.lazarus-ide.org>> schrieb am Do., 13. M?rz >>> 2025, 23:59: >>> >>> ??? 14.03.2025 01:08, Sven Barth via lazarus ?????: >>> ???? > Hello together! >>> ???? > >>> ???? > Can it be that the forum is currently down? At least I get a 504 >>> ???? > Gateway Timeout message when accessing it... >>> ??? Yes, the same here. The issue is known. >>> >>> >>> May I know what it is? Still tons of KI bots trying to scrape the >>> forum or something else? And any estimate when the forum might become >>> operational again? >> >> Yes some openai bot user was thinking that it is a good plan to scrape >> the forum from a complete /24 block. >> >> I was away last night so I couldn't fix it earlier. The forum should >> be accessible again. >> >> Where most search bots honor our crawl settings, ai bots do what they >> like and bring sites down. This bot has no access anymore >> >> Marc >> > From pascaldragon at googlemail.com Fri Mar 14 11:08:35 2025 From: pascaldragon at googlemail.com (Sven Barth) Date: Fri, 14 Mar 2025 11:08:35 +0100 Subject: [Lazarus] Forum down? In-Reply-To: <bd8bb630-fd82-4597-9c2f-f6e94a668200@dommelstein.nl> References: <e7c3a674-f93c-4a23-a7dd-4bb9d70b1d31@googlemail.com> <3bb9bd66-abe8-46a3-b043-0ee0c9c790dd@narod.ru> <CAFMUeB_GgrO9q0LUJRpdN2ROVY-k+5Ce0pFFnbt54du0Ww9vkw@mail.gmail.com> <f94247f4-1576-466d-b9e6-6deb4e18483f@dommelstein.nl> <c3dc0ff3-40b9-4577-8663-54afa18516cb@dommelstein.nl> <bd8bb630-fd82-4597-9c2f-f6e94a668200@dommelstein.nl> Message-ID: <CAFMUeB-dDqfgGSonD+wWHLDej+-vA4A3pH078m4HcZxpsFv-JA@mail.gmail.com> Thank you! Also thank you for your continued efforts to keep the forum running! Regards, Sven Marc Weustink via lazarus <lazarus at lists.lazarus-ide.org> schrieb am Fr., 14. M?rz 2025, 09:56: > Should be better now > > On 14/03/2025 09:03, Marc Weustink via lazarus wrote: > > Oops, wrote too early. > > There is more to do. > > > > Marc > > > > On 14/03/2025 08:54, Marc Weustink via lazarus wrote: > >> > >> > >> On 14/03/2025 00:19, Sven Barth via lazarus wrote: > >>> Maxim Ganetsky via lazarus <lazarus at lists.lazarus-ide.org > >>> <mailto:lazarus at lists.lazarus-ide.org>> schrieb am Do., 13. M?rz > >>> 2025, 23:59: > >>> > >>> 14.03.2025 01:08, Sven Barth via lazarus ?????: > >>> > Hello together! > >>> > > >>> > Can it be that the forum is currently down? At least I get a 504 > >>> > Gateway Timeout message when accessing it... > >>> Yes, the same here. The issue is known. > >>> > >>> > >>> May I know what it is? Still tons of KI bots trying to scrape the > >>> forum or something else? And any estimate when the forum might become > >>> operational again? > >> > >> Yes some openai bot user was thinking that it is a good plan to scrape > >> the forum from a complete /24 block. > >> > >> I was away last night so I couldn't fix it earlier. The forum should > >> be accessible again. > >> > >> Where most search bots honor our crawl settings, ai bots do what they > >> like and bring sites down. This bot has no access anymore > >> > >> Marc > >> > > > > -- > _______________________________________________ > lazarus mailing list > lazarus at lists.lazarus-ide.org > https://lists.lazarus-ide.org/listinfo/lazarus > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20250314/101486a1/attachment.htm> From fpc at pascalprogramming.org Fri Mar 14 15:24:31 2025 From: fpc at pascalprogramming.org (Marco van de Voort) Date: Fri, 14 Mar 2025 15:24:31 +0100 Subject: [Lazarus] Forum down? In-Reply-To: <CAFMUeB-dDqfgGSonD+wWHLDej+-vA4A3pH078m4HcZxpsFv-JA@mail.gmail.com> References: <e7c3a674-f93c-4a23-a7dd-4bb9d70b1d31@googlemail.com> <3bb9bd66-abe8-46a3-b043-0ee0c9c790dd@narod.ru> <CAFMUeB_GgrO9q0LUJRpdN2ROVY-k+5Ce0pFFnbt54du0Ww9vkw@mail.gmail.com> <f94247f4-1576-466d-b9e6-6deb4e18483f@dommelstein.nl> <c3dc0ff3-40b9-4577-8663-54afa18516cb@dommelstein.nl> <bd8bb630-fd82-4597-9c2f-f6e94a668200@dommelstein.nl> <CAFMUeB-dDqfgGSonD+wWHLDej+-vA4A3pH078m4HcZxpsFv-JA@mail.gmail.com> Message-ID: <4b77b62e-207a-4f11-b1b9-93d8b8f4a99a@pascalprogramming.org> Op 14-3-2025 om 11:08 schreef Sven Barth via lazarus: > Thank you! Also thank you for your continued efforts to keep the forum > running! > It times out again here. From marc at dommelstein.nl Fri Mar 14 18:00:10 2025 From: marc at dommelstein.nl (Marc Weustink) Date: Fri, 14 Mar 2025 18:00:10 +0100 Subject: [Lazarus] Forum down? In-Reply-To: <4b77b62e-207a-4f11-b1b9-93d8b8f4a99a@pascalprogramming.org> References: <e7c3a674-f93c-4a23-a7dd-4bb9d70b1d31@googlemail.com> <3bb9bd66-abe8-46a3-b043-0ee0c9c790dd@narod.ru> <CAFMUeB_GgrO9q0LUJRpdN2ROVY-k+5Ce0pFFnbt54du0Ww9vkw@mail.gmail.com> <f94247f4-1576-466d-b9e6-6deb4e18483f@dommelstein.nl> <c3dc0ff3-40b9-4577-8663-54afa18516cb@dommelstein.nl> <bd8bb630-fd82-4597-9c2f-f6e94a668200@dommelstein.nl> <CAFMUeB-dDqfgGSonD+wWHLDej+-vA4A3pH078m4HcZxpsFv-JA@mail.gmail.com> <4b77b62e-207a-4f11-b1b9-93d8b8f4a99a@pascalprogramming.org> Message-ID: <8020d40d-a7ab-449b-8344-b9870979e2a6@dommelstein.nl> On 14/03/2025 15:24, Marco van de Voort via lazarus wrote: > > Op 14-3-2025 om 11:08 schreef Sven Barth via lazarus: >> Thank you! Also thank you for your continued efforts to keep the forum >> running! >> > It times out again here. Yes, the server ran out of memory. A process to block IP ranges took longer than the interval it is run. Currently there are 10-20 addresses blocked per second. Anyway server should be up. Marc From nightrider43 at gmail.com Sun Mar 16 17:45:45 2025 From: nightrider43 at gmail.com (=?UTF-8?Q?Ar=C3=AD_Ricardo_Ody?=) Date: Sun, 16 Mar 2025 13:45:45 -0300 Subject: [Lazarus] Access JPEG metadata In-Reply-To: <30ec18fa-0b4d-4561-9737-4fde134e276a@freenet.de> References: <CAFyG-Fvut77wUksscdsW0Aeo0f5c6Eb10o5ycD3VPRC6SVnWbg@mail.gmail.com> <30ec18fa-0b4d-4561-9737-4fde134e276a@freenet.de> Message-ID: <CAFyG-FsqgFOah0r45dWz=d_6iFz2vMxQDZarCtUQnRyUqJ6DaA@mail.gmail.com> It's very difficult. The examples don't compile. Units are missing and it's not explained anywhere how and where to get them. I don't understand why people do this. They publish examples that don't compile. If they ever compile, will they work? This almost seems like a bad joke. [image: image.png] [image: image.png] On Sun, Mar 9, 2025 at 8:46?PM Werner Pamler via lazarus < lazarus at lists.lazarus-ide.org> wrote: > Try fpExif: > https://sourceforge.net/p/lazarus-ccr/svn/HEAD/tree/components/fpexif/ > -- > _______________________________________________ > lazarus mailing list > lazarus at lists.lazarus-ide.org > https://lists.lazarus-ide.org/listinfo/lazarus > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20250316/c83232fe/attachment-0001.htm> -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 11984 bytes Desc: not available URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20250316/c83232fe/attachment-0002.png> -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 42960 bytes Desc: not available URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20250316/c83232fe/attachment-0003.png> From support at uvviewsoft.com Sun Mar 16 18:00:02 2025 From: support at uvviewsoft.com (Alexey T.) Date: Sun, 16 Mar 2025 20:00:02 +0300 Subject: [Lazarus] Access JPEG metadata In-Reply-To: <CAFyG-FsqgFOah0r45dWz=d_6iFz2vMxQDZarCtUQnRyUqJ6DaA@mail.gmail.com> References: <CAFyG-Fvut77wUksscdsW0Aeo0f5c6Eb10o5ycD3VPRC6SVnWbg@mail.gmail.com> <30ec18fa-0b4d-4561-9737-4fde134e276a@freenet.de> <CAFyG-FsqgFOah0r45dWz=d_6iFz2vMxQDZarCtUQnRyUqJ6DaA@mail.gmail.com> Message-ID: <a02e0ec70c035711c5b65f75c76b831b@uvviewsoft.com> > The examples don't compile. Units are missing and it's not explained > anywhere how and where to get them Missing unit is fp*Metadata? it is located in the same dir: https://sourceforge.net/p/lazarus-ccr/svn/HEAD/tree/components/fpexif/ Did you copy all units from there to your project? Alexey From werner.pamler at freenet.de Sun Mar 16 18:42:14 2025 From: werner.pamler at freenet.de (Werner Pamler) Date: Sun, 16 Mar 2025 18:42:14 +0100 Subject: [Lazarus] Access JPEG metadata In-Reply-To: <CAFyG-FsqgFOah0r45dWz=d_6iFz2vMxQDZarCtUQnRyUqJ6DaA@mail.gmail.com> References: <CAFyG-Fvut77wUksscdsW0Aeo0f5c6Eb10o5ycD3VPRC6SVnWbg@mail.gmail.com> <30ec18fa-0b4d-4561-9737-4fde134e276a@freenet.de> <CAFyG-FsqgFOah0r45dWz=d_6iFz2vMxQDZarCtUQnRyUqJ6DaA@mail.gmail.com> Message-ID: <ac932821-63ae-4bfb-b61a-91062e8023d9@freenet.de> Am 16.03.2025 um 17:45 schrieb Ar? Ricardo Ody via lazarus: > It's very difficult. The examples don't compile. Units are missing and > it's not explained anywhere how and where to get them. I don't > understand why people do this. They publish examples that don't > compile. If they ever compile, will they work? > This almost seems like a bad joke. Not everything that you don't do correctly is a bad joke... * Download the snapshot from the sourceforge link that I gave you * Unzip the downloaded file into some directory * In the IDE, go to "Package" > "Open Package File (*.lpk)". Navigate into the directory with the unzipped download. Open the lpk file, fpexif_pkg.lpk. That's all - the IDE now knows where it finds this package and all its units. If you want you can click "Compile" to see whether all package units compile correctly (they should...). * Now all the sample project coming with the download should work. * If you write a new project needing one of the fpexif units you must add the fpexif package to the requirements of the project: "Project" > "Project Inspector" > "Add" > "New Requirement" > Select "fpexif_pk" from the package list in the "New requirement" dialog > "OK". Then you can add the fpexif unit(s) to the uses clauses. * When you add fpexif to the project requirements then there is no need to copy any fpexif files into your project directory. (Of course you can, but then you must copy everything needed, and, if you put it into a subdirectory, you must add that to the unit path of the project, too) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20250316/e4e1430d/attachment.htm> From werner.pamler at freenet.de Sun Mar 16 18:59:32 2025 From: werner.pamler at freenet.de (Werner Pamler) Date: Sun, 16 Mar 2025 18:59:32 +0100 Subject: [Lazarus] Access JPEG metadata In-Reply-To: <ac932821-63ae-4bfb-b61a-91062e8023d9@freenet.de> References: <CAFyG-Fvut77wUksscdsW0Aeo0f5c6Eb10o5ycD3VPRC6SVnWbg@mail.gmail.com> <30ec18fa-0b4d-4561-9737-4fde134e276a@freenet.de> <CAFyG-FsqgFOah0r45dWz=d_6iFz2vMxQDZarCtUQnRyUqJ6DaA@mail.gmail.com> <ac932821-63ae-4bfb-b61a-91062e8023d9@freenet.de> Message-ID: <6d6c30e9-a41f-4657-aec1-0be0c1beee7a@freenet.de> Am 16.03.2025 um 18:42 schrieb Werner Pamler via lazarus: > > * In the IDE, go to "Package" > "Open Package File (*.lpk)". > Navigate into the directory with the unzipped download. Open the > lpk file, fpexif_pkg.lpk. That's all - the IDE now knows where it > finds this package and all its units. If you want you can click > "Compile" to see whether all package units compile correctly (they > should...). > I forgot to mention (before you see yet another bad joke): my description is correct for runtime packages only (fpexif_pkg.lpk is one of them). Before you'll be able to use packages of the other type, designtime package, you must *install* the package into the IDE by clicking on "Use" > "Install" in the package editor. Maybe you should read more about packages in https://wiki.freepascal.org/Lazarus_Packages -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20250316/08b8f57c/attachment.htm> From michael at freepascal.org Tue Mar 18 09:19:54 2025 From: michael at freepascal.org (Michael Van Canneyt) Date: Tue, 18 Mar 2025 09:19:54 +0100 (CET) Subject: [Lazarus] package lazwiki no longer compiles.. Message-ID: <4dc43ba-f162-956d-1e9a-db372641ab91@freepascal.org> Hello, Yesterday, we discovered that recently the compilation of the lazwiki package was broken. Specifically, in unit wiki2xhtmlconvert, the routine CompareStrListUTF8LowerCase is used, but this routine no longer exists. We de-installed lazwiki package, and then everything compiles. Maybe someone who knows what the code is about should look at this ? The units' heading says it was created by a certain German gardener. So it looks like the garden needs some tending to... ;-) Michael. From nc-gaertnma at netcologne.de Tue Mar 18 09:51:16 2025 From: nc-gaertnma at netcologne.de (Mattias Gaertner) Date: Tue, 18 Mar 2025 09:51:16 +0100 Subject: [Lazarus] package lazwiki no longer compiles.. In-Reply-To: <4dc43ba-f162-956d-1e9a-db372641ab91@freepascal.org> References: <4dc43ba-f162-956d-1e9a-db372641ab91@freepascal.org> Message-ID: <1b115289-8af4-4180-87d0-e85396300c8a@netcologne.de> On 3/18/25 09:19, Michael Van Canneyt via lazarus wrote: >[...] > Yesterday, we discovered that recently the compilation of the lazwiki > package was broken. Fixed. Mattias From michael at freepascal.org Tue Mar 18 10:08:09 2025 From: michael at freepascal.org (Michael Van Canneyt) Date: Tue, 18 Mar 2025 10:08:09 +0100 (CET) Subject: [Lazarus] package lazwiki no longer compiles.. In-Reply-To: <1b115289-8af4-4180-87d0-e85396300c8a@netcologne.de> References: <4dc43ba-f162-956d-1e9a-db372641ab91@freepascal.org> <1b115289-8af4-4180-87d0-e85396300c8a@netcologne.de> Message-ID: <d228bd-33fc-6fc8-6a8d-6345c489866f@freepascal.org> On Tue, 18 Mar 2025, Mattias Gaertner via lazarus wrote: > > > On 3/18/25 09:19, Michael Van Canneyt via lazarus wrote: >> [...] Yesterday, we discovered that recently the compilation of the lazwiki >> package was broken. > > Fixed. Thank you ! Michael. From Amir at Aavani.net Fri Mar 21 18:49:43 2025 From: Amir at Aavani.net (Amir) Date: Fri, 21 Mar 2025 10:49:43 -0700 Subject: [Lazarus] Lazarus does not work on Fedora (Gnome) Message-ID: <892bb534-6bb7-4ee6-b033-86b5f9a744ed@Aavani.net> Hi, ? I have upgraded my machine to FC41 recently and it broke Lazarus! I cannot run the program through lazarus (and most of the time, the buttons are not clickable!). ? Have a look at the screen recording here (https://limewire.com/d/Oi2UM#mDn1olOAN8) Best, Amir From Amir at Aavani.net Fri Mar 21 21:48:50 2025 From: Amir at Aavani.net (Amir) Date: Fri, 21 Mar 2025 13:48:50 -0700 Subject: [Lazarus] Fwd: Lazarus does not work on Fedora (Gnome) In-Reply-To: <892bb534-6bb7-4ee6-b033-86b5f9a744ed@Aavani.net> References: <892bb534-6bb7-4ee6-b033-86b5f9a744ed@Aavani.net> Message-ID: <5CD4B2E2-D5CF-43E5-9E47-60DF9C904153@Aavani.net> Hi there, I have upgraded my machine to FC41 recently and it broke Lazarus! I cannot run the program through Lazarus (and most of the time, the buttons are not clickable!). ? Have a look at the screen recording here (https://limewire.com/d/Oi2UM#mDn1olOAN8) Best, Amir ? From nc-gaertnma at netcologne.de Tue Mar 25 13:54:31 2025 From: nc-gaertnma at netcologne.de (Mattias Gaertner) Date: Tue, 25 Mar 2025 13:54:31 +0100 Subject: [Lazarus] Lazarus Release Candidate 3 of 4.0 Message-ID: <ee39b47f-ae06-4664-bd63-45b2daa906b8@netcologne.de> The Lazarus team is glad to announce the third release candidate of Lazarus 4.0. This release was built with FPC 3.2.2. Here is the list of changes for Lazarus and Free Pascal: http://wiki.lazarus.freepascal.org/Lazarus_4.0_release_notes http://wiki.lazarus.freepascal.org/User_Changes_3.2.2 Here is the list of fixes for Lazarus 4.x: https://gitlab.com/freepascal.org/lazarus/lazarus/-/commits/fixes_4/ The release is available for download on SourceForge: http://sourceforge.net/projects/lazarus/files/ Choose your CPU, OS, distro and then the "Lazarus 4.0RC3" directory. Checksums for the SourceForge files: https://www.lazarus-ide.org/index.php?page=checksums#4_0RC3 Minimum requirements: Windows: 2k, 32 or 64bit, Qt, Qt5, Qt6 (64bit only) FreeBSD/Linux: gtk 2.24 for gtk2, qt4.5 for qt, qt5.6 for qt5, Qt6.2 for qt6, 32 or 64bit. Mac OS X: Cocoa (64bit) 10.12, Carbon (32bit) 10.5 to 10.14, Qt and Qt5 (32 or 64bit), Qt6 (64bit only). The gitlab page: https://gitlab.com/freepascal.org/lazarus/lazarus/-/tree/lazarus_4_0RC3 For people who are blocked by SF, the Lazarus releases from SourceForge are mirrored at: https://download.lazarus-ide.org/ ftp://ftp.freepascal.org/pub/lazarus/releases/ == Why should everybody (including you) test the release candidate? == In the past weeks the Lazarus team has stabilized the 4.0 fixes branch. The resulting 4.0RC3 is now stable enough to be used by any one for test purposes. While we have tested those ourselves, there may still be problems that only occur with very specific configurations or one project in a million. Yes, it may be that you are the only person with a project, that will not work in the new IDE. So if you do not test, we can not fix it. Please do not wait for the final release, in order to test. It may be too late. Once the release is out we will have to be more selective about which fixes can be merged for further 4.x releases. So it may be, that we can not merge the fix you require. And then you will miss out on all the new features. == How to test == Download and install the 4.0 RC3. - On Windows you can install as a 2ndary install, that will not affect your current install: http://wiki.lazarus.freepascal.org/Multiple_Lazarus#Installation_of_multiple_Lazarus - On other platforms, if you install to a new location you need to use --primary-config-path In either case you should make backups. (including your primary config) Open your project in your current Lazarus, and use "Publish Project" from the project menu. This creates a clean copy of your project. You can then open that copy in the 4.0RC3. Please test: - If you can edit forms in the designer - rename components / change properties in Object inspector / Add new events - Add components to form / Move components on form - Frames, if you use them - If you can navigate the source code (e.g. jump to implementation) - Auto completion in source code - Compile, debug and run - Anything else you use in your daily work Mattias From larrydalton71 at gmail.com Tue Mar 25 18:37:39 2025 From: larrydalton71 at gmail.com (Larry Dalton) Date: Tue, 25 Mar 2025 13:37:39 -0400 Subject: [Lazarus] libmysql.dll Message-ID: <CABFqepM9eiVtqxs=pTKWjpfRBV+8Q-jfFs_gnvtDFRmjCLDJ8A@mail.gmail.com> I am running lazarus 3.4, fpc 3.2.2 on windows 11. I am running mysql80 on xampp. I keep having trouble with lazarus not finding libmysql.dll. I have it in the .exe directories, c:\lazarus, C:\windows\system32. I have even copied it from one computer with exactly the same set-up, that works. Don't know what else to do. Help, please. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20250325/63f6213f/attachment.htm> From jose.dachao at gmail.com Tue Mar 25 22:53:29 2025 From: jose.dachao at gmail.com (Jose Chao) Date: Tue, 25 Mar 2025 18:53:29 -0300 Subject: [Lazarus] libmysql.dll In-Reply-To: <CABFqepM9eiVtqxs=pTKWjpfRBV+8Q-jfFs_gnvtDFRmjCLDJ8A@mail.gmail.com> References: <CABFqepM9eiVtqxs=pTKWjpfRBV+8Q-jfFs_gnvtDFRmjCLDJ8A@mail.gmail.com> Message-ID: <CAL-ewa09BEO-wPSkSsGa2VLmkj=w-s3oqDH6-OuBo4M6NoiVkw@mail.gmail.com> Hello, Some questions: What components do you use? (SQLdb, Zeos?) Why do you use Xampp? Em ter., 25 de mar. de 2025 14:37, Larry Dalton via lazarus < lazarus at lists.lazarus-ide.org> escreveu: > I am running lazarus 3.4, fpc 3.2.2 on windows 11. I am running mysql80 on > xampp. I keep having trouble with lazarus not finding libmysql.dll. I have > it in the .exe directories, c:\lazarus, C:\windows\system32. I have even > copied it from one computer with exactly the same set-up, that works. Don't > know what else to do. Help, please. > -- > _______________________________________________ > lazarus mailing list > lazarus at lists.lazarus-ide.org > https://lists.lazarus-ide.org/listinfo/lazarus > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20250325/e12d584a/attachment.htm> From aurimenes at gmail.com Wed Mar 26 20:45:50 2025 From: aurimenes at gmail.com (Aurimenes Apolonio) Date: Wed, 26 Mar 2025 16:45:50 -0300 Subject: [Lazarus] libmysql.dll In-Reply-To: <CABFqepM9eiVtqxs=pTKWjpfRBV+8Q-jfFs_gnvtDFRmjCLDJ8A@mail.gmail.com> References: <CABFqepM9eiVtqxs=pTKWjpfRBV+8Q-jfFs_gnvtDFRmjCLDJ8A@mail.gmail.com> Message-ID: <CAK-yJBjZZr6sx3sWXvwBEwb3kR2FNZRGfaDXBLTS8mBY7HO8+Q@mail.gmail.com> Take a look if both your exe and dll have the same architecture (I mean 32 or 64 bits). They should be the same (It doesn't care what architecture your MySQL server is running, even if they are on the same machine. *Aurimenes Apol?nio Silva* Desenvolvedor de Software Fones: (81) 99935-9066 / 3132-8281 Em ter., 25 de mar. de 2025 ?s 14:37, Larry Dalton via lazarus < lazarus at lists.lazarus-ide.org> escreveu: > I am running lazarus 3.4, fpc 3.2.2 on windows 11. I am running mysql80 on > xampp. I keep having trouble with lazarus not finding libmysql.dll. I have > it in the .exe directories, c:\lazarus, C:\windows\system32. I have even > copied it from one computer with exactly the same set-up, that works. Don't > know what else to do. Help, please. > -- > _______________________________________________ > lazarus mailing list > lazarus at lists.lazarus-ide.org > https://lists.lazarus-ide.org/listinfo/lazarus > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20250326/2145517c/attachment.htm> From virgo.parna at mail.ee Fri Mar 28 14:25:02 2025 From: virgo.parna at mail.ee (Virgo =?UTF-8?Q?P=C3=A4rna?=) Date: Fri, 28 Mar 2025 13:25:02 -0000 (UTC) Subject: [Lazarus] libmysql.dll References: <CABFqepM9eiVtqxs=pTKWjpfRBV+8Q-jfFs_gnvtDFRmjCLDJ8A@mail.gmail.com> <CAK-yJBjZZr6sx3sWXvwBEwb3kR2FNZRGfaDXBLTS8mBY7HO8+Q@mail.gmail.com> Message-ID: <slrnvud8pe.7s2.virgo.parna@dragon.ad.gaiasoft.ee> On Wed, 26 Mar 2025 16:45:50 -0300, Aurimenes Apolonio via lazarus <lazarus at lists.lazarus-ide.org> wrote: > Take a look if both your exe and dll have the same architecture (I mean 32 > or 64 bits). They should be the same (It doesn't care what architecture > your MySQL server is running, even if they are on the same machine. > Also, in 64 bit Windows 64 bit dll-s go to SYSTEM32, 32 bit ones go to SysWow64. Something, that causes confusion sometimes. -- Virgo P?rna virgo.parna at mail.ee