Re: [Lazarus] TestMail

2024-10-28 Thread Carlos E. R. via lazarus
On 2024-10-28 21:08, Martin Frb via lazarus wrote: test You can have collected addresses added to the collected addresses address book, instead of your main one you edit manually. And when replying to the list, hit the reply to list button. -- Cheers / Saludos, Carlos E. R.

Re: [Lazarus] TestMail

2024-10-28 Thread Carlos E. R. via lazarus
On 2024-10-28 18:53, John Landmesser via lazarus wrote: Am 28.10.24 um 17:52 schrieb Martin Frb via lazarus: On 28/10/2024 17:44, John Landmesser via lazarus wrote: Am 28.10.24 um 17:37 schrieb John Landmesser via lazarus: I just want to see if i fixed my thunderbird correct Yeah .., works a

Re: [Lazarus] Email sending program using Indy stopped working - seems to be an SSL problem

2024-01-14 Thread Carlos E. R. via lazarus
On 2024-01-14 12:20, Bo Berglund via lazarus wrote: On Sat, 13 Jan 2024 17:03:55 +0100 (CET), Michael Van Canneyt via lazarus wrote: You could also use Synapse. I always prefer synapse over Indy. So I have now verified that I cannot use Indy10 for email sending anymore :( ... I have used I

Re: [Lazarus] How to list available serial orts on Ubuuntu?

2022-11-28 Thread Carlos E. R. via lazarus
On 2022-11-28 14:08, Bo Berglund via lazarus wrote: On Mon, 28 Nov 2022 13:31:12 +0100, Giuliano Colla via lazarus wrote: Hope that it helps, Thanks, it does. I had thought of this but it looked like an overly complicated way given that the list of tty* ports using ls -l /dev/tty* on my sys

Re: [Lazarus] How to list available serial orts on Ubuuntu?

2022-11-28 Thread Carlos E. R. via lazarus
On 2022-11-28 11:31, Bo Berglund via lazarus wrote: I haved a debugging tool program created on Windows and I am orting it to Linux Ubuntu. It seems to build just fine except for a combobox fill function which uses the Windows way of populating the selectoer box with the serial ports available on

Re: [Lazarus] UNSUBSCRIBE PLEASE

2020-03-18 Thread Carlos E. R. via lazarus
On 18/03/2020 09.53, Vincent, Dean via lazarus wrote: Regards* You have to follow the procedure, which is described in the headers of your email: List-Unsubscribe: , -- Cheers /

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

2019-10-29 Thread Carlos E. R. via lazarus
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29/10/2019 12.25, Bo Berglund via lazarus wrote: > I am writing a console application intended to be portable between > Windows and Linux and it uses files on the file system for > configuration and also for processing data. > > Since the path delim

Re: [Lazarus] Command line interpretation on Linux console program...

2019-04-11 Thread Carlos E. R. via lazarus
On 11/04/2019 23.40, Bo Berglund via lazarus wrote: > On Thu, 11 Apr 2019 22:30:44 +0200, "Carlos E. R. via lazarus" > wrote: > >> In fact, if "videosplitcmb" is your program, it doesn't even see the >> second part, it is bash who stops at the &

Re: [Lazarus] Command line interpretation on Linux console program...

2019-04-11 Thread Carlos E. R. via lazarus
On 11/04/2019 22.03, Bo Berglund via lazarus wrote: > 2) Another issue concerns the parsing of command line parameters. > Originally I had set it up to use ; as separator for the two time > values of a clip, starttime and duration (in seconds) as follows: > t1234;500 for a duration 500 s clip star

Re: [Lazarus] Built console app on Linux, but won't run on another Linux machine

2018-10-28 Thread Carlos E. R. via Lazarus
On 27/10/2018 14.32, Bo Berglund via Lazarus wrote: > On Sat, 27 Oct 2018 14:03:16 +0200, "Carlos E. R. via Lazarus" > wrote: > >> On 27/10/2018 13.58, Bo Berglund via Lazarus wrote: >> >>> I tried to upgrade, dist-upgrade the server to remove the logon &

Re: [Lazarus] Built console app on Linux, but won't run on another Linux machine

2018-10-27 Thread Carlos E. R. via Lazarus
On 27/10/2018 13.58, Bo Berglund via Lazarus wrote: > I tried to upgrade, dist-upgrade the server to remove the logon > greeting about available updates then rebooted. > No difference. > > Then I tried by installing xfce4 desktop, thinking that this would > deposit the X11 stuff into the system.

Re: [Lazarus] Multilang application and syncing .po files

2018-06-19 Thread Carlos E. R. via Lazarus
On 2018-06-19 13:51, Maxim Ganetsky via Lazarus wrote: > > > 19.06.2018 14:37, Carlos E. R. via Lazarus пишет: >> On 2018-06-19 13:09, Tomáš Emresz via Lazarus wrote: >>> Hello, >>> >>> i have done generating .po files, could translate it through

Re: [Lazarus] Multilang application and syncing .po files

2018-06-19 Thread Carlos E. R. via Lazarus
On 2018-06-19 13:09, Tomáš Emresz via Lazarus wrote: > Hello, > > i have done generating .po files, could translate it through PoEdit, > but - when i add some RS or component, Lazarus update only main .po > file, not .cs.po etc. So could Lazarus update these files too, or is > there any m

Re: [Lazarus] Is it possible to find the location of an EAccessViolation, with Lazarus?

2018-05-13 Thread Carlos E. R. via Lazarus
On 2018-05-13 06:06, Cyrax via Lazarus wrote: > On 12/05/18 21:04, Carlos E. R. via Lazarus wrote: >> Although the child is not using pipes :-? >> >> >> > > If the child process outputs something (text or something else), then it > is using stdout pipe. A

Re: [Lazarus] Is it possible to find the location of an EAccessViolation, with Lazarus?

2018-05-12 Thread Carlos E. R. via Lazarus
On 2018-05-12 18:35, Orbán Árpád via Lazarus wrote: > Hi Carlos, > > Try add poUsePipes to TProcess.Options: > >>  AProcess := TProcess.Create(nil); >>     try >>    AProcess.Executable := '/usr/local/bin/egctl'; >>    AProcess.Parameters.Add('Regleta'); >>    AProcess.Parameters.Add(

[Lazarus] Is it possible to find the location of an EAccessViolation, with Lazarus?

2018-05-12 Thread Carlos E. R. via Lazarus
Hi, a program of mine crashed with: Exception at 00401B4A: EAccessViolation: Access violation. Is it possible to find the location line of that address? Very long ago, with turbopascal, it was possible to type the address of the fault in a box in the compiler, which would build again

Re: [Lazarus] Sending e-mail from within Lazarus

2018-05-10 Thread Carlos E. R. via Lazarus
On 2018-05-10 15:31, Brian via Lazarus wrote: > Does anybody have a working example of sending e-mail from a Lazarus > program through their ISP's mail server (which requires SSL/TLS) that > they'd be willing to share with me? I intend to code this soon, but I will simply call "mailx", an external

Re: [Lazarus] Cloning standard output to text file

2018-05-04 Thread Carlos E. R. via Lazarus
On 2018-05-04 19:30, Marco van de Voort via Lazarus wrote: > On Fri, May 04, 2018 at 01:31:50PM +0200, Carlos E. R. via Lazarus wrote: >> Now I have to figure out how to write both to file and screen :-) > > fpc streamio > Results in church related links, LOL. Better &q

Re: [Lazarus] Cloning standard output to text file

2018-05-04 Thread Carlos E. R. via Lazarus
On 2018-05-04 18:46, Reimar Grabowski via Lazarus wrote: > On Fri, 4 May 2018 13:34:54 +0200 > "Carlos E. R. via Lazarus" wrote: > >> Yes, of course, that's what I'm doing now, but I wanted to do it >> internally, control the file name, perhaps rota

Re: [Lazarus] Cloning standard output to text file

2018-05-04 Thread Carlos E. R. via Lazarus
On 2018-05-04 13:30, Bart via Lazarus wrote: > On Fri, May 4, 2018 at 12:51 PM, Carlos E. R. via Lazarus > wrote: > >> I want to do a series of "writeln(...)" and have the output go >> simultaneously to the console and to a text file of my choice. I have >&

Re: [Lazarus] Cloning standard output to text file

2018-05-04 Thread Carlos E. R. via Lazarus
On 2018-05-04 12:58, Mattias Gaertner via Lazarus wrote: > On Fri, 4 May 2018 12:51:38 +0200 > "Carlos E. R. via Lazarus" wrote: > >> [...] >> I want to do a series of "writeln(...)" and have the output go >> simultaneously to the console and to a t

[Lazarus] Cloning standard output to text file

2018-05-04 Thread Carlos E. R. via Lazarus
Hi, I know I did this decades ago with Turbo Pascal, but I can't remember how, and my google foo fails me. I want to do a series of "writeln(...)" and have the output go simultaneously to the console and to a text file of my choice. I have the vague idea that this was done writing a text file han

Re: [Lazarus] About a warning of unused parameter.

2018-05-02 Thread Carlos E. R. via Lazarus
On 2018-05-02 08:04, Mattias Gaertner via Lazarus wrote: > On Wed, 2 May 2018 02:19:05 +0200 "Carlos E. R. via Lazarus" <> wrote: > >> [...] >> function TPINGSend.Checksum6(Value: AnsiString): Word; >> begin >> Result := 0; >> end; >

