Re: [Lazarus] How to use two different versions of FPC

2018-05-12 Thread Michael Ring via Lazarus
Do you have plans to make it possible to switch debuggers in the same plugin, too? This would be very helpful for embedded targets, it is always a pain to reconfigure gdb when switching between an embedded and a native target. Could it also be possible to make this plugin project based? Loo

[Lazarus] Lazarus Bugtracker/Issue 30544

2018-05-12 Thread Joe via Lazarus
I added a note to this issue saying it is resolved now. But now i don't know, how is the Status of the issue changed? Who changes it? -- Joe -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] Lazarus Bugtracker/Issue 30544

2018-05-12 Thread Michael Van Canneyt via Lazarus
On Sat, 12 May 2018, Joe via Lazarus wrote: I added a note to this issue saying it is resolved now. But now i don't know, how is the Status of the issue changed? Who changes it? It is currently not assigned to anyone, but maybe after this mail one of the lazarus devels will look at it to s

Re: [Lazarus] Lazarus Bugtracker/Issue 30544

2018-05-12 Thread Mattias Gaertner via Lazarus
On Sat, 12 May 2018 11:31:31 +0200 Joe via Lazarus wrote: > I added a note to this issue saying it is resolved now. Do you know which revision fixed the issue? Mattias -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-id

Re: [Lazarus] Restart Lazarus after rebuild crashes

2018-05-12 Thread Mattias Gaertner via Lazarus
On Fri, 11 May 2018 18:40:52 -0400 Donald Ziesig via Lazarus wrote: > Hi All! > > Brand new Laptop :-). Clean installation of Linux Mint 18.3.:-) New > download of Lazarus.  Version 18.2, Date 2018=-05-10, FPC 3.0, > x86_64-linux-gtk2 8-). > > Added simple component, interface section and mos

Re: [Lazarus] Lazarus Bugtracker/Issue 30544

2018-05-12 Thread Joe via Lazarus
Am 12.05.2018 um 11:46 schrieb Mattias Gaertner via Lazarus: On Sat, 12 May 2018 11:31:31 +0200 Joe via Lazarus wrote: I added a note to this issue saying it is resolved now. Do you know which revision fixed the issue? Mattias I tested with 57898, but i think, Ondrej already had fixed it one

Re: [Lazarus] Lazarus Bugtracker/Issue 30544

2018-05-12 Thread Mattias Gaertner via Lazarus
On Sat, 12 May 2018 12:04:32 +0200 Joe via Lazarus wrote: > Am 12.05.2018 um 11:46 schrieb Mattias Gaertner via Lazarus: > > On Sat, 12 May 2018 11:31:31 +0200 > > Joe via Lazarus wrote: > > > >> I added a note to this issue saying it is resolved now. > > Do you know which revision fixed the

Re: [Lazarus] Lazarus Bugtracker/Issue 30544

2018-05-12 Thread Ondrej Pokorny via Lazarus
On 12.05.2018 12:09, Mattias Gaertner via Lazarus wrote: On Sat, 12 May 2018 12:04:32 +0200 Joe via Lazarus wrote: Am 12.05.2018 um 11:46 schrieb Mattias Gaertner via Lazarus: I tested with 57898, but i think, Ondrej already had fixed it one version earlier. I doubt that 57897 or 8 fixes the

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

2018-05-12 Thread Graeme Geldenhuys via Lazarus
On 2018-05-12 06:33, Bo Berglund via Lazarus wrote: > Note that the old atozed forum was taken down on technical reasons a > while ago and the old posts there are not yet available for browsing. > Apparently they are working on a way to restore the old database. I've always connected to their NNTP

Re: [Lazarus] Lazarus Bugtracker/Issue 30544

2018-05-12 Thread Joe via Lazarus
Am 12.05.2018 um 12:16 schrieb Ondrej Pokorny via Lazarus: On 12.05.2018 12:09, Mattias Gaertner via Lazarus wrote: On Sat, 12 May 2018 12:04:32 +0200 Joe via Lazarus wrote: Am 12.05.2018 um 11:46 schrieb Mattias Gaertner via Lazarus: I tested with 57898, but i think, Ondrej already had fixed

[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] Is it possible to find the location of an EAccessViolation, with Lazarus?

2018-05-12 Thread Orbán Árpád via Lazarus
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('off'); AProcess.Parameters.Add('off'); AProcess.Parameters

[Lazarus] errno 13 permission denied

2018-05-12 Thread Larry Dalton via Lazarus
It am running lazarus 1.8.2 on linux 17.2, and trying to connect to mysql 5.7. I have a database named 'boa', with 5 columns, the first named 'mycheck'; I am using a TMySql57Connection, named boaconnection with the following settings: Databasename=boa; HostName=localhost KeepConnection=false Logi

Re: [Lazarus] errno 13 permission denied

2018-05-12 Thread Larry Dalton via Lazarus
I need to correct my original statement: the column name is 'checking', not 'mycheck' On Sat, May 12, 2018 at 1:28 PM, Larry Dalton wrote: > It am running lazarus 1.8.2 on linux 17.2, and trying to connect to mysql > 5.7. > I have a database named 'boa', with 5 columns, the first named 'mycheck

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(

Re: [Lazarus] Lazarus Bugtracker/Issue 30544

2018-05-12 Thread Joe via Lazarus
Am 12.05.2018 um 12:09 schrieb Mattias Gaertner via Lazarus: I doubt that 57897 or 8 fixes the issue. Seems you are right. After many hours successful testing on several Pis  the error suddenly reappeared when I went back to a former project in Lazarus 1.9 SVN-Revision 57898. Reason unknown.

Re: [Lazarus] How to use two different versions of FPC

2018-05-12 Thread patspiper via Lazarus
On 12/05/18 11:34, Michael Ring via Lazarus wrote: Do you have plans to make it possible to switch debuggers in the same plugin, too? No, as switching debuggers is already possible in the debugging section. This would be very helpful for embedded targets, it is always a pain to reconfigure gd

Re: [Lazarus] How to use two different versions of FPC

2018-05-12 Thread Jesus Reyes A. via Lazarus
En Fri, 11 May 2018 08:40:28 -0500, patspiper via Lazarus escribió: On 11/05/18 16:17, Joost van der Sluis via Lazarus wrote: On 05/10/2018 04:35 PM, patspiper via Lazarus wrote: Attached snapshot is work in progress Sorry, but I don't think this is an improvement. For new users this l

Re: [Lazarus] How to use two different versions of FPC

2018-05-12 Thread Anthony Walter via Lazarus
I am not sure if this will help, but I place this script as "setup" in any fpc directory: #!/bin/bash if [ -z ${OLDPATH+x} ]; then OLDPATH=$PATH else PATH=$OLDPATH fi BASE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" export PPC_CONFIG_PATH=$BASE/bin rm $PPC_CONFIG_PATH/fpc.cfg > /dev/

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

2018-05-12 Thread Cyrax via Lazarus
On 12/05/18 21:04, Carlos E. R. via Lazarus wrote: 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('Reglet