Re: [lazarus] Set output file on Windows?

2007-11-05 Thread wile64
2007/11/5, Lee Jenkins [EMAIL PROTECTED]: Hi all, Where in lazarus can I set the path to output the generated executable file to? I thought it might be Project Project Objects Target File Name, but that It's good, example ..\..\myprojectexe and for files compiled : Project

Re: [lazarus] DOM bug with 64 bit installation

2007-11-05 Thread Alvise Nicoletti
Hess, Philip J ha scritto: Michael, Thanks for pointing that out about ReadXMLFile. I see that my code has the same memory leak. I think the confusion lies in that with Delphi once TXMLDocument has been used to create the object, the file is loaded by setting the object's FileName property, so

Re: [lazarus] Adding AllowFractionalPositioning to TCarbonDeviceContext

2007-11-05 Thread Mattias Gaertner
On Mon, 05 Nov 2007 01:40:06 +0100 Giuliano Colla [EMAIL PROTECTED] wrote: Mattias Gaertner ha scritto: [...] What I gathered from the discussion is that SynEdit, and other custom controls rely on width(char) x number of chars in string = width(string). Therefore they can only work with

Re: [lazarus] adding static package

2007-11-05 Thread Antonio Talamini
Compile lazarus and packages clean and check your link.res file. Mattias I've do that, but .. can i link my link.res file? it's big. thank Antonio _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] adding static package

2007-11-05 Thread Mattias Gaertner
On Mon, 05 Nov 2007 10:26:33 +0100 Antonio Talamini [EMAIL PROTECTED] wrote: Compile lazarus and packages clean and check your link.res file. Mattias I've do that, but .. can i link my link.res file? it's big. Maybe checking the link.res file was a bad advice. Can

Re: [lazarus] adding static package

2007-11-05 Thread Antonio Talamini
Mattias Gaertner ha scritto: On Mon, 05 Nov 2007 10:26:33 +0100 Antonio Talamini [EMAIL PROTECTED] wrote: Compile lazarus and packages clean and check your link.res file. Mattias I've do that, but .. can i link my link.res file? it's big. Maybe checking the link.res

Re: [lazarus] adding static package

2007-11-05 Thread Antonio Talamini
Mattias Gaertner ha scritto: On Mon, 05 Nov 2007 11:23:24 +0100 Antonio Talamini [EMAIL PROTECTED] wrote: Mattias Gaertner ha scritto: On Mon, 05 Nov 2007 10:26:33 +0100 Antonio Talamini [EMAIL PROTECTED] wrote: Compile lazarus and packages clean and check your link.res

Re: [lazarus] adding static package

2007-11-05 Thread Antonio Talamini
Mattias Gaertner ha scritto: On Mon, 05 Nov 2007 11:23:24 +0100 Antonio Talamini [EMAIL PROTECTED] wrote: Mattias Gaertner ha scritto: On Mon, 05 Nov 2007 10:26:33 +0100 Antonio Talamini [EMAIL PROTECTED] wrote: Compile lazarus and packages clean and check your link.res

Re: [lazarus] adding static package

2007-11-05 Thread Mattias Gaertner
On Mon, 05 Nov 2007 11:23:24 +0100 Antonio Talamini [EMAIL PROTECTED] wrote: Mattias Gaertner ha scritto: On Mon, 05 Nov 2007 10:26:33 +0100 Antonio Talamini [EMAIL PROTECTED] wrote: Compile lazarus and packages clean and check your link.res file. Mattias

Re: [lazarus] adding static package

2007-11-05 Thread Mattias Gaertner
On Mon, 05 Nov 2007 12:09:14 +0100 Antonio Talamini [EMAIL PROTECTED] wrote: [...] I don't know 'DEF54'! nothing in lsdialog like 'DEF54' [...] I've deleted all files .o and .ppu! [EMAIL PROTECTED]:/home/antonio/# fpc -v Free Pascal Compiler version 2.2.0 [2007/08/31] for i386

Re: [lazarus] Adding AllowFractionalPositioning to TCarbonDeviceContext

2007-11-05 Thread Giuliano Colla
Mattias Gaertner ha scritto: On Mon, 05 Nov 2007 01:40:06 +0100 Giuliano Colla [EMAIL PROTECTED] wrote: Font size can only be given in either an integer number of pixels, or in Point Size, which (currently) gets rounded to an integer number of pixels, and therefore, given usual font

Re: [lazarus] Adding AllowFractionalPositioning to TCarbonDeviceContext

2007-11-05 Thread Mattias Gärtner
Zitat von Giuliano Colla [EMAIL PROTECTED]: Mattias Gaertner ha scritto: On Mon, 05 Nov 2007 01:40:06 +0100 Giuliano Colla [EMAIL PROTECTED] wrote: Font size can only be given in either an integer number of pixels, or in Point Size, which (currently) gets rounded to an integer

Re: [lazarus] Adding AllowFractionalPositioning to TCarbonDeviceContext

2007-11-05 Thread Giuliano Colla
Mattias Gärtner ha scritto: Zitat von Giuliano Colla [EMAIL PROTECTED]: Mattias Gaertner ha scritto: On Mon, 05 Nov 2007 01:40:06 +0100 Giuliano Colla [EMAIL PROTECTED] wrote: Font size can only be given in either an integer number of pixels, or in Point Size, which

RE: [lazarus] Adding AllowFractionalPositioning to TCarbonDeviceContext

2007-11-05 Thread Hess, Philip J
Tobias, I suspect that my e-mail was blocked because of the screenshots I attached. I won't try to resend them with this e-mail for fear of losing another posting. I'll post them shortly in separate e-mails. Are there any other controls affected besides TLabel? Most controls are Carbon native

RE: [lazarus] Adding AllowFractionalPositioning to TCarbonDeviceContext

2007-11-05 Thread Hess, Philip J
Tobias, Please load the attached .rtf file into OS X's TextEdit. On my Mac, the t and o in to are jammed together in the first line but not in the second line. The first line is Helvetica, the second line is Arial. This is exactly the kind of rendering problem I see with my ported control when

RE: [lazarus] Adding AllowFractionalPositioning to TCarbonDeviceContext

2007-11-05 Thread Hess, Philip J
Tobias, Here are 2 screenshots from my Mac. I don't see quite the same spacing issues that see. As you can see, in the prepatch screenshot, the TLabel text is wider than the TButton text. The screenshot with the patch shows that the TLabel's text has now been rendered with some of the

Re: [lazarus] Adding AllowFractionalPositioning to TCarbonDeviceContext

2007-11-05 Thread Tobias Giesen
Hi Philip, thanks for your research! I can confirm that in my program, only TLabel is affected strongly, but TStringGrid also shows slightly incorrect text rendering. TStringGrid does not have any problems with editing text even with my patch, because it seems to use a standard Mac OS Edit field

Re: [lazarus] Adding AllowFractionalPositioning to TCarbonDeviceContext

2007-11-05 Thread Tom Gregorovic
Hi, I vote for solving this issue in Carbon interface. Summary: TSynEdit and components that draw text per partes (to indicate selection, ...) need text functions without fractions and kerning, tracking... But all these typographic features should be otherwise enabled by default. Solution:

Re: [lazarus] Set output file on Windows?

