Re: [lazarus] x86_64 rpm of lazarus snapshots

2006-02-13 Thread Florian Klaempfl
Vincent Snijders wrote: Hi, From now on lazarus snapshots are also available as x86_64 rpm files. As all snapshots they are using fpc 2.1.1. They can be downloaded from: http://www.de.freepascal.org/lazarus/ http://michael-ep3.physik.uni-halle.de/Lazarus/ As you can see, this page is

[lazarus] Re: Some Errors

2006-02-13 Thread Funky Beast
Kleiton L R Soares wrote: Good Morning, I'm try use Lazarus but... i'm add a button and click on event onClick, when i make this action one a error message is showed to me ... Unable to find method. Plz fix the error shown in the message window in message window Error: unit not

Re: [lazarus] x86_64 rpm of lazarus snapshots

2006-02-13 Thread Vincent Snijders
Florian Klaempfl wrote: Vincent Snijders wrote: Hi, From now on lazarus snapshots are also available as x86_64 rpm files. As all snapshots they are using fpc 2.1.1. They can be downloaded from: http://www.de.freepascal.org/lazarus/ http://michael-ep3.physik.uni-halle.de/Lazarus/ As you can

[lazarus] [Fwd: lazarus works on solaris]

2006-02-13 Thread Florian Klaempfl
---BeginMessage--- I've no time to make a screenshot, but lazarus starts and shows all windows. ---End Message---

Re: [lazarus] [Fwd: lazarus works on solaris]

2006-02-13 Thread Michael Van Canneyt
Awesome ! The future looks good... Michael. _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Who Discussed Linker Slowness?

2006-02-13 Thread Johannes Nohl
And there's really no way to accelerate linking - in any way? Maybe (for testing purposes only) just create a library per unit and form and run it from a earlier compiled and already linked application? It is boring to compare to delphi, allways. But there must be different ways to target. If it

RE: [lazarus] Who Discussed Linker Slowness?

2006-02-13 Thread anthonyb
I rebuild Lazarus from the menu and linker seems to be ok now... Is it the correct way to do so ?? -Original Message- From: Johannes Nohl [mailto:[EMAIL PROTECTED] Sent: Monday, February 13, 2006 5:43 PM To: lazarus@miraclec.com Subject: Re: [lazarus] Who Discussed Linker Slowness?

Re: [lazarus] Who Discussed Linker Slowness?

2006-02-13 Thread Vincent Snijders
anthonyb wrote: I rebuild Lazarus from the menu and linker seems to be ok now... Is it the correct way to do so ?? Actually rebuilding just the LCL is good enough. Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Who Discussed Linker Slowness?

2006-02-13 Thread Felipe Monteiro de Carvalho
On 2/13/06, anthonyb [EMAIL PROTECTED] wrote: I rebuild Lazarus from the menu and linker seems to be ok now... Is it the correct way to do so ?? By doing this you will lose the benefits of smartlinking, i.e. executables about 30% smaller. This is a exchange. With smartlinking the executable is

Re: [lazarus] In Memory Dataset

2006-02-13 Thread Thomas Miller
Michael Van Canneyt wrote: FPC has a TBufDataset which is also very suitable for creating an in-memory dataset, as it handles all bufffer management for you. Michael. This is exactly what I was looking for!!! It also then is used in TSQLQuery, which is exactly what I am looking to do

Re: [lazarus] x86_64 rpm of lazarus snapshots

2006-02-13 Thread Martin Waldenburg
Vincent Snijders wrote: From now on lazarus snapshots are also available as x86_64 rpm files. from where could I get the required gtk+-devel x86_64 rpm files ? Martin _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Re: Some Errors

2006-02-13 Thread Mattias Gaertner
On Mon, 13 Feb 2006 20:59:41 +0800 Funky Beast [EMAIL PROTECTED] wrote: Kleiton L R Soares wrote: Good Morning, I'm try use Lazarus but... i'm add a button and click on event onClick, when i make this action one aerror message is showed to me ... Unable to find method.

Re: [lazarus] x86_64 rpm of lazarus snapshots

2006-02-13 Thread Vincent Snijders
Martin Waldenburg wrote: Vincent Snijders wrote: From now on lazarus snapshots are also available as x86_64 rpm files. from where could I get the required gtk+-devel x86_64 rpm files ? I suppose they are available in fedora repositories. I found this:

Re: [lazarus] Re: Some Errors

2006-02-13 Thread Vincent Snijders
Mattias Gaertner wrote: On Mon, 13 Feb 2006 20:59:41 +0800 Funky Beast [EMAIL PROTECTED] wrote: Kleiton L R Soares wrote: Good Morning, I'm try use Lazarus but... i'm add a button and click on event onClick, when i make this action one aerror message is showed to me ... Unable to

RE: [lazarus] Who Discussed Linker Slowness?

2006-02-13 Thread anthony boudouvas
Yes but this way, we have every time we build something faster link-time, which is essential because we do it continuously, and when we are done we use strip (and then upx) and we get smaller executables easily... -Original Message- From: Felipe Monteiro de Carvalho [mailto:[EMAIL

Re: [lazarus] x86_64 rpm of lazarus snapshots

2006-02-13 Thread Vincent Snijders
Martin Waldenburg wrote: Vincent Snijders wrote: I suppose they are available in fedora repositories. I found this: http://download.fedora.redhat.com/pub/fedora/linux/core/4/x86_64/os/Fedora/RPMS/gtk+-devel-1.2.10-39.x86_64.rpm thanks, but unfortunately not compatible to SuSe 10. Suse

Re: [lazarus] Who Discussed Linker Slowness?

2006-02-13 Thread Felipe Monteiro de Carvalho
On 2/13/06, anthony boudouvas [EMAIL PROTECTED] wrote: Yes but this way, we have every time we build something faster link-time, which is essential because we do it continuously, and when we are done we use strip (and then upx) and we get smaller executables easily... I think you did not

[lazarus] Illegal floating point operation error

2006-02-13 Thread Anders Ellenshøj Andersen
I am trying out lazarus for the first time. I am running Debian/Sid-amd64. I am using fpc2.0.2a from sourceforge and lazarus 0.9.12 from the same page. I put fpc in ~/fpc-2.0.2 and lazarus in ~/lazarus. After starting lazarus it complains that it cannot find its sources and that I should set

Re: [lazarus] Illegal floating point operation error

2006-02-13 Thread Andrew Haines
Anders Ellenshøj Andersen wrote: I am trying out lazarus for the first time. I am running Debian/Sid-amd64. I am using fpc2.0.2a from sourceforge and lazarus 0.9.12 from the same page. I put fpc in ~/fpc-2.0.2 and lazarus in ~/lazarus. After starting lazarus it complains that it cannot find

Re: [lazarus] x86_64 rpm of lazarus snapshots

2006-02-13 Thread Martin Waldenburg
Vincent Snijders wrote: Suse doesn't put the + in the name. thanks. I get the following messages if I try to run an emty project. Martin Hint: Start of reading config file /etc/fpc.cfg Hint: End of reading config

Re: [lazarus] x86_64 rpm of lazarus snapshots

2006-02-13 Thread Vincent Snijders
Martin Waldenburg wrote: Vincent Snijders wrote: Suse doesn't put the + in the name. thanks. I get the following messages if I try to run an emty project. Is ftp://ftp.tu-chemnitz.de/pub/linux/suse/suse/x86_64/9.3/suse/x86_64/glib-devel-1.2.10-593.x86_64.rpm installed? Vincent

Re: [lazarus] x86_64 rpm of lazarus snapshots

2006-02-13 Thread Martin Waldenburg
Vincent Snijders wrote: ftp://ftp.tu-chemnitz.de/pub/linux/suse/suse/x86_64/9.3/suse/x86_64/glib-devel-1.2.10-593.x86_64.rpm installed? 1.2.10-595 Martin _ To unsubscribe: mail [EMAIL PROTECTED] with

RE: [lazarus] Who Discussed Linker Slowness?

2006-02-13 Thread anthony boudouvas
I understood what you said but this way, link times are just unacceptable, so the only work around, at least for me, is to strip/upx at the end. Maybe the solution, as many states, is a brand new linker... -Original Message- From: Felipe Monteiro de Carvalho [mailto:[EMAIL PROTECTED]

Re: [lazarus] x86_64 rpm of lazarus snapshots

2006-02-13 Thread Vincent Snijders
Martin Waldenburg wrote: Vincent Snijders wrote: ftp://ftp.tu-chemnitz.de/pub/linux/suse/suse/x86_64/9.3/suse/x86_64/glib-devel-1.2.10-593.x86_64.rpm installed? 1.2.10-595 Then it i probably some path problem. It looks like this FAQ:

[lazarus] DBimage dont work

2006-02-13 Thread jotace
I have in my project a dbimage component connected to a mysql 4.1 database with images in a long blob type. The dbimage component do not show any image, but this work in kylix. I use the last snapshot of lazarus and the zeosdbo in the linux. Any ideas ? Jorge Costa - Portugal

[lazarus] Win32 Api Calls

2006-02-13 Thread anthony boudouvas
Can anyone please tell me how can I make calls to the Win32 Api ? Is there a unit I must include or something else I must do ? anthonyb _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject

Re: [lazarus] Win32 Api Calls

2006-02-13 Thread L505
Can anyone please tell me how can I make calls to the Win32 Api ? Is there a unit I must include or something else I must do ? Windows.pas or Windows.pp unit from FPC is what you need. Check this out: http://z505.com/PWAPI1/windows2/index-5.html Haven't started documenting it yet, LOL

[lazarus] Re: Some Errors

2006-02-13 Thread Funky Beast
Vincent Snijders wrote: Mattias Gaertner wrote: On Mon, 13 Feb 2006 20:59:41 +0800 Funky Beast [EMAIL PROTECTED] wrote: Kleiton L R Soares wrote: Good Morning, I'm try use Lazarus but... i'm add a button and click on event onClick, when i make this action one aerror message is

Re: [lazarus] Who Discussed Linker Slowness?

2006-02-13 Thread A.J. Venter
On Monday 13 February 2006 17:55, Lord Satan wrote: Is anybody using a way around or are you all day waiting? The way around is running under Linux where linking is much faster. As often said the speed problems are caused by the GNU linker and AFAIK there is no way to solve this other than

Re: RES: [lazarus] Who Discussed Linker Slowness?

2006-02-13 Thread A.J. Venter
On Tuesday 14 February 2006 04:56, Henrique de Paula Faria wrote: Vincent, can you give some tip on how to configure the publish project to strip and upx the executable ? Henrique. You can strip and upx from the project options as well, (using the postbuild command and the compiler settings