Re: [Lazarus] Cannot post a reply in the lazarus forum

2012-09-08 Thread Paul Ishenin
09.09.12, 14:42, Salvatore Coppola пишет: As the object say, (see the attached screenshot) cannot post a reply in the lazarus forum. What am I doing wrong? Look at one of the text fields: "Lazarus spelled backward" = surazaL but you put the captcha there. Best regards, Paul Ishenin -- _

Re: [Lazarus] How to install Richmemo on Win 7 64 bit?

2012-09-08 Thread Mattias Gaertner
On Sat, 8 Sep 2012 13:39:08 -0700 (PDT) Ajeandro Gonzalo wrote: > Using Win 7 64 bit, I get this error message when trying to compile the > package in Laz 1.0: > > C:\lazarus\richmemo\win32\win32richmemo.pas(105,3) Error: Wrong number of > parameters specified for call to "PrepareCreateWindow"

[Lazarus] How to install Richmemo on Win 7 64 bit?

2012-09-08 Thread Ajeandro Gonzalo
Using Win 7 64 bit, I get this error message when trying to compile the package in Laz 1.0: C:\lazarus\richmemo\win32\win32richmemo.pas(105,3) Error: Wrong number of parameters specified for call to "PrepareCreateWindow" I downloaded richmemo from: http://sourceforge.net/projects/lazarus-ccr/f

Re: [Lazarus] building lazarus 1.0 with make OPT="-n" and fpc.cfg in different location

2012-09-08 Thread Joost van der Sluis
On Wed, 2012-09-05 at 10:38 +0200, Reinier Olislagers wrote: > Once I used fpcmkcfg instead of samplecfg, I never looked back ;) Nowadays samplecfg is only a wrapper around fpcmkcfg, for backwards-compatibility. Joost. -- ___ Lazarus mailing list Laza

Re: [Lazarus] PascalScript on Win x64

2012-09-08 Thread Joost van der Sluis
On Thu, 2012-09-06 at 09:47 +0200, Sven Barth wrote: > Am 06.09.2012 04:40, schrieb Paul Ishenin: > > 04.09.12, 22:10, Sven Barth пишет: > > > RTTI may (you need to establish if this applies to *all* cases) tell > you > that "procedure Foo(a: integer)" takes 1 int param. > But i

Re: [Lazarus] Parsing command line options

2012-09-08 Thread patspiper
On 08/09/12 21:53, Marco van de Voort wrote: On Sat, Sep 08, 2012 at 06:38:40PM +0300, patspiper wrote: This is related to http://bugs.freepascal.org/view.php?id=22751 - What FPC/Lazarus functions are available to parse a command line (where parameters begin with a dash)? Depends. Split argumen

Re: [Lazarus] Function to replace some chars

2012-09-08 Thread William Oliveira Ferreira
Thanks for the hint, Graeme, I'll take a better look on it... 2012/9/8 Graeme Geldenhuys > On 08/09/12 15:39, William Oliveira Ferreira wrote: > >> Does somone knows some functions that replaces special chars like ã é Ü to >> it HTML special chars like á ? >> > > Yes, have a look in the tiOPF v

Re: [Lazarus] Function to replace some chars

2012-09-08 Thread Graeme Geldenhuys
On 08/09/12 15:39, William Oliveira Ferreira wrote: Does somone knows some functions that replaces special chars like ã é Ü to it HTML special chars like á ? Yes, have a look in the tiOPF v2 repository on Source Forge (www.tiopf.com). Then in the Options/tiXML.pas unit. Take a look at the Tti

Re: [Lazarus] Parsing command line options

2012-09-08 Thread Marco van de Voort
On Sat, Sep 08, 2012 at 06:38:40PM +0300, patspiper wrote: > This is related to http://bugs.freepascal.org/view.php?id=22751 > - What FPC/Lazarus functions are available to parse a command line > (where parameters begin with a dash)? Depends. Split arguments for TProcess use (like in the above b

[Lazarus] Parsing command line options

2012-09-08 Thread patspiper
This is related to http://bugs.freepascal.org/view.php?id=22751 - What FPC/Lazarus functions are available to parse a command line (where parameters begin with a dash)? - What function can split an argument of the type name=value or option value Stephano -- _

Re: [Lazarus] Bug 0022814: fpc executable's path should be relative if fpc is present in the env path

2012-09-08 Thread patspiper
On 06/09/12 21:38, Mattias Gaertner wrote: On Thu, 06 Sep 2012 21:34:42 +0300 patspiper wrote: On 06/09/12 21:07, Sven Barth wrote: [...] You can pass the option "-Xp/some/path" to fpc to tell it to look for ppcXXX in that specific directory. It will look there first, then in the path of the

Re: [Lazarus] Compiler Options: Apply conventions

2012-09-08 Thread patspiper
On 08/09/12 12:58, Mattias Gaertner wrote: On Sat, 08 Sep 2012 12:27:28 +0300 patspiper wrote: What exactly is Compiler Options: Apply conventions? It is not documented in http://wiki.lazarus.freepascal.org/IDE_Window:_Compiler_Options. I added it: http://wiki.lazarus.freepascal.org/IDE_Wind

Re: [Lazarus] Compiler Options: Apply conventions

2012-09-08 Thread Mattias Gaertner
On Sat, 08 Sep 2012 12:27:28 +0300 patspiper wrote: > What exactly is Compiler Options: Apply conventions? It is not > documented in > http://wiki.lazarus.freepascal.org/IDE_Window:_Compiler_Options. I added it: http://wiki.lazarus.freepascal.org/IDE_Window:_Compiler_Options#Apply_Conventions

Re: [Lazarus] Compiler Options: Apply conventions

2012-09-08 Thread Mark Morgan Lloyd
patspiper wrote: What exactly is Compiler Options: Apply conventions? It is not documented in http://wiki.lazarus.freepascal.org/IDE_Window:_Compiler_Options. Affects things like e.g. 'lib' being applied as a prefix to a unix shared library. -- Mark Morgan Lloyd markMLl .AT. telemetry.co .D

[Lazarus] Compiler Options: Apply conventions

2012-09-08 Thread patspiper
What exactly is Compiler Options: Apply conventions? It is not documented in http://wiki.lazarus.freepascal.org/IDE_Window:_Compiler_Options. Stephano -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.or