2007-11-05 Thread Lee Jenkins
wile64 wrote: 2007/11/5, Lee Jenkins [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: Hi all, Where in lazarus can I set the path to output the generated executable file to? I thought it might be Project Project Objects Target File Name, but that It's good, example

Re: [lazarus] Set output file on Windows?

2007-11-05 Thread Lee Jenkins
Lee Jenkins wrote: wile64 wrote: 2007/11/5, Lee Jenkins [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: Hi all, Where in lazarus can I set the path to output the generated executable file to? I thought it might be Project Project Objects Target File Name, but that

Re: [lazarus] Set output file on Windows?

2007-11-05 Thread Vincent Snijders
Lee Jenkins schreef: Lee Jenkins wrote: wile64 wrote: 2007/11/5, Lee Jenkins [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: Hi all, Where in lazarus can I set the path to output the generated executable file to? I thought it might be Project Project Objects Target File

Re: [lazarus] Set output file on Windows?

2007-11-05 Thread Lee Jenkins
Vincent Snijders wrote: Lee Jenkins schreef: Here's a screenshot of the error in case any can offer a suggestion, otherwise, I might have to reinstall Windows xp (2cd time in 5 months)... http://www.leebo.dreamhosters.com/images/misc/error_start_firebird.png Just guessing, I don't have

Re: [lazarus] Set output file on Windows?

2007-11-05 Thread Lee Jenkins
Lee Jenkins wrote: Thanks Vincent, but that is what is so odd! I'm not trying to start an application in lazarus, I am trying to start the firebirdSQL service on my XP computer, LOL! I started playing around with the Powtils stuff a couple of days ago. This morning I was trying to ouput

Re: [lazarus] Bug in recompiling IDE

2007-11-05 Thread Vincent Snijders
Michael Van Canneyt schreef: When you recompile the 32-bit lazarus IDE for 64-bit, you get the following error: TLazPackageGraph.CheckIfPackageNeedsCompilation Compiler filename changed for SDFLaz 0.1.1 Old=/usr/local/bin/ppc386 Now=/usr/local/bin/ppcx64 [TExternalToolList.Run]

Re: [lazarus] Bug in recompiling IDE

2007-11-05 Thread Michael Van Canneyt
On Mon, 5 Nov 2007, Vincent Snijders wrote: Michael Van Canneyt schreef: When you recompile the 32-bit lazarus IDE for 64-bit, you get the following error: TLazPackageGraph.CheckIfPackageNeedsCompilation Compiler filename changed for SDFLaz 0.1.1 Old=/usr/local/bin/ppc386

Re: [lazarus] Announcement: Poll about required windows version for Lazarus

2007-11-05 Thread Gustavo Enrique Jimenez
I have an app developed with lazarus 0.9.22 + synaser compiled on Windows 98, running perfectly on Windows 95. The app was compressed with upx. Gustavo 2007/11/4, zaher dirkey [EMAIL PROTECTED]: For my bad English. For developers you need to make Lazarus IDE run only in win2k or above You

[lazarus] Bug in recompiling IDE

2007-11-05 Thread Michael Van Canneyt
When you recompile the 32-bit lazarus IDE for 64-bit, you get the following error: TLazPackageGraph.CheckIfPackageNeedsCompilation Compiler filename changed for SDFLaz 0.1.1 Old=/usr/local/bin/ppc386 Now=/usr/local/bin/ppcx64 [TExternalToolList.Run] CmdLine=/usr/local/bin/ppcx64 -S2cgi

[lazarus] IDE build problem

2007-11-05 Thread Mark Morgan Lloyd
I've spent some time tearing what little remains of my hair out over this one :-) I've got 0.9.22 on several machines- Win-32 (NT4), Linux-x86 (Debian Etch) and Linux-SPARC. I'd be nearer the bleeding edge if I had more time and if I wasn't already chasing some elusive SPARC bugs. Underlying

Re: [lazarus] Bug in recompiling IDE

2007-11-05 Thread Marc Weustink
Michael Van Canneyt wrote: On Mon, 5 Nov 2007, Vincent Snijders wrote: Michael Van Canneyt schreef: When you recompile the 32-bit lazarus IDE for 64-bit, you get the following error: TLazPackageGraph.CheckIfPackageNeedsCompilation Compiler filename changed for SDFLaz 0.1.1

Re: [lazarus] IDE build problem

2007-11-05 Thread Vincent Snijders
Mark Morgan Lloyd schreef: I've spent some time tearing what little remains of my hair out over this one :-) I've got 0.9.22 on several machines- Win-32 (NT4), Linux-x86 (Debian Etch) and Linux-SPARC. I'd be nearer the bleeding edge if I had more time and if I wasn't already chasing some

Re: [lazarus] Enhanced TODO list patch

2007-11-05 Thread Graeme Geldenhuys
Does the Todo List screen actually work for you? I've added todo items in my code an the only two todo items it ever shows (no matter which project I have open) is some code in the LCL. Isn't the todo list screen only supposed to show todo items for the current open project or package? I'm