[Lazarus] About a warning of unused parameter.

2018-05-01 Thread Carlos E. R. via Lazarus
Hi, I'm experimenting with doing "ping host" on Lazarus using the Synapse library (http://synapse.ararat.cz/doku.php/download). The code on my side is very simple, I just have to "use pingsend", then basically ping.ping('some host'); I have a little nuisance: building the included library produce

Re: [Lazarus] Unknown error codes.

2018-05-01 Thread Carlos E. R. via Lazarus
On 2018-05-01 10:48, Rik van Kekem via Lazarus wrote: > > Small test-program will give you a list: > var >   I: Integer; > begin >   for I := 0 to 99 do >   begin >     Memo1.Lines.Add(Format('%d - %s', [I, SysErrorMessage(I)])); >   end; In fact, it also prints errors beyond 100: program errorm

Re: [Lazarus] Unknown error codes.

2018-05-01 Thread Carlos E. R. via Lazarus
On 2018-05-01 10:48, Rik van Kekem via Lazarus wrote: > On 29-04-2018 23:55, Carlos E. R. via Lazarus wrote: >> It does not list the error 26 I got. >> It is possible that there are different numbers on different operating >> systems? That list seems to be related to Windows,

Re: [Lazarus] Unknown error codes.

2018-04-29 Thread Carlos E. R. via Lazarus
On 2018-04-29 22:07, Donald Ziesig via Lazarus wrote: > On 04/29/2018 03:00 PM, Carlos E. R. via Lazarus wrote: >> Hi, >> >> The other day I got this error in a program (on Linux): >> >> cer@Telcontar:~/bin/lazarus/mios> ./crc32test ./crc32test &

[Lazarus] Unknown error codes.

2018-04-29 Thread Carlos E. R. via Lazarus
Hi, The other day I got this error in a program (on Linux): cer@Telcontar:~/bin/lazarus/mios> ./crc32test ./crc32test An unhandled exception occurred at $00400951: EInOutError: Unknown Run-Time error : 026 $00400951 line 26 of crc32test.lpr $00400A5C line 42 of crc32te

Re: [Lazarus] Beep?

2018-03-29 Thread Carlos E. R. via Lazarus
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday, 2018-03-26 at 06:09 +0200, Carlos E. R. via Lazarus wrote: On 2018-03-26 04:02, Donald Ziesig via Lazarus wrote: Hi Everyone! I am using Lazarus 1.8 on Linux Mint.  I would like to use the Windows.Beep( Freq, Duration) function, or

Re: [Lazarus] Beep?

2018-03-25 Thread Carlos E. R. via Lazarus
On 2018-03-26 04:02, Donald Ziesig via Lazarus wrote: > Hi Everyone! > > I am using Lazarus 1.8 on Linux Mint.  I would like to use the > Windows.Beep( Freq, Duration) function, or (if not available) > SysUtils.Beep subprograms. AFAIK, you can not call Windows functions in Linux. -- Cheers / Sa

Re: [Lazarus] Translating a small C program to pascal (on lazarus)

2018-02-26 Thread Carlos E. R. via Lazarus
On 2018-02-26 18:56, Giuliano Colla via Lazarus wrote: > Il 26/02/2018 03:51, Carlos E. R. via Lazarus ha scritto: >> Ah!  I didn't realize it could translate the declarations on a .c file, >> I thought it was only for .h files. >> >> I just had a quick test, but

Re: [Lazarus] Translating a small C program to pascal (on lazarus)

2018-02-25 Thread Carlos E. R. via Lazarus
On 2018-02-26 01:11, Giuliano Colla via Lazarus wrote: > Il 25/02/2018 20:52, Carlos E. R. via Lazarus ha scritto: > >> I want to translate a little Linux C program (600 lines) to pascal (so >> that I can then add my parts in comfort). I failed to find a good >> automate

Re: [Lazarus] Translating a small C program to pascal (on lazarus)

2018-02-25 Thread Carlos E. R. via Lazarus
On 2018-02-25 21:26, Mark Morgan Lloyd via Lazarus wrote: > On 25/02/18 20:00, Carlos E. R. via Lazarus wrote: >> Hi, >> I want to translate a little Linux C program (600 lines) to pascal (so >> that I can then add my parts in comfort). I failed to find a good >> autom

[Lazarus] Translating a small C program to pascal (on lazarus)

2018-02-25 Thread Carlos E. R. via Lazarus
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I want to translate a little Linux C program (600 lines) to pascal (so that I can then add my parts in comfort). I failed to find a good automated tool in Linux. I had a look here: I used "OpenC2Pas"

