Re: [Lazarus] Laz trunk+FPC trunk Windows - experiences with help

2014-07-23 Thread Reinier Olislagers
On 22/07/2014 08:51, Reinier Olislagers wrote: I'm going to have a look at that but first wanted to know whether other people with the config listed in the subject have the same issues (or whether it's PEBKAC/machine dependent). Alternatively, review and correction of the patch in

[Lazarus] Custom defines don't work?

2014-07-23 Thread Reinier Olislagers
Hi list, Laz trunk, fpc trunk x86, Win. I'm trying to set up some defines based on the FPC version [1]: In project options,compiler options,other,conditionals I add this: // Optimize hash functions for FPC trunk // FPC 2.6.x does not support -OoUSEEBP if FPC_FULLVERSION=20701 then begin

Re: [Lazarus] Custom defines don't work?

2014-07-23 Thread Mattias Gaertner
On Wed, 23 Jul 2014 13:21:44 +0200 Reinier Olislagers reinierolislag...@gmail.com wrote: Hi list, Laz trunk, fpc trunk x86, Win. I'm trying to set up some defines based on the FPC version [1]: In project options,compiler options,other,conditionals I add this: // Optimize hash

Re: [Lazarus] Custom defines don't work?

2014-07-23 Thread Reinier Olislagers
On 23/07/2014 14:10, Mattias Gaertner wrote: The conditionals have only these predefined variables/functions: http://wiki.lazarus.freepascal.org/Macros_and_Conditionals#Predefined_Variables Ah, thanks. Maybe FPC_FULLVERSION can be added. Yes, I would really like that ;) --

Re: [Lazarus] Qt interface on Linux uses plastique style by default

2014-07-23 Thread leledumbo
Please create a bug report. Zeljko is on vacation. Forget it, must be something on my system. It correctly uses the system default now. -- View this message in context:

[Lazarus] Access violation while open lpi from recent menu

2014-07-23 Thread FreeMan
Hello, Some times, if try open project from IDE main form Open button's recent item. I get this error.(from log) Click ok and then try again, project can open. Kubuntu 14.04 x64 lazarus fpc last svn TLResourceList.Sort 8 DUPLICATE RESOURCE FOUND: CFPAGERIGHTBTN:BMP DebugDataMonitor:

Re: [Lazarus] Laz trunk+FPC trunk Windows - experiences with help

2014-07-23 Thread Graeme Geldenhuys
On 2014-07-23 11:09, Reinier Olislagers wrote: No interest? Not even when I mention fascinating keywords [1] Unicode, UTF-8, precision timer, clock, epiktimer, non-GUI event loop ;) ROFL Regards, - Graeme - -- ___ Lazarus mailing list

Re: [Lazarus] Custom defines don't work?

2014-07-23 Thread Mattias Gaertner
On Wed, 23 Jul 2014 14:25:24 +0200 Reinier Olislagers reinierolislag...@gmail.com wrote: On 23/07/2014 14:10, Mattias Gaertner wrote: The conditionals have only these predefined variables/functions: http://wiki.lazarus.freepascal.org/Macros_and_Conditionals#Predefined_Variables Ah, thanks.