Re: [Lazarus] Lazarus r30219 cannot be compiled on Mac OS X

2011-04-07 Thread Fred Flinestone
Lazarus r30234 compiles fine. Thanks. BTW: Using FPC r.16982 -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Lazarus r30219 cannot be compiled on Mac OS X

2011-04-06 Thread Fred Flinestone
Hello all, It writes: ld: library not found for -lfreetype lazarus.pp(130,42) Error: Error while linking thanx. F. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Mac OS X - registering login item - to start my application after user's login

2011-01-13 Thread Fred Flinestone
Hello all, I am trying to execute this from my code to assure autostart of my application, but nothing happens and the item is not added. ExecuteProcess('/usr/bin/defaults', 'write loginwindow AutoLaunchedApplicationDictionary -array-add

[Lazarus] StrokeAndFillPath replacement

2010-12-23 Thread Fred Flinestone
Hi, What can I use as a replacement for Windows API functions with will offer similar functionality as StrokeAndFillPath or SetArcDirection? I need them especially on Carbon and Linux. thanks ff. -- ___ Lazarus mailing list

Re: [Lazarus] Carbon: Print out is mirrored

2010-11-24 Thread Fred Flinestone
On Wed, Nov 24, 2010 at 12:02 AM, dmitry boyarintsev skalogryz.li...@gmail.com wrote: Is it reproducible on Print to PDF printer? Yes, it is the same. TRoland; -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Carbon: Print out is mirrored

2010-11-24 Thread Fred Flinestone
On Wed, Nov 24, 2010 at 4:30 AM, dmitry boyarintsev skalogryz.li...@gmail.com wrote: On Tue, Nov 23, 2010 at 4:32 AM, Fred Flinestone ffre...@gmail.com wrote: Any idea, what can I check? Also, you need to check how you're handling Context translation, if you're using Carbon API (CGContext

[Lazarus] Carbon: Print out is mirrored

2010-11-23 Thread Fred Flinestone
Hi, When I print out over my printing module on Carbon then after second page it starts to print out mirrored where left is with right exchanged. This continues until I restart program. Linux doesn't have any problem. I cannot find any property which could be responsible for this behavior. I know