Re: [Lazarus] Problem accessing the lazarus forums...

2017-12-04 Thread Carlos E. R. via Lazarus
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday, 2017-12-03 at 17:34 -0600, R0b0t1 via Lazarus wrote: On Sun, Dec 3, 2017 at 5:29 PM, Bo Berglund via Lazarus <> wrote: Well, I already tried variations of that and came up empty-handed: ~ $ sudo find / -name 'fpc.cfg' -print ~ $ Any

Re: [Lazarus] Who is using Object Pascal in production?

2017-10-30 Thread Carlos E. R. via Lazarus
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday, 2017-10-30 at 10:21 +0200, Juha Manninen via Lazarus wrote: On Mon, Oct 30, 2017 at 8:56 AM, Sven Barth via Lazarus <> wrote: Yes, it's fpc-pascal and you can find it here: https://freepascal.org/maillist.var Alternatively you can us

Re: [Lazarus] Who is using Object Pascal in production?

2017-10-29 Thread Carlos E. R. via Lazarus
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday, 2017-10-30 at 00:59 +0200, Juha Manninen via Lazarus wrote: On Mon, Oct 30, 2017 at 12:48 AM, Carlos E. R. via Lazarus <> wrote: About a year ago or more. ... /usr/share/fpcsrc/packages/fv/examples/testapp.lpi Ok, this was abo

Re: [Lazarus] Who is using Object Pascal in production?

2017-10-29 Thread Carlos E. R. via Lazarus
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday, 2017-10-29 at 17:20 +0200, Juha Manninen via Lazarus wrote: On Sun, Oct 29, 2017 at 5:04 PM, Carlos E. R. via Lazarus <> wrote: Well, I use Linux :-) I also use Linux and I have tested them, too. Of course not all example

Re: [Lazarus] Who is using Object Pascal in production?

2017-10-29 Thread Carlos E. R. via Lazarus
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday, 2017-10-29 at 15:42 +0100, Werner Pamler via Lazarus wrote: Am 29.10.2017 um 14:01 schrieb Carlos E. R. via Lazarus: B) Examples that work out of the box. ( when I choose examples in Lazarus, half of them do not work). This is

Re: [Lazarus] Who is using Object Pascal in production?

2017-10-29 Thread Carlos E. R. via Lazarus
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday, 2017-10-29 at 10:23 -, Samuel Herzog via Lazarus wrote: To attract more/new users to Object-Pascal "universe" the following things would help:  (applies for both Delphi and Lazarus) A) a way to give a whole project from one develo

Re: [Lazarus] SPAM - Postfix master

2017-05-19 Thread Carlos E. R. via Lazarus
On 2017-05-19 11:49, Marc Weustink via Lazarus wrote: > José Mejuto via Lazarus wrote: >> Hello, >> >> Can Postfix master ban 14.169.188.113 ? All "Gabor Boros" (I know he is >> not responsible) spam comes from that mail server (DNS name does not >> match IP, only reverse resolution) and it looks l

Re: [Lazarus] Annoying lazarus mailing list behaviour

2017-05-07 Thread Carlos E. R. via Lazarus
On 2017-05-07 12:18, Michael Van Canneyt via Lazarus wrote: > On Sun, 7 May 2017, Sven Barth via Lazarus wrote: >> Addendum: what E-Mail client do you use? Both Android's GMail App and >> Thunderbird (with Reply to List) handle it correctly. > > Pine. With Pine I get: To: somebody via lazarus

Re: [Lazarus] Annoying lazarus mailing list behaviour

2017-05-07 Thread Carlos E. R. via Lazarus
On 2017-05-07 12:15, Sven Barth via Lazarus wrote: > Am 07.05.2017 12:11 schrieb "Michael Van Canneyt via Lazarus" > mailto:lazarus@lists.lazarus-ide.org>>: >> >> >> Hi, >> >> Can we please get rid of the Cc: being added to the mails sent through the >> lazarus >> mailing list ? ... It doesn't b

Re: [Lazarus] How can I write to arbitrary position on device

2017-04-13 Thread Carlos E. R. via Lazarus
On 2017-04-13 09:15, Mark Morgan Lloyd via Lazarus wrote: > On 12/04/17 21:30, Carlos E. R. via Lazarus wrote: >> Hi, >> I'm new on this list, so if I should post this to a different place, >> just tell me. >> I want to find a function that I can use on Linux

[Lazarus] How can I write to arbitrary position on device

2017-04-12 Thread Carlos E. R. via Lazarus
Hi, I'm new on this list, so if I should post this to a different place, just tell me. I want to find a function that I can use on Linux to write a memory block to an arbitrary position on a device, say, /dev/sda or /dev/sda5 . I can do that on an opened file with seek() and write(), but a