[Lazarus] How to set defines for a project? Lazarus crashes...

2016-02-08 Thread Bo Berglund
I tried setting the conditional "UseCThreads" for my test project but even though I can reach the place where this apparently is set: Menu: Project/Project_Options/Custom_Options/Defines it seems not to work! When I use this dialog to enter the symbol UseCThreads the effect is invisible when I hit

Re: [Lazarus] How to set defines for a project? Lazarus crashes...

2016-02-08 Thread micsch
Am Monday 08 February 2016 20:24:36 schrieb Bo Berglund: > I tried setting the conditional "UseCThreads" for my test project but > even though I can reach the place where this apparently is set: > Menu: Project/Project_Options/Custom_Options/Defines > it seems not to work! > > When I use this dialo

Re: [Lazarus] How to set defines for a project? Lazarus crashes...

2016-02-08 Thread Mattias Gaertner
> Bo Berglund hat am 8. Februar 2016 um 20:24 > geschrieben: > > I tried setting the conditional "UseCThreads" for my test project but > even though I can reach the place where this apparently is set: > Menu: Project/Project_Options/Custom_Options/Defines > it seems not to work! Do you mean you

Re: [Lazarus] How to set defines for a project? Lazarus crashes...

2016-02-09 Thread Bo Berglund
On Tue, 9 Feb 2016 00:22:21 +0100 (CET), Mattias Gaertner wrote: >> I tried setting the conditional "UseCThreads" for my test project but >> even though I can reach the place where this apparently is set: >> Menu: Project/Project_Options/Custom_Options/Defines >> it seems not to work! > >Do you m

Re: [Lazarus] How to set defines for a project? Lazarus crashes...

2016-02-09 Thread Bo Berglund
On Mon, 8 Feb 2016 23:24:35 +0100, mic...@gmail.com wrote: >> I am using Lazarus 1.6RC2 and FPC 3.0.0 on Raspbian Jessie. >reboot ist not needed on linux >use a console and kill command >Ctrl-Alt-F1 for console Or use the terminal icon on the taskbar, right? But then what? How do I use kill to sh

Re: [Lazarus] How to set defines for a project? Lazarus crashes...

2016-02-09 Thread JuuS
On 02/09/2016 10:10 AM, Bo Berglund wrote: > On Mon, 8 Feb 2016 23:24:35 +0100, mic...@gmail.com wrote: > > I am used to Windows Task Manager where the running programs are > listed and one can stop it, but how do I get a corresponding list in > which to select Lazarus in Linux? All linux flavo

Re: [Lazarus] How to set defines for a project? Lazarus crashes...

2016-02-09 Thread Bo Berglund
On Tue, 9 Feb 2016 11:32:10 +0100, JuuS wrote: >> 'man kill' indicates that I need a value but 'man pid' returns >> nothing. > >use ps command (ps --help all) to get PID's. ps aux is a good start, >but use grep to winnow it down. Tried this: pi@rpi2-jessie2:~ $ ps -u pi |grep lazarus 5091 ?

Re: [Lazarus] How to set defines for a project? Lazarus crashes...

2016-02-09 Thread Henry Vermaak
On Tue, Feb 09, 2016 at 10:10:05AM +0100, Bo Berglund wrote: > 'man kill' indicates that I need a value but 'man pid' returns > nothing. `killall` takes the name of the process, and tab completion works on most systems I've tried. Henry -- ___ Lazarus

Re: [Lazarus] How to set defines for a project? Lazarus crashes...

2016-02-09 Thread patspiper
On 09/02/16 10:38, Bo Berglund wrote: No I did not add the -d in front of the UseCThreads symbol, just the symbol itself. I used Menu: Project/Project_Options/Compiler_Options/Custom_Options This was the only place I found the word Defines, which appears on a button to the right. It is in subnod

Re: [Lazarus] How to set defines for a project? Lazarus crashes...

2016-02-09 Thread JuuS
On 02/09/2016 11:56 AM, Bo Berglund wrote: > On Tue, 9 Feb 2016 11:32:10 +0100, JuuS wrote: > >>> 'man kill' indicates that I need a value but 'man pid' returns >>> nothing. >> >> use ps command (ps --help all) to get PID's. ps aux is a good start, >> but use grep to winnow it down. > > Trie

Re: [Lazarus] How to set defines for a project? Lazarus crashes...

2016-02-09 Thread micsch
Am Tuesday 09 February 2016 10:10:05 schrieb Bo Berglund: > On Mon, 8 Feb 2016 23:24:35 +0100, mic...@gmail.com wrote: > >> I am using Lazarus 1.6RC2 and FPC 3.0.0 on Raspbian Jessie. > > > >reboot ist not needed on linux > >use a console and kill command > >Ctrl-Alt-F1 for console > > Or use the t

Re: [Lazarus] How to set defines for a project? Lazarus crashes...

2016-02-09 Thread wkitty42
On 02/09/2016 04:10 AM, Bo Berglund wrote: On Mon, 8 Feb 2016 23:24:35 +0100, mic...@gmail.com wrote: I am using Lazarus 1.6RC2 and FPC 3.0.0 on Raspbian Jessie. reboot ist not needed on linux use a console and kill command Ctrl-Alt-F1 for console Or use the terminal icon on the taskbar, rig

Re: [Lazarus] How to set defines for a project? Lazarus crashes...

2016-02-09 Thread Dmitry Boyarintsev
On Mon, Feb 8, 2016 at 6:22 PM, Mattias Gaertner wrote: > Do you mean you added -dUseCThreads in > Project/Project_Options/Custom_Options, > but it is not appended to options passed to FPC? > Is it true to say that there are only 2 ways in IDE to set defines. 1) Project Options/Custom Options 2)

Re: [Lazarus] How to set defines for a project? Lazarus crashes...

2016-02-11 Thread Mattias Gaertner
On Tue, 9 Feb 2016 15:21:30 -0500 Dmitry Boyarintsev wrote: > On Mon, Feb 8, 2016 at 6:22 PM, Mattias Gaertner > wrote: >[...] > Is it true to say that there are only 2 ways in IDE to set defines. > 1) Project Options/Custom Options > 2) Project Options/Additions and Overrides (+ Custom Option)