Re: [Lazarus] Lazarus 2.2.6 on Raspberry Pi5B, error during build

2023-12-10 Thread Mehmet Erol Sanliturk via lazarus
ec 11, 2023 at 3:04 AM Bo Berglund via lazarus < lazarus@lists.lazarus-ide.org> wrote: > On Sun, 10 Dec 2023 20:10:38 +0300, Mehmet Erol Sanliturk via lazarus > wrote: > > >There is a statement > > > > 90 {$ENDIF} > > > >Its outside of {$IFDEF } is

Re: [Lazarus] Lazarus 2.2.6 on Raspberry Pi5B, error during build

2023-12-10 Thread Mehmet Erol Sanliturk via lazarus
There is a statement 90 {$ENDIF} Its outside of {$IFDEF } is not listed . It is very likely that mrNone..mrLast values are defined outside of ( IFDEF , ENDIF ) pairs . Mehmet Erol Sanliturk On Sun, Dec 10, 2023 at 7:59 PM Bo Berglund via lazarus < lazarus@lists.lazarus-ide.org> wrot

Re: [Lazarus] version `GLIBC_2.34' not found error when running app on different PC

2023-03-17 Thread Mehmet Erol Sanliturk via lazarus
On Fri, Mar 17, 2023 at 4:19 PM Sven Barth via lazarus < lazarus@lists.lazarus-ide.org> wrote: > Mehmet Erol Sanliturk via lazarus schrieb > am Fr., 17. März 2023, 12:58: > >> >> >> On Fri, Mar 17, 2023 at 10:07 AM Bo Berglund via lazarus < >> lazarus@l

Re: [Lazarus] version `GLIBC_2.34' not found error when running app on different PC

2023-03-17 Thread Mehmet Erol Sanliturk via lazarus
On Fri, Mar 17, 2023 at 10:07 AM Bo Berglund via lazarus < lazarus@lists.lazarus-ide.org> wrote: > On Fri, 17 Mar 2023 08:53:01 +0300, Mehmet Erol Sanliturk via lazarus > wrote: > > >Some portability is obtained if the libraries are linked as "static" . >

Re: [Lazarus] version `GLIBC_2.34' not found error when running app on different PC

2023-03-16 Thread Mehmet Erol Sanliturk via lazarus
On Fri, Mar 17, 2023 at 8:18 AM Kostas Michalopoulos via lazarus < lazarus@lists.lazarus-ide.org> wrote: > On 3/17/23 01:36, Bo Berglund via lazarus wrote: > > I do not know what the library libc.so.6 even does > > It is the C library that one or more of units/libraries you are linking > again

Re: [Lazarus] I was just banned from the Lazarus Forum for no reason!

2022-06-04 Thread Mehmet Erol Sanliturk via lazarus
On Sun, Jun 5, 2022 at 6:59 AM Derek John Evans via lazarus < lazarus@lists.lazarus-ide.org> wrote: > My only feeling atm, is wtf. I just posted details on a project I've > worked on for the last 6 months using Lazarus and pas2js on a farm > environment, and then was banned! > > Like really! In th

Re: [Lazarus] SVG Object

2022-01-18 Thread Mehmet Erol Sanliturk via lazarus
On Tue, Jan 18, 2022 at 7:22 AM Steve Gatenby via lazarus < lazarus@lists.lazarus-ide.org> wrote: > Thank you Mehmet - > > Tried to follow the math within the svg (inkscape) on my first attempt(s) > > got completely lost (which leads to questioning ones intelligence) on the > transforms, scales an

Re: [Lazarus] SVG Object

2022-01-17 Thread Mehmet Erol Sanliturk via lazarus
On Tue, Jan 18, 2022 at 2:37 AM Steve Gatenby via lazarus < lazarus@lists.lazarus-ide.org> wrote: > Thanks Marc - seems I will need to stick with what I have then. > > Currently I am pulling all object info from the SVG into an array and > assigning quadrant positions. > > Then do best guess by re

Re: [Lazarus] DCPcrypt: a package looking for a new maintainer

2022-01-15 Thread Mehmet Erol Sanliturk via lazarus
On Sat, Jan 15, 2022 at 5:05 PM Daniel Franzini via lazarus < lazarus@lists.lazarus-ide.org> wrote: > I think they are different things but I haven't looked at hashlib4pascal. > > https://wiki.freepascal.org/HashLib4Pascal HashLib4Pascal Mehmet Erol Sanliturk > Em sáb, 15 de jan de 2022 11:

Re: [Lazarus] Source file license

2021-12-15 Thread Mehmet Erol Sanliturk via lazarus
On Wed, Dec 15, 2021 at 3:24 PM Martin Frb via lazarus < lazarus@lists.lazarus-ide.org> wrote: > On 15/12/2021 12:53, Juha Manninen via lazarus wrote: > > On Wed, Dec 15, 2021 at 12:57 PM Dimitrios Chr. Ioannidis via lazarus < > lazarus@lists.lazarus-ide.org> wrote: > >> what licenses are accepted

Re: [Lazarus] All Demos Are Done

2021-12-03 Thread Mehmet Erol Sanliturk via lazarus
On Fri, Dec 3, 2021 at 1:13 PM wkitty42--- via lazarus < lazarus@lists.lazarus-ide.org> wrote: > On 12/2/21 6:52 PM, Mehmet Erol Sanliturk via lazarus wrote: > > At the top of the your supplied link page , the following message is > displayed > > ( which is not copyable ,

Re: [Lazarus] All Demos Are Done

2021-12-02 Thread Mehmet Erol Sanliturk via lazarus
On Fri, Dec 3, 2021 at 2:23 AM Anthony Walter via lazarus < lazarus@lists.lazarus-ide.org> wrote: > I've completed writing all the demos and most of the documentation for my > soon to be released vector graphics and physics simulation library. The > library is named Tiny Sim and the first version

Re: [Lazarus] up with Lazarus !

2021-12-02 Thread Mehmet Erol Sanliturk via lazarus
On Thu, Dec 2, 2021 at 4:43 PM Marco van de Voort wrote: > > Op 2-12-2021 om 14:37 schreef Mehmet Erol Sanliturk: > > The fault is not in the program . If it were in the program I am sure > > that it would produce a proper run time error . There is no such an > > error . The run is terminated fro

Re: [Lazarus] up with Lazarus !

2021-12-02 Thread Mehmet Erol Sanliturk via lazarus
On Thu, Dec 2, 2021 at 1:52 PM Michael Van Canneyt wrote: > > > On Thu, 2 Dec 2021, Marco van de Voort via lazarus wrote: > > > > > Op 2-12-2021 om 11:45 schreef Mehmet Erol Sanliturk: > >> > >> Can I convert that program to JavaScript by using Lazarus ? > > > > Afaik the pas2js transpiler compi

Re: [Lazarus] up with Lazarus !

2021-12-02 Thread Mehmet Erol Sanliturk via lazarus
Since the subject is "up with Lazarus" can I ask one question as follows : I have a Pascal program having ( around ) 12000 procedures and a small number of units and it is compiled with Lazarus / Free Pascal only in Unix-like operating systems such as Linux and FreeBSD . (1) After converting al

Re: [Lazarus] Vector Based UI Supports Any Transform

2021-11-23 Thread Mehmet Erol Sanliturk via lazarus
To play your video , the computer is displaying a message about a missing codec without mentioning which codec name . Perhaps , the video in Youtube similar to your previous video with respect to codec or video format , will be playable . Mehmet Erol Sanliturk On Wed, Nov 24, 2021 at 1:01 AM Ant

Re: [Lazarus] Just installed fpc/lazarus from sources on Ubuntu 20, cannot find desktop file

2021-11-22 Thread Mehmet Erol Sanliturk via lazarus
Please search the following phrase in Google : adding an entry into cinnamon main menu For example : https://askubuntu.com/questions/232053/how-to-add-a-shortcut-to-a-command-to-the-cinnamon-menu How to add a shortcut to a command to the Cinnamon menu? and some of the other search results .

Re: [Lazarus] Lazarus on Linux, which desktop environment?

2021-11-21 Thread Mehmet Erol Sanliturk via lazarus
On Sun, Nov 21, 2021 at 10:55 PM Bo Berglund via lazarus < lazarus@lists.lazarus-ide.org> wrote: > On Sun, 21 Nov 2021 14:51:44 +0300, Mehmet Erol Sanliturk via lazarus > wrote: > > >In this thread there is a point which is not clear for me : > > > >Compile &

Re: [Lazarus] Lazarus on Linux, which desktop environment?

2021-11-21 Thread Mehmet Erol Sanliturk via lazarus
I agree with you. On Sun, Nov 21, 2021 at 3:01 PM Michael Van Canneyt wrote: > > > On Sun, 21 Nov 2021, Mehmet Erol Sanliturk wrote: > > > If you please study TrueNAS , you will see that it is possible to manage > a > > server with a > > > > "Web-based graphical user interface > >

Re: [Lazarus] Lazarus on Linux, which desktop environment?

2021-11-21 Thread Mehmet Erol Sanliturk via lazarus
In this thread there is a point which is not clear for me : Compile (1) programs in SERVER by using Lazarus installed in SERVER (2) programs in SERVER by using Lazarus installed in WORKSTATIONS These are different approaches for the development and use of programs . Therefore these require d

Re: [Lazarus] Lazarus on Linux, which desktop environment?

2021-11-21 Thread Mehmet Erol Sanliturk via lazarus
ation . Mehmet Erol Sanliturk On Sun, Nov 21, 2021 at 11:33 AM Michael Van Canneyt via lazarus < lazarus@lists.lazarus-ide.org> wrote: > > > On Sun, 21 Nov 2021, Bo Berglund via lazarus wrote: > > > On Sun, 21 Nov 2021 02:53:35 +0300, Mehmet Erol Sanliturk via lazaru

Re: [Lazarus] Lazarus on Linux, which desktop environment?

2021-11-21 Thread Mehmet Erol Sanliturk via lazarus
l Sanliturk On Sun, Nov 21, 2021 at 10:35 AM Bo Berglund via lazarus < lazarus@lists.lazarus-ide.org> wrote: > On Sun, 21 Nov 2021 02:53:35 +0300, Mehmet Erol Sanliturk via lazarus > wrote: > > >It is possible to use KUbuntu ( KDE with Ubuntu ) . My choice is Fedora >

Re: [Lazarus] Lazarus on Linux, which desktop environment?

2021-11-20 Thread Mehmet Erol Sanliturk via lazarus
I am using Fedora distributions with KDE installed for my daily work and in a different NFS network using Fedora with KDE for Lazarus/FPC , Fortran and C programming . Previously I was using NFS and Samba together for the SAME NFS server in Fedora and KDE ( because it is easy to manage NFS server

Re: [Lazarus] SVG Rendering Performance using Free Pascal

2021-11-17 Thread Mehmet Erol Sanliturk via lazarus
It seems that I am the first person to watch the video . It 's playing very well . Very good . Mehmet Erol Sanliturk . On Wed, Nov 17, 2021 at 8:10 PM Anthony Walter via lazarus < lazarus@lists.lazarus-ide.org> wrote: > I was watching an older video from Nvidia regarding their path rendering >

Re: [Lazarus] Rendering SVG Documents in realtime in less than 160 lines of code

2021-11-14 Thread Mehmet Erol Sanliturk via lazarus
On Sun, Nov 14, 2021 at 3:08 PM Anthony Walter via lazarus < lazarus@lists.lazarus-ide.org> wrote: > It took me about 24 hours to design and write an SVG parser and rendering > system from scratch. You can check it out on this page: > > https://www.getlazarus.org/videos/physics/svg/ > > The source

Re: [Lazarus] Lazarus for writing 3D Desktop Environment/Window manager for Linux?

2021-06-25 Thread Mehmet Erol Sanliturk via lazarus
On Thu, Jun 24, 2021 at 3:58 PM Michael Van Canneyt via lazarus < lazarus@lists.lazarus-ide.org> wrote: > > > On Thu, 24 Jun 2021, Chavoux Luyt via lazarus wrote: > > > Hi > > > > Background: > > I have played a bit with Lazarus over the years, but have never used it > to > > write any big or comm

Re: [Lazarus] CDDB access

2020-12-02 Thread Mehmet Erol Sanliturk via lazarus
On Wed, Dec 2, 2020 at 2:36 AM Teresa Williams via lazarus < lazarus@lists.lazarus-ide.org> wrote: > Hi > > I need to access CDDB (and also MusicBrainz would be nice) on Linux. I > found https://wiki.freepascal.org/CDDB but as that page suggests, the > download link is defunct. > > Are there any

Re: [Lazarus] Issues with apps on Linux...

2020-11-30 Thread Mehmet Erol Sanliturk via lazarus
On Tue, Dec 1, 2020 at 12:02 AM Mehmet Erol Sanliturk < m.e.sanlit...@gmail.com> wrote: > > > On Mon, Nov 30, 2020 at 11:52 PM Bo Berglund via lazarus < > lazarus@lists.lazarus-ide.org> wrote: > >> On Mon, 30 Nov 2020 22:08:39 +0200, Juha Manninen via lazarus >> wrote: >> >> >Once a user opens Fi

Re: [Lazarus] Issues with apps on Linux...

2020-11-30 Thread Mehmet Erol Sanliturk via lazarus
On Mon, Nov 30, 2020 at 11:52 PM Bo Berglund via lazarus < lazarus@lists.lazarus-ide.org> wrote: > On Mon, 30 Nov 2020 22:08:39 +0200, Juha Manninen via lazarus > wrote: > > >Once a user opens Firefox, it hogs more memory than any desktop, thus > >overturning any benefits a minimal desktop might

Re: [Lazarus] Lazarus on Raspberry Pi

2020-08-27 Thread Mehmet Erol Sanliturk via lazarus
On Thu, Aug 27, 2020 at 9:15 AM Bo Berglund via lazarus < lazarus@lists.lazarus-ide.org> wrote: > On Sat, 22 Aug 2020 21:04:36 +1000, John via lazarus > wrote: > > >I recently dipped my toe into Raspberry Pi, and successfully built > >FPC (3.0.4) / Laz (2.0.8) using the instructions here: > > > >

Re: [Lazarus] Multi-platform console application, how to handle file paths?

2019-10-29 Thread Mehmet Erol Sanliturk via lazarus
In Windows XP , it is possible to use "/" instead of "\" . Therefore , it is NOT necessary to make two different file path representations . I am not using any Windows now , therefore I can not say anything about last Windows versions . It is very easy to check whether "/" is usable on your Window

Re: [Lazarus] Soliciting help with next tutoring project, playing sounds and music

2019-05-08 Thread Mehmet Erol Sanliturk via lazarus
On Wed, May 8, 2019 at 3:02 PM Anthony Walter via lazarus < lazarus@lists.lazarus-ide.org> wrote: > Jose, > > I'd really like to reduce dependencies and not use black box code that > comes with licencing restrictions and requires bundling of additional third > party binary executable files. > > Th

Re: [Lazarus] Teaching Pascal at College

2017-01-15 Thread Mehmet Erol Sanliturk via Lazarus
On Sun, Jan 15, 2017 at 5:52 PM, Martin Vahi via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > Sorry for sending my previous letter about > teaching Pascal to the mailing list. > The letter was meant to be sent directly to > the Adrian De Armas, not the mailing list. > My mistake. > -- > _

Re: [Lazarus] MariaDB, SQLConnection - Suse vs Debian

2016-12-25 Thread Mehmet Erol Sanliturk via Lazarus
On Sun, Dec 25, 2016 at 8:28 PM, Gordon Findlay via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > I have a project which uses a TMySQL56Connection to work with a MariaDB > version 10.0.28 For unrelated reasons I moved it from an OpenSUSE LEAP 42.1 > box to a Debian 8 one. > > They have the sam

Re: [Lazarus] Teaching Pascal at College

2016-10-25 Thread Mehmet Erol Sanliturk via Lazarus
On Tue, Oct 25, 2016 at 9:23 AM, Travis Ayres via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > So...who wants to work on a modern course outline with me? We have a lot > of opinions and people willing to chime in, maybe we can do something good > for the community? > > On Oct 25, 2016 4:03 AM

Re: [Lazarus] Teaching Pascal at College

2016-10-25 Thread Mehmet Erol Sanliturk via Lazarus
On Mon, Oct 24, 2016 at 11:41 PM, Martin Schreiber via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > On Monday 24 October 2016 19:53:21 Mehmet Erol Sanliturk via Lazarus wrote: > > > > > > My opinion is that event based programming needs special care . > > A

Re: [Lazarus] Teaching Pascal at College

2016-10-24 Thread Mehmet Erol Sanliturk via Lazarus
On Mon, Oct 24, 2016 at 3:25 PM, Graeme Geldenhuys via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > On 2016-10-24 21:29, Mehmet Erol Sanliturk via Lazarus wrote: > > http://www.blaisepascal.eu/subscribers/UK/UK_Book_Department.html > > I believe Blaise Pascal is now the

Re: [Lazarus] Teaching Pascal at College

2016-10-24 Thread Mehmet Erol Sanliturk via Lazarus
On Mon, Oct 24, 2016 at 1:00 PM, wkitty42--- via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > On 10/24/2016 01:53 PM, Mehmet Erol Sanliturk via Lazarus wrote: > >> I have the book : >> >> https://www.amazon.com/Lazarus-Complete-Guide-pascal-teachin >&

Re: [Lazarus] Teaching Pascal at College

2016-10-24 Thread Mehmet Erol Sanliturk via Lazarus
On Mon, Oct 24, 2016 at 9:11 AM, Travis Ayres via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > With over 100 replies, we could have already written a course outline, > introduction, and some notes about events and RAD programming, maybe also > the observer pattern? > > On Oct 24, 2016 3:51 AM

Re: [Lazarus] Teaching Pascal at College

2016-10-21 Thread Mehmet Erol Sanliturk via Lazarus
On Fri, Oct 21, 2016 at 12:51 AM, Lars via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > On Mon, October 17, 2016 7:32 pm, Mehmet Erol Sanliturk wrote: > > One obvious point is that an "event" driven programming knowledge is a > > must to become a competent programmer . The problem is how this

Re: [Lazarus] Teaching Pascal at College

2016-10-18 Thread Mehmet Erol Sanliturk via Lazarus
On Tue, Oct 18, 2016 at 6:23 AM, Jürgen Hestermann via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > Am 2016-10-18 um 12:53 schrieb Mehmet Erol Sanliturk via Lazarus: > > Order of teaching is not so critical : As you say , write a GUI program > for events : Say : "

Re: [Lazarus] Teaching Pascal at College

2016-10-18 Thread Mehmet Erol Sanliturk via Lazarus
On Tue, Oct 18, 2016 at 1:11 AM, Michael Schnell via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > On 17.10.2016 21:05, Lars via Lazarus wrote: > >> The big issue with teaching using a RAD tool, is welding the program logic >> into the onclick events, instead of decoupling the logic in separat

Re: [Lazarus] Teaching Pascal at College

2016-10-18 Thread Mehmet Erol Sanliturk via Lazarus
e will permit them to use some of its parts whatever they want to do without any hostile restriction in any environment . In such a tool , only it is necessary to describe the nodes , information flow between nodes , etc. . ( Please see above link about PetriSim . ) Mehmet Erol Sanliturk > O

Re: [Lazarus] Teaching Pascal at College

2016-10-17 Thread Mehmet Erol Sanliturk via Lazarus
On Mon, Oct 17, 2016 at 12:05 PM, Lars via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > > On 14/10/16 08:30, Michael Schnell via Lazarus wrote: > > > > > > Of course there are decent drawbacks regarding relying too much on RAD > > and about not really understanding the fundamentals behind it.

Re: [Lazarus] Teaching Pascal at College

2016-10-14 Thread Mehmet Erol Sanliturk via Lazarus
On Fri, Oct 14, 2016 at 6:52 AM, Michael Schnell via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > On 14.10.2016 13:01, Graeme Geldenhuys via Lazarus wrote: > > They will be thrown into the deep end and sink. > > I don't think so. You can learn to drive a car even if you don't know how > the e

Re: [Lazarus] Teaching Pascal at College

2016-10-14 Thread Mehmet Erol Sanliturk via Lazarus
On Fri, Oct 14, 2016 at 5:05 AM, Martin Schreiber via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > On Friday 14 October 2016 13:08:13 Mehmet Erol Sanliturk via Lazarus wrote: > > > > > In previous years > > > > https://sourceforge.net/projects/mseide-

Re: [Lazarus] Teaching Pascal at College

2016-10-14 Thread Mehmet Erol Sanliturk via Lazarus
On Fri, Oct 14, 2016 at 3:48 AM, Graeme Geldenhuys via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > On 2016-10-13 23:13, Erwin van den Bosch via Lazarus wrote: > > The problem is that you should separate your business logic and > > the GUI. With Delphi like RAD it's very difficult to do that.

Re: [Lazarus] Teaching Pascal at College

2016-10-14 Thread Mehmet Erol Sanliturk via Lazarus
On Fri, Oct 14, 2016 at 1:50 AM, Michael Schnell via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > On 14.10.2016 00:13, Erwin van den Bosch via Lazarus wrote: > >> >> I'm not a big fan of the RAD development way any more. (I was years ago). >> The problem is that you should separate your busin

Re: [Lazarus] Teaching Pascal at College

2016-10-14 Thread Mehmet Erol Sanliturk via Lazarus
On Fri, Oct 14, 2016 at 1:18 AM, Michael Schnell via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > On 13.10.2016 10:20, Graeme Geldenhuys via Lazarus wrote: > >> +1 >> That would be the best solution. GUI programming is based on >> fundamentals than need to be understood first. >> > > -1 !! >

Re: [Lazarus] Teaching Pascal at College

2016-10-13 Thread Mehmet Erol Sanliturk via Lazarus
On Thu, Oct 13, 2016 at 3:13 PM, Erwin van den Bosch via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > Although I use Free Pascal/Lazarus a lot (because we have a lot of > existing pascal code) I think C++ and some GUI framework like QT might be a > better option. C/C++ is the number one used

Re: [Lazarus] Teaching Pascal at College

2016-10-13 Thread Mehmet Erol Sanliturk via Lazarus
On Thu, Oct 13, 2016 at 7:04 AM, Michael Schnell via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > On 13.10.2016 15:32, Mehmet Erol Sanliturk via Lazarus wrote: > >> When a problem tends to be very large , Pascal is losing its power >> because of its non-standard ( ac

Re: [Lazarus] Teaching Pascal at College

2016-10-13 Thread Mehmet Erol Sanliturk via Lazarus
On Thu, Oct 13, 2016 at 3:02 AM, Graeme Geldenhuys via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > On 2016-10-13 10:04, Michael Schnell via Lazarus wrote: > > IMHO it's a shame, but new > > projects in Pascal seem to be declining, > > That's got nothing to do with the Object Pascal being mod

Re: [Lazarus] Teaching Pascal at College

2016-10-12 Thread Mehmet Erol Sanliturk via Lazarus
On Wed, Oct 12, 2016 at 11:52 AM, Chris Kelling via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > I'll tell you, after years of doing top down modular programming, it took > me a little time to adjust to event driven programing. It wasn't until I > used a FOR loop on a form to collect the inp

Re: [Lazarus] Plivo API

2016-10-02 Thread Mehmet Erol Sanliturk via Lazarus
On Sun, Oct 2, 2016 at 11:45 AM, duilio foschi via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > I am wetting my feet in Plivo API (www.plivo.com). > > " > Plivo communicates with remote applications built by businesses > through a series of API calls. These back and forth calls between > Pliv

Re: [Lazarus] Messages from who?

2016-10-01 Thread Mehmet Erol Sanliturk via Lazarus
On Sat, Oct 1, 2016 at 5:01 AM, DougC via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > Recent changes to the Lazarus mailing list make it more difficult to > identify who has posted a message. The FROM field is always the list, > itself, now. > > I've noticed that a specific address is CC: to

Re: [Lazarus] Mailinglist issues

2016-09-24 Thread Mehmet Erol Sanliturk via Lazarus
On Sat, Sep 24, 2016 at 8:14 AM, Graeme Geldenhuys via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > On 2016-09-24 14:06, Andrew Haines via Lazarus wrote: > > Now lets see if I get a copy of my email back. > > I can confirm that I received your message via the mailing list Andrew. > > Regards,