Re: [lazarus] Console app problems

2007-01-03 Thread Marco van de Voort
On Tue, Jan 02, 2007 at 05:51:03PM +0100, Christian Iversen wrote: for (...) { } which, imho, only looks good in C. That is practically the only (really existing) layout that I despise. Then again, there are probably even more coding styles in Pascal than in C. Not really IMHO. C has

Re: [lazarus] Rebuilding IDE with sqlite3 support

2007-01-03 Thread Mattias Gaertner
On Wed, 03 Jan 2007 00:59:40 -0500 Lee Jenkins [EMAIL PROTECTED] wrote: I keep getting a error: Error: Unable to open file 'clean' When trying to rebuild the ide. Do I have to reinstall from source to rebuild new lpk packages into the IDE? I tried installing from source

Re: [lazarus] Rebuilding IDE with sqlite3 support

2007-01-03 Thread Vincent Snijders
Mattias Gaertner schreef: On Wed, 03 Jan 2007 00:59:40 -0500 Lee Jenkins [EMAIL PROTECTED] wrote: I keep getting a error: Error: Unable to open file 'clean' When trying to rebuild the ide. Do I have to reinstall from source to rebuild new lpk packages into the IDE? I tried installing from

Re: [lazarus] Rebuilding IDE with sqlite3 support

2007-01-03 Thread Marco van de Voort
On Wed, Jan 03, 2007 at 12:59:40AM -0500, Lee Jenkins wrote: I keep getting a error: Error: Unable to open file 'clean' Sounds like missing (or not properly entered) make. Check your settings in under environment - environment options

Re: [lazarus] Console app problems

2007-01-03 Thread Christian Iversen
On Wednesday 03 January 2007 10:29, Marco van de Voort wrote: On Tue, Jan 02, 2007 at 05:51:03PM +0100, Christian Iversen wrote: for (...) { } which, imho, only looks good in C. That is practically the only (really existing) layout that I despise. I don't think it looks that bad in C,

Re: [lazarus] Rebuilding IDE with sqlite3 support

2007-01-03 Thread Lee Jenkins
Marco van de Voort wrote: On Wed, Jan 03, 2007 at 12:59:40AM -0500, Lee Jenkins wrote: I keep getting a error: Error: Unable to open file 'clean' Sounds like missing (or not properly entered) make. Check your settings in under environment - environment options Thanks for responding (all).

Re: [lazarus] Rebuilding IDE with sqlite3 support

2007-01-03 Thread Vincent Snijders
Lee Jenkins schreef: Running fpc/laz on CentOS4.4, I have the following from: Environment Environment Options -- Files: Lazarus directory: /usr/lib/lazarus/ Compiler path: /usr/bin/ppc386 FPC source directory: /usr/share/fpcsrc/ Make path: /usr/bin/fpcmake This is wrong. It should be

[lazarus] memory leak detection

2007-01-03 Thread yapcheahshen
Hi all, just came across to such a wonderful software, i've been using Delphi since 1.0, really appreciate the work done by you guys. one question, do we have a memory leak checker ? something like http://v.mahon.free.fr/pro/freeware/memcheck/ regards, yap

Re: [lazarus] Rebuilding IDE with sqlite3 support

2007-01-03 Thread Lee Jenkins
Vincent Snijders wrote: Lee Jenkins schreef: Make path: /usr/bin/fpcmake This is wrong. It should be something like /usr/bin/make or (doubtful) /usr/bin/gmake. Perfect! Thanks for catching that. The only problem now is that although it looks like it's re-compiling the IDE, the

Re: [lazarus] [lcl internals] - keyboard handling

2007-01-03 Thread Marc Weustink
Giulio Bernardi wrote: Hi, even looking at sources of various interfaces, I cannot really understand how the interface should behave in respect to lcl when handling keyboard events. I'll try to clear some things. (and I'll speak for gtk since I recently dived into it) Let's look at

Re: [lazarus] Rebuilding IDE with sqlite3 support

2007-01-03 Thread Marc Weustink
Mattias Gaertner wrote: Yes, the IDE checks and changes the package output directory to ~/.lazarus/lib/packagename/$(TargetCPU)-$(TargetOS)/ Although I must admit, that I hardly use that feature, so it is not tested well. I've heard some complaints about writing compiled packages to ro dirs

Re: [lazarus] Rebuilding IDE with sqlite3 support

2007-01-03 Thread Lee Jenkins
Lee Jenkins wrote: After some initial setbacks, I was able to get the IDE build to happen, the results are still frustrating. Aside from the components that are required by the IDE, nothing will install onto the palette. I would just use the units of in my projects, but I get all kinds

Re: [lazarus] Rebuilding IDE with sqlite3 support

2007-01-03 Thread Mattias Gaertner
On Wed, 03 Jan 2007 13:14:34 -0500 Lee Jenkins [EMAIL PROTECTED] wrote: Lee Jenkins wrote: After some initial setbacks, I was able to get the IDE build to happen, the results are still frustrating. Aside from the components that are required by the IDE, nothing will install onto the

Re: [lazarus] memory leak detection

2007-01-03 Thread Mattias Gaertner
On Wed, 3 Jan 2007 23:35:10 +0800 [EMAIL PROTECTED] wrote: Hi all, just came across to such a wonderful software, i've been using Delphi since 1.0, really appreciate the work done by you guys. one question, do we have a memory leak checker ? something like

Re: [lazarus] memory leak detection

2007-01-03 Thread Bogusław Brandys
Mattias Gaertner wrote: On Wed, 3 Jan 2007 23:35:10 +0800 [EMAIL PROTECTED] wrote: Hi all, just came across to such a wonderful software, i've been using Delphi since 1.0, really appreciate the work done by you guys. one question, do we have a memory leak checker ? something like

Re: [lazarus] Rebuilding IDE with sqlite3 support

2007-01-03 Thread Algis Kabaila
On Thursday 04 January 2007 05:27, Mattias Gaertner wrote: On Wed, 03 Jan 2007 13:14:34 -0500 Lee Jenkins [EMAIL PROTECTED] wrote: Lee Jenkins wrote: After some initial setbacks, I was able to get the IDE build to happen, the results are still frustrating. Aside from the

[lazarus] SQLDB TIBConnection

2007-01-03 Thread Lee Jenkins
After not getting the sqlite components to install or be usable from a lazarus project through reference to the units, I on to try the SQLDB ibconnection component now. Has anyone else had any luck with these components? I'm trying to use them and I get an exception about not being able to

Re: [lazarus] Console app problems

2007-01-03 Thread Marco van de Voort
On Wed, Jan 03, 2007 at 02:15:43PM +0100, Christian Iversen wrote: Then again, there are probably even more coding styles in Pascal than in C. Not really IMHO. C has many more, mostly due to macro's. I don't think I follow. Isn't macro style mostly like function style? The macro

Re: [lazarus] Console app problems

2007-01-03 Thread Christian Iversen
On Wednesday 03 January 2007 22:50, Marco van de Voort wrote: On Wed, Jan 03, 2007 at 02:15:43PM +0100, Christian Iversen wrote: Then again, there are probably even more coding styles in Pascal than in C. Not really IMHO. C has many more, mostly due to macro's. I don't think I

Re: [lazarus] Rebuilding IDE with sqlite3 support

2007-01-03 Thread Lee Jenkins
Algis Kabaila wrote: On Thursday 04 January 2007 05:27, Mattias Gaertner wrote: On Wed, 03 Jan 2007 13:14:34 -0500 I'm stuck at this point unfortunately. The simplest way is to not install the lazarus rpm, but to download the tgz and uncompress it to a directory (e.g.

[lazarus] machine instruction view , memory view and data break point

2007-01-03 Thread yapcheahshen
Do we have viewing runtime machine instructions and memory viewer and address/data breakpoint? am i sound like too demanding? regards, yap _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject

Re: [lazarus] SQLDB TIBConnection

2007-01-03 Thread Lee Jenkins
Lee Jenkins wrote: After not getting the sqlite components to install or be usable from a lazarus project through reference to the units, I on to try the SQLDB ibconnection component now. Has anyone else had any luck with these components? I'm trying to use them and I get an exception

Re: [lazarus] SQLDB TIBConnection

2007-01-03 Thread Kevin hayton
On Thursday 04 January 2007 2:16 pm, Lee Jenkins wrote: Lee Jenkins wrote: After not getting the sqlite components to install or be usable from a lazarus project through reference to the units, I on to try the SQLDB ibconnection component now. Has anyone else had any luck with these

Re: [lazarus] SQLDB TIBConnection

2007-01-03 Thread Lee Jenkins
Kevin hayton wrote: I have just installed UIB components and there are components on the palette. Using MEPIS 6.0 and lazarus 0.9.20 beta. Just downloaded the latest UIB extracted to /usr/share/lazarus/components and installed the .lpk in /source. Man, that is so odd. I did essentially the

Re: [lazarus] Listview related question

2007-01-03 Thread George Lober
Felipe Monteiro de Carvalho wrote: On 12/22/06, George Lober [EMAIL PROTECTED] wrote: I assume by 6.0 controls you are talking about VisualBasic. 6.0 is the version of the Windows Common Controls DLL. This has nothing to do with Visual Basic. When you say send the right message, are you

[lazarus] unicode issue of TEdit

2007-01-03 Thread yapcheahshen
i found various Chinese display and input problems in TEdit, do we have unicode version of TEdit like Tnt controls? or someone is working on it? if no , i may want to try to fix it. regards, yap _ To unsubscribe: mail [EMAIL