[Lazarus] Strange access violation

Mattias Gaertner nc-gaertnma at netcologne.de
Wed May 4 22:02:32 CEST 2011


On Wed, 04 May 2011 21:28:20 +0200
Luca Olivetti <luca at wetron.es> wrote:

> Al 04/05/11 19:24, En/na Mattias Gaertner ha escrit:
> > Many lazarus devels test with above checks, but only their set of
> > packages.
> 
> It's enough to set those options in my project or do I have to set
> them in every package?
> I tried adding those options in 
> Project->Project options->Compiler options->Other-Custom options
> 
> and it didn't rebuild the packages, so I suppose I'll have to set
> them in every package (or in fpc.cfg and rebuild everything?)

Yes, every package has its own set of options, so you know you are
using the same options as the developer of the package.
You could add a macro.
For example many packages contain the macro $(IDEBuildOptions) in
their custom options. This macro are the options of the Lazarus build
dialog.

Mattias




More information about the Lazarus mailing list