Re: [Lazarus] Bashing the developers

2016-04-09 Thread Martok
;From contains 'address', Action 'mark read'". Have a good day, Martok -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] PDF generator, try 2

2016-04-07 Thread Martok
his for some compatibility reason... There are a few places in API imports as well where a "_Out_ FOO * pBar" was imported as "var bar: FOO" but it is actually only used for output, with the same technically useless hints. But that's getting off

Re: [Lazarus] Search dialog scope

2016-04-07 Thread Martok
d, and From Cursor/Global is set. Regards, Martok -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Windows exceptions and gdb

2016-03-08 Thread Martok
Hello, this isn't technically a Lazarus issue but a gdb one, but maybe someone here (Sven?) has encountered this before and knows what to do. I think this is related to the discussion we had on #24908, and my lack of understanding back then... Take this example program, compile with -Pi386 and

Re: [Lazarus] PDF generator

2016-03-05 Thread Martok
Nice work! Certainly comes just in time as I'm looking at PDF libraries for the next work-related project. > - On windows (possibly mac), allow to use native font mechanisms for > extracting info from TTF files. Would using freetype/freetype2 make more sense? There are native implementations in

Re: [Lazarus] Lazbuild: calling of ExecuteBefore command with up-to-date project

2016-03-03 Thread Martok
Patch series now in the bugtracker as issue #29773 (and a related on on #27820). I have thoroughly tested it and it now does exactly what the documentation says, but please verify. Kind Regards, Sebastian -- ___ Lazarus mailing list

Re: [Lazarus] Lazbuild: calling of ExecuteBefore command with up-to-date project

2016-03-02 Thread Martok
After some investigation, I noticed that there even is an option for that, but it is not actually checked in the proper place. (These are the defaults so they wouldn't normally be written to the project file) So, a build tool is by default defined to be executed for all compile events as

[Lazarus] Lazbuild: calling of ExecuteBefore command with up-to-date project

2016-02-29 Thread Martok
, but the result is very different. Can someone explain where this difference comes from? Regards, Martok -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus