Re: [lazarus] win32extra merged into FPC

2008-02-11 Thread Vincent Snijders
Felipe Monteiro de Carvalho schreef: On Feb 11, 2008 8:58 AM, Marco van de Voort [EMAIL PROTECTED] wrote: They were merged to 2.2.1 yesterdayevening, and since your comments don't need more changes FPC side, I guess Lazarus can start changing when they want. Althougth we already require 2.2.1

Re: [lazarus] ColorToRGB in console app

2008-02-10 Thread Vincent Snijders
Graeme Geldenhuys schreef: On 09/02/2008, Hess, Philip J [EMAIL PROTECTED] wrote: This console app runs okay on Delphi. Is there something I'm missing here or is this just not possible with Lazarus? You do not get true console applications under Windows, because all windows installations

Re: [lazarus] Win32 compilation error : Import library not found for libz

2008-02-09 Thread Vincent Snijders
Dominique Louis schreef: Hi all, Anyone have any ideas? Yes, drop zlib and use paszlib. Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] FW: [FPC 0010433]: Can't compile IDE to add package

2008-02-09 Thread Vincent Snijders
Hess, Philip J schreef: From time to time I receive blank bug reports like the one below. Today I received several so I logged into Mantis and saw that a couple weeks ago there was a message to me from Vincent related to this bug - I never saw the message, probably because it came to me as a

Re: [lazarus] Win32 compilation error : Import library not found for libz

2008-02-09 Thread Vincent Snijders
Dominique Louis schreef: Ok, but shouldn't it work with both? If you have a compatible zlib dll. Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] ColorToRGB in console app

2008-02-09 Thread Vincent Snijders
Hess, Philip J schreef: Of course, now the app has the same issues as any Mac GUI app compiled with GTK, in that even though it's a console app (sort of), it will only run under X11. And no way to compile for Carbon with lazbuild unless the framework carbon stuff already set in the .lpi.

Re: [lazarus] Error: Invalid Free Pascal Source Directory

2008-02-08 Thread Vincent Snijders
Luk Vandelaer schreef: The correct path for you would be /usr/lib/fpc/2.0.4 Lazarus knows his way from there. No that is the path of the compiled units (.ppu and .o), not for the pascal *source* directory, with .pas, .pp and .inc files. Vincent

Re: [lazarus] postgres revisited

2008-02-08 Thread Vincent Snijders
Alex du Plessis schreef: Hi all Earlier I reported a problem finding libpq.dll. I then suspected a problem on my disc and did a complete Windows XP re-install, followed by a postgres 8.3 install and then a Lazarus 0.9.25 re-install. I started by changing fpc.cfg to add the library path

Re: [lazarus] postgres revisited

2008-02-08 Thread Vincent Snijders
Alex du Plessis schreef: Marc Weustink wrote: Alex du Plessis wrote: Alex du Plessis wrote: Hi all Earlier I reported a problem finding libpq.dll. I then suspected a problem on my disc and did a complete Windows XP re-install, followed by a postgres 8.3 install and then a Lazarus

Re: [lazarus] Open URL in a browser

2008-02-07 Thread Vincent Snijders
Antonio Sanguigni schreef: Hi all, I'm trying to create an hyperlink component but I'm having some difficult to catch default browser under Linux. In Windows it has to be easier but I would like to find an elegant cross-platform way. I saw the Lazarus Ide has Help - OnLine help menu which I

Re: [lazarus] Trouble with postgres

2008-02-06 Thread Vincent Snijders
Alex du Plessis schreef: I certainly did - and in the library file directory one only finds the libpq.a file no libpq.dll That is a bit strange. Did previous version install a dll? Vincent _ To unsubscribe: mail [EMAIL

Re: [lazarus] SelectDirectory double click

2008-02-06 Thread Vincent Snijders
Graeme Geldenhuys schreef: On 06/02/2008, Vincent Snijders [EMAIL PROTECTED] wrote: is excellent under windows, because it use the common dialog for it. Yes, but GTK1 doesn't have a native Select Directory dialog as for as I could tell, so the LCL hack (which I think it is, but could

Re: [lazarus] laz 9.24.1 fail on fpc 2.2.1

2008-02-06 Thread Vincent Snijders
Bee schreef: Hi all, I just updated my SVN for fixes branches both for fpc (2.2.1) and laz (9.24.1), after a few weeks from my last update. Unfortunately, laz 9.24.1 is broken on fpc 2.2.1 (again). Here's the make output: [EMAIL PROTECTED]:/svn/laz-9.24.1$ make all LCL_PLATFORM=gtk2 bigide

Re: [lazarus] Trouble with postgres

2008-02-06 Thread Vincent Snijders
Alex du Plessis schreef: I did a re-install of postgres and now libpq is a .lib file. Any thoughts on what that file type might be? Seems the only workaround at the moment is to use odbc. With odbc at least I can get connected I still need to find out how to directly connect to postgres

Re: [lazarus] SelectDirectory double click

2008-02-05 Thread Vincent Snijders
Graeme Geldenhuys schreef: On 06/02/2008, el stamatakos [EMAIL PROTECTED] wrote: select a directory. Is there a way to only click once to make a selection, is there an option somewhere or another function. I look forward to your The standard SelectDirectory in LCL is excellent under

Re: [lazarus] Trouble with postgres

2008-02-05 Thread Vincent Snijders
Alex du Plessis schreef: I have recently installed lazarus 0.9.25 and postgres version 8.3 on a Windows XP box. sqldb used to connect flawlessly in my previous installations but suddenly I have no luck in connecting to the database.Even after updating fpc.cfg to point to all the correct

Re: [lazarus] Ubuntu and overnight snapshots....

2008-02-04 Thread Vincent Snijders
Dominique Louis schreef: micahel schneider wrote: wget and cron? According the Wiki ( http://wiki.lazarus.freepascal.org/Getting_Lazarus ) I need to use.. deb http://www.hu.freepascal.org/lazarus/ lazarus-stable universe for the stable version, but what do I use for the unstable snapshot?

Re: [lazarus] GetKeyState

2008-02-03 Thread Vincent Snijders
SteveG schreef: Just a note on the GetKeyState function from LclIntf - causes exception when used within a dll (mine anyway) - same call direct (thru 'use Windows') works ok Not sure as yet to report this as a bug, still doing eliminations in my own code Do you use the interfaces unit in

Re: [lazarus] Runtime error 232, when creating TThread in Ubuntu

2008-02-01 Thread Vincent Snijders
Marco Alvarado schreef: I have this class that inherits TThread. I compile and execute successfully an application that instantiates it with Delphi and Lazarus, on Windows. But when I execute the same Lazarus project in Ubuntu, I get the following error dialog: Project raised exception class

Re: [lazarus] Roadmap

2008-01-31 Thread Vincent Snijders
Guadagnini David schreef: Sorry for the stupid question, but the roadmap on the site is updated? If you mean: http://wiki.lazarus.freepascal.org/Roadmap Then yes: http://wiki.lazarus.freepascal.org/index.php?title=Roadmapaction=history Vincent

Re: [lazarus] Lazarus packaging

2008-01-31 Thread Vincent Snijders
Ales Katona schreef: 2. I think lazarus should get separated into lazarus-lcl-widgetset packages, lazarus-ide and lazarus-tools (lazbuild and friends) with a dummy all-package like lazarus and a dummy lcl package which will simply default to per-distro widgetset (eg: qt on KDE distroes in

Re: [lazarus] Lazarus packaging

2008-01-31 Thread Vincent Snijders
Ales Katona schreef: Vincent Snijders wrote / napísal(a): Ales Katona schreef: 2. I think lazarus should get separated into lazarus-lcl-widgetset packages, lazarus-ide and lazarus-tools (lazbuild and friends) with a dummy all-package like lazarus and a dummy lcl package which will simply

Re: [lazarus] IDE freezes with 2 status bars

2008-01-30 Thread Vincent Snijders
Dave Parsons schreef: Hi, I've just discovered a regression when porting an app back to Win32 from Linux which is a show stopper for us. The IDE freezes with 2 status bars using 0.9.24 on WinXP to reproduce:- start Lazarus with a new project. 1. drop a status bar on the form - IDE still

Re: [lazarus] Search paths

2008-01-30 Thread Vincent Snijders
Marius schreef: I need to add paths for indy and a few from lazarus\components for example which i mostly create at runtime, constantly changing the project compiler options (other sources only used by IDE) is becoming boring. Is there a place in lazarus to add search paths so lazarus can

Re: [lazarus] Search paths

2008-01-30 Thread Vincent Snijders
Marius schreef: Vincent Snijders wrote: Create a package for the units. Should i create a (dummy) package to add search paths to lazarus??? No a real package to gather compiler options for a set of units. Installing and recompiling the whole ide just to add a few paths sounds kind

Re: [SPAM] Re: [lazarus] why do delphi users hate lazarus so much?

2008-01-30 Thread Vincent Snijders
Joost van der Sluis schreef: Can you tell me more about the problems with GDB ? That it's not available at all at win64. (since there's no gcc for win64) That is not the case anymore. Try ftp://ftp.hu.freepascal.org/pub/lazarus/Lazarus-0.9.25-fpc-2.2.1-20080130-win64.exe Vincent

Re: [lazarus] I have a dream

2008-01-30 Thread Vincent Snijders
Graeme Geldenhuys schreef: On 29/01/2008, Vincent Snijders [EMAIL PROTECTED] wrote: You don't need ifdefs. You need to fix the differences. Fix the gtk1 interface to scroll the memo. Fix the gtk1 interface to remove the scrollbars, when the memo is cleared Fix gtk1 and gtk2 interface

Re: [lazarus] I have a dream

2008-01-30 Thread Vincent Snijders
Giuliano Colla schreef: Vincent Snijders ha scritto: Graeme Geldenhuys schreef: On 29/01/2008, Vincent Snijders [EMAIL PROTECTED] wrote: You don't need ifdefs. You need to fix the differences. Fix the gtk1 interface to scroll the memo. Fix the gtk1 interface to remove the scrollbars, when

Re: [lazarus] Delphi 2006 and Lazarus

2008-01-29 Thread Vincent Snijders
Andrew Haines schreef: Andrew Brunner wrote: The strangest thing just happened this morning. I had Lazarus open and tried to open D2006. Delphi threw a License file could not be found error and forced me into their registration screen. No matter what I did I couldn't get in. It wasn't until

Re: [lazarus] I have a dream

2008-01-29 Thread Vincent Snijders
Giuliano Colla schreef: For my applications I'm forced to use some ifdefs, in order to have the same codebase for a number of similar applications. With Lazarus this need has further increased, in order to achieve consistent behavior with different widgesets: gtk1 TMemo doesn't scroll

Re: [lazarus] wiki: Projects_using_Lazarus, alphabetical sorting

2008-01-29 Thread Vincent Snijders
Sebastian Kraft schreef: Hi, http://wiki.lazarus.freepascal.org/Projects_using_Lazarus this list grows larger and larger... What do you think about sorting it in alphabetical orde so it becomes easier to read it? I would start sorting the english and german pages if you agree... Yes,

Re: [lazarus] TDbf + TDataModule

2008-01-29 Thread Vincent Snijders
milan schreef: Hello, Does TDbf work with TDataModule ? (in generally). Yes. Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] Rebuild the windows version

2008-01-28 Thread Vincent Snijders
Damien Gerard schreef: From a few snapshots release, I can no longer rebuild Lazarus from the GUI (I rebuild it each time to have the UTF8 support). With the following error : Error: Can't create object file: ..\startlazarus.exe I use startlazarus.exe to launch Lazarus. From the command

Re: [lazarus] why do delphi users hate lazarus so much?

2008-01-28 Thread Vincent Snijders
Warren Postma schreef: My reason for complaining about Lazarus, and calling it unusable, is that it suffers from worse usability defects (for what I want to use it for) than even the worst-ever versions of Delphi such as Delphi 2005. Such as? Please create bug reports, if they are not there

Re: [lazarus] Component

2008-01-26 Thread Vincent Snijders
[EMAIL PROTECTED] schreef: That's it! http://wiki.lazarus.freepascal.org/Lazarus_Packages should be enhanced... Please, go ahead. Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the

Re: [lazarus] Where is FpGUI and Lazarus-ccr subversion repository?

2008-01-25 Thread Vincent Snijders
Graeme Geldenhuys schreef: The SourceForce.net SubVersion servers have been down for the past 24 hours. A lot of people are complaining (including me!). The problem has been reported, but still no action that we know of from SourceForge. http://sourceforge.net/tracker/?group_id=1atid=21

Re: [lazarus] Lazarus compiled with GTK2 [part 1 of 2]

2008-01-23 Thread Vincent Snijders
Luiz Americo Pereira Camara schreef: Damien Gerard wrote: I think others would like to focus on what really matters: To improve the great work done for Lazarus. I'm fine to say that because this is what i do, i provide patches (when is in my knowledge/interest scope), make bug reports with

Re: [lazarus] make, MacOSX

2008-01-23 Thread Vincent Snijders
Albert Zeyer schreef: Am 23.01.2008 um 23:02 schrieb Hess, Philip J: http://michael-ep3.physik.uni-halle.de/Lazarus/ Try a snapshot from here. Thanks. Someone should update the files on SF. Release are put on sourceforge, nightlybuilds for example in the server above. Nightlybuilds on

Re: [lazarus] Where can I find the snapshot build scripts?

2008-01-22 Thread Vincent Snijders
Paul Michell schreef: Could someone please tell me where I can find the build scripts for the daily snapshots? My own batch file for reading SVN and building locally has been failing for the last couple of days so I would like to see how the snapshots do it. Most scripts are in

Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Vincent Snijders
Graeme Geldenhuys schreef: As for the latest trunk revision of fpGUI (actually the last week or so) it's been a bit unstable with verbose output. I'm hunting down a few bugs and added lots of debug code in there to test between the supported platforms. It should be back to normal by the end of

Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Vincent Snijders
Al Boldi schreef: Is there any specific reason you are stuck with 2.0.2 and can't upgrade? If it's a good reason, I can consider adding a IFDEF in the code. Well, when Vincent starts posting incremental updates, I may actually be able to upgrade easily. Are you referring to me? If so,

Re: [lazarus] sigsegv with TOpenDialog Win32(XPSP2)

2008-01-22 Thread Vincent Snijders
Armin Diehl schreef: strange problem that happens only if i run the program from within the ide. A blank form, one button and a topendialog (does not matter if it is on the form or manually created). The dialog opens and after some seconds (sometimes i have to move the mouse), i get a sigsegv,

Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Vincent Snijders
Al Boldi schreef: Vincent Snijders wrote: Al Boldi schreef: Is there any specific reason you are stuck with 2.0.2 and can't upgrade? If it's a good reason, I can consider adding a IFDEF in the code. Well, when Vincent starts posting incremental updates, I may actually be able to upgrade

Re: [lazarus] sigsegv with TOpenDialog Win32(XPSP2)

2008-01-22 Thread Vincent Snijders
Giuliano Colla schreef: Vincent Snijders ha scritto: idea Maybe I should recompile my LCL without unicode support, so I can see this bug. /idea I'trying to track som bugs which may be unicode related. Could you save me a lot of search telling me what I should setup in order to compile LCL

Re: [lazarus] sigsegv with TOpenDialog Win32(XPSP2)

2008-01-22 Thread Vincent Snijders
Giuliano Colla schreef: Vincent Snijders ha scritto: I'trying to track som bugs which may be unicode related. Could you save me a lot of search telling me what I should setup in order to compile LCL without unicode support? Nothing. On win32, LCL without unicode support is still

Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Vincent Snijders
Al Boldi schreef: Vincent Snijders wrote: IMHO zipped incremental updates are impossible, because you cannot zip file removals. I think you can, like this: diff -ruNp file.pas /dev/null file.diff patch file.diff This removes the file. Ok. You can download your patch by (all on one

Re: [lazarus] Introduction

2008-01-22 Thread Vincent Snijders
Graeme Geldenhuys schreef: On 22/01/2008, Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: I probably never used the things you mentioned on gtk2, so I never noticed they don't work and never had the need to find out why they Maybe we should create a 'universal' widget set test

Re: [lazarus] Exception for codehelp

2008-01-21 Thread Vincent Snijders
Damien Gerard schreef: I have got this when using Lazarus : TApplication.HandleException In Stream (line 2955 pos 63): Unmatching element end tag (expected /seealso) Stack trace: On what identifier was the cursor? Vincent _

Re: [lazarus] Exception for codehelp

2008-01-21 Thread Vincent Snijders
Damien Gerard schreef: On Jan 21, 2008, at 9:22 AM, Vincent Snijders wrote: Damien Gerard schreef: I have got this when using Lazarus : TApplication.HandleException In Stream (line 2955 pos 63): Unmatching element end tag (expected /seealso) This is in forms.xml. I will fix this. Vincent

Re: [lazarus] Exception for codehelp

2008-01-21 Thread Vincent Snijders
Mattias Gaertner schreef: On Mon, 21 Jan 2008 09:27:27 +0100 Damien Gerard [EMAIL PROTECTED] wrote: On Jan 21, 2008, at 9:22 AM, Vincent Snijders wrote: Damien Gerard schreef: I have got this when using Lazarus : TApplication.HandleException In Stream (line 2955 pos 63): Unmatching

Re: [lazarus] Exception for codehelp

2008-01-21 Thread Vincent Snijders
Mattias Gärtner schreef: e a :) So, someone is still editing the xml code directly instead of using lazde. What is wrong with lazde? At least: http://bugs.freepascal.org/view.php?id=10274 Vincent _ To unsubscribe: mail

Re: [lazarus] Introduction

2008-01-19 Thread Vincent Snijders
Felipe Monteiro de Carvalho schreef: On Jan 19, 2008 9:44 AM, Graeme Geldenhuys [EMAIL PROTECTED] wrote: Has anybody actually tried to use MSEgui with Lazarus IDE? Or is MSEgui tide to much to MSEide? I guess it could be possible, but due to MSEgui having such a huge amount of options (enum

Re: [lazarus] Introduction

2008-01-19 Thread Vincent Snijders
Graeme Geldenhuys schreef: On 19/01/2008, Mattias Gaertner [EMAIL PROTECTED] wrote: No, I mean like I am using fpGUI. I use Lazarus IDE as my editor and manage the fpGUI packages. Lazarus simply thinks I'm creating a Free Pascal application (not a Lazarus Application). Is it possible to

Re: unable to rebuild IDE with 0.9.24-1

2008-01-17 Thread Vincent Snijders
wile64 schreef: I download version 16/01/2008 et il ya 2008/1/11, wile64 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: I test version 0.9.24-1 download 08/01/2008 and unable to rebuild IDE (install package)! error : D:\lazarus\ide\EnvironmentOpts.pp(1,1) Fatal: Can't find unit

Re: [lazarus] SVN

2008-01-17 Thread Vincent Snijders
Stephano schreef: Paul Ishenin wrote: I suppose you have the same problem as me. I cannot access mantis website as well. I am using free proxy servers to access them. This is due to some router problem of idefix server. I have no problem accessing mantis. The problem is only with Lazarus

Re: [lazarus] Lazarus not start

2008-01-16 Thread Vincent Snijders
Guadagnini David schreef: What OS ? Sorry on Windows XP professional Using what fpc version? Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] French translation (suite)

2008-01-16 Thread Vincent Snijders
Damien Gerard schreef: For Laurent ([EMAIL PROTECTED]) : Here are some suggestions. snipped a lot of suggestions In fact I think I will stop here for now :) May be I should make a patch for the PO file ? Yes, please. :-) Unless you are not sure about certain French terms yet and want

Re: [lazarus] Cannot reach lazarus.freepascal.org

2008-01-16 Thread Vincent Snijders
Hess, Philip J schreef: http://www.lazarus.freepascal.org/ has been unreachable for 2 days. Does anyone know who controls the switch for this? Michael Hess. Email mhess at the same domain as this list. Vincent _ To

Re: [lazarus] Solution to the BIG compiled file issue!

2008-01-15 Thread Vincent Snijders
Fabio Dell'Aria schreef: Hi to all, all we know how many new users do not uses lazarus because it create too BIG compiled files. We know that: 1)...the additional options are needed to can debug the project; 2)...just do a simple strip --strip-all filename reduce drastically the final size

Re: [lazarus] Solution to the BIG compiled file issue!

2008-01-15 Thread Vincent Snijders
Fabio Dell'Aria schreef: Yes I understand but why loose so many new users? All the programmers come from Delphi reports this issue and only a little subset of them check for a solution on Google. Others are lost! So what? It is their loss. If they cannot even find out how to do this, how

Re: [lazarus] Solution to the BIG compiled file issue!

2008-01-15 Thread Vincent Snijders
Fabio Dell'Aria schreef: Others benefits: 1)...speedup compilation (allocated less memory and write less bytes on disk). 2)...decreases Installation size; 3)...do not confuse new users with LCL code, during the debugging process. I think it can be set as an installation Please, provide

Re: [lazarus] Solution to the BIG compiled file issue!

2008-01-15 Thread Vincent Snijders
Fabio Dell'Aria schreef: But if a solution exists why do not use it? I do not understand! :( Because it excludes the use of debug information for users that want that information. Removing it is trivial, adding it much harder. Can be created different

Re: [lazarus] Solution to the BIG compiled file issue!

2008-01-15 Thread Vincent Snijders
Fabio Dell'Aria schreef: or a Project option (as in Delphi for the Use Debug DCUs compiler option)! How is this different from using the correct compiler options? Using only the -Xs compiler option remove all the debug info and is impossible debug my project, my option

Re: [lazarus] Solution to the BIG compiled file issue!

2008-01-15 Thread Vincent Snijders
Andrew Brunner schreef: Vincent: IOW: I expect Lazarus users to be knowledgeable, Lazarus is not for fools. I offer you all this. The #1 reason why Microsoft Windows (3 and up) took off and became so popular was Visual Basic for idiots and Turbo Pascal / Delphi for the coders between

Re: [lazarus] Solution to the BIG compiled file issue!

2008-01-15 Thread Vincent Snijders
Lukas Gradl schreef: Do you really think, Lazarus should only exist to develop Lazarus? For creating a successful and strong development tool (which is the goal of the whole project AFAIK) you need not only contributors but users as well... Why needs Lazarus users that contribute

Re: [lazarus] Solution to the BIG compiled file issue!

2008-01-15 Thread Vincent Snijders
Christian U. schreef: Vincent Snijders schrieb: Fabio Dell'Aria schreef: Yes I understand but why loose so many new users? All the programmers come from Delphi reports this issue and only a little subset of them check for a solution on Google. Others are lost! So what? It is their loss

Re: [lazarus] Solution to the BIG compiled file issue!

2008-01-15 Thread Vincent Snijders
Christian U. schreef: Vincent Snijders schrieb: Lukas Gradl schreef: Do you really think, Lazarus should only exist to develop Lazarus? Lazarus exists to develop Object Pascal programs with FPC. For creating a successful and strong development tool (which is the goal of the whole

Re: [lazarus] Native debugger

2008-01-15 Thread Vincent Snijders
Al Boldi schreef: Cesar Liws Gmail wrote: Check out http://sourceforge.net/projects/mseide-msegui It's got a nicely integrated debugger, AFAIK, it is also a front end to GDB. complete with CpuView and integrated disassembler. Would be nice if somebody ports this over. That would be

Re: [lazarus] View Unit (Ctrl/F12) not showing used units

2008-01-15 Thread Vincent Snijders
Lance Collins schreef: Re: [lazarus] Solution to the BIG compiled file issue! new thread as requested On 16/01/2008, Lance Collins [EMAIL PROTECTED] wrote: But I'm baffled trying to convert my main application It compiles but won't link (so I don't have a big compiled EXE). I think

Re: [lazarus] google android contest

2008-01-10 Thread Vincent Snijders
Damien Gerard schreef: On Jan 10, 2008, at 2:40 PM, willem wrote: go to www.freepascal.org/advantage :-) The link is dead for me :) http://www.freepascal.org/advantage.var Vincent _ To unsubscribe: mail [EMAIL

Re: [lazarus] fpdoc and xml-struct

2008-01-10 Thread Vincent Snijders
willem schreef: I try to generate xml with fpdoc, but I get an error message xml isn input for fpdoc. To generate fpdoc xml use makeskel. Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as

Re: [lazarus] [patch] FPCunit Console Test Runner

2008-01-09 Thread Vincent Snijders
Graeme Geldenhuys schreef: Hi, PS: Shouldn't we move ConsoleTestRunner to FPC instead of having it defined in Lazarus? Yes, go ahead. Move it. Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] porn on lazarus wiki

2008-01-09 Thread Vincent Snijders
willem schreef: Well I am a newbie of Lazarus. So i did use the Lazarus Wiki many times. But I did notice that Porn sites did also discoved the Wiki of Lazarus. I assume you removed it? Or don't you have an account on the wiki. But the Lazarus Core Developers are not distured by this Fact

Re: [lazarus] porn on lazarus wiki

2008-01-09 Thread Vincent Snijders
A.J. Venter schreef: willem wrote: Well I am a newbie of Lazarus. So i did use the Lazarus Wiki many times. But I did notice that Porn sites did also discoved the Wiki of Lazarus. But the Lazarus Core Developers are not distured by this Fact !!! We are busy evaluating each and every link

Re: [lazarus] [patch] FPCunit Console Test Runner

2008-01-09 Thread Vincent Snijders
Graeme Geldenhuys schreef: Hi, I attached a patch which makes 'FormatParam' a property of TTestRunner instead of a variable defined in the implementation section. This changes allows users to create descendant TTestRunner classes and override the values of FormatParam, StyleSheet, ShowProcess

Re: [lazarus] For Webmaster of http://www.lazarus.freepascal.org

2008-01-09 Thread Vincent Snijders
Liyuan Garcia Caballero schreef: Have 3 News items waiting to be published I have published three news items. Michael, can some kind of notification be added, so I know when there are pending news items. Vincent _ To

Re: [lazarus] StdOut on Linux b0rked

2008-01-08 Thread Vincent Snijders
A.J. Venter schreef: Nothing was changed. Can you please give some sample code? It's hard to say something in general. Note that or | cannot be used unless you invoke the shell with a commandline like /bin/sh -c your command yourfile I mean when I launch the program myself on the

Re: [lazarus] Latest svn fails to compile.

2008-01-08 Thread Vincent Snijders
Paul Ishenin schreef: Giuliano Colla wrote: Paul Ishenin ha scritto: Giuliano Colla пишет: Latest svn (r 13667) fails to compile (Linux - fpc 2.0.4). Unit lcl/ldocktree.pas complains that InflateRect is undefined. Adding LCLIntf to the uses clauses fixes the problem. InflateRect is defined

Re: [lazarus] RSS for the subversion repository

2008-01-06 Thread Vincent Snijders
Damien Gerard schreef: It seems the RSS for the subversion repository does not work anymore since the 07/12/26. (http://www.freepascal.org/feeds/lazarussvn.rss) I have got a 404 not found. It is really usefull :) May be has it been moved somewhere else ? The official url is:

Re: [lazarus] Out of bounds and GDB

2008-01-04 Thread Vincent Snijders
Damien Gerard schreef: Hi, In a program compiled for Win32, I have got at runtime an exception List index (1) out of bounds, which does not really surprise me. However, even with options enabled, GDB is not aware of this exception and the program can continue as if nothing happened. Very

Re: [lazarus] Lazarus-related Searchengine

2008-01-03 Thread Vincent Snijders
Johannes Mueller schreef: Hi, the searchfunction of the Lazarus-relevant sites isn't the best one. And to find all informations, you have to search on different sites and a standard Google-search returns a lot of irrelevant results. Why we don't should use a mature technologie, adjusted

Re: [SPAM] Re: [lazarus] madelbrot benchmark much faster

2008-01-03 Thread Vincent Snijders
willem schreef: In mandelbrot.pas the Calulatatepoint is used. If you remove this function then you can also gain speed. I think I am missing something. How can you remove the calculatepoint? Of course it would speed up, because 90% of the caclulations occur there. But these calculations

Re: [SPAM] Re: [lazarus] madelbrot benchmark much faster

2008-01-03 Thread Vincent Snijders
Sergei Gorelkin schreef: willem wrote: 1 IF we take the mandelbrot paramet N = 5000 then Calculatepoint will be called 2500 times. andCalculatePoint pushes x*Step - 1.5,Cy on the stack. then it executes the statements of CalculatePoint and finally it pops a boolean from the stack. It

Re: [lazarus] Benchmarks

2008-01-02 Thread Vincent Snijders
willem schreef: Peter Vreman wrote: At 17:01 1-1-2008, you wrote: Vincent Snijders wrote: willem schreef: Benchmark results from : http://shootout.alioth.debian.org/gp4/benchmark.php?test=sumcollang=all#about Conclusion : It would be good to have a compiler switch that optimizes

Re: [lazarus] Benchmarks

2008-01-02 Thread Vincent Snijders
willem schreef: Well I have a Pentium D processor 2.80 Ghz, dual core with 1024 Mb memory, so I cannot compare my benchmark results with the Gentoo Pentium 4 benchmarks. You can compare by running the original program and time it. Save the output. Run the modified program and time it.

Re: [lazarus] madelbrot benchmark much faster

2008-01-02 Thread Vincent Snijders
willem schreef: Vincent has made an improved Mandelbrot benchmark. i did run the original mandelbrot benchmark with N =5000. It took 2: 20 minutes. I will submit the new version in a couple of days (Leave it a couple of days): http://shootout.alioth.debian.org/gp4/faq.php#implement

Re: [lazarus] acs for lazarus

2007-12-31 Thread Vincent Snijders
Antonio Sanguigni schreef: Though it compilable, I couldn't get the component run properly. Including the demo projects. :( The application always crashes at the beginning and complains about RunError(232), SYSTEM_NOTHREADERROR, SYSTEM_RUNERROR$WORD, and the debugger got

Re: [lazarus] acs for lazarus

2007-12-31 Thread Vincent Snijders
Antonio Sanguigni schreef: A component should add -dUseCThread to its usage options. Please update the FAQ at http://wiki.lazarus.freepascal.org/Lazarus_Faq#When_I_run_a_program_with_threads_I_get_runtime_error_232

Re: [lazarus] Benchmarks

2007-12-30 Thread Vincent Snijders
willem schreef: Benchmark results from : http://shootout.alioth.debian.org/gp4/benchmark.php?test=sumcollang=all#about Conclusion : It would be good to have a compiler switch that optimizes for speed. That is a wrong conclusion. All these programs were compiled for speed and not for low

Re: [lazarus] Making GTK Thread Safe

2007-12-30 Thread Vincent Snijders
Giuliano Colla schreef: Martin Schreiber ha scritto: On Sunday 30 December 2007 07.39:25 Micha Nelissen wrote: Martin Schreiber wrote: You are right, there seems to be no race condition if one uses WakeMainThread correct. There can be a deadlock if the main thread tries to destroy a

Re: [lazarus] Free Pascal the best compiler for Android.

2007-12-28 Thread Vincent Snijders
willem schreef: Hello, I just added Language benchmarks to my site. If you take in account restricted memory and speed then Free Pascal is the number ONE on his list. How did you make these measurements? So the Lazarus and Free Pascal developers have done an excellent Job ! Vincent

Re: [lazarus] Free Pascal the best compiler for Android.

2007-12-28 Thread Vincent Snijders
willem schreef: Vincent Snijders wrote: willem schreef: Hello, I just added Language benchmarks to my site. If you take in account restricted memory and speed then Free Pascal is the number ONE on his list. How did you make these measurements? So the Lazarus and Free Pascal developers have

Re: [lazarus] Salvage Kylix apps with Lazarus IDE!

2007-12-28 Thread Vincent Snijders
Giuliano Colla schreef: I must say it aloud: LAZARUS IDE IS GREAT. snip If someone else has similar needs, I'm ready to share what I've done. Great article. I think it would be a good addition to our wiki. Vincent _

Re: [lazarus] Why IDE automatically insert empty events reactors implementations if its declarations presented ?

2007-12-28 Thread Vincent Snijders
Andrey Gusev schreef: It may be explained by a few words ? I don't wish discuss is it useful or harmful, correctly or incorrectly, it important for me, to undestand: for what ? Maybe I don't understand you without an example, but if you have a declaration without implementation, you cannot

Re: [lazarus] Why IDE automatically insert empty events reactors implementations if its declarations presented ?

2007-12-28 Thread Vincent Snijders
Andrey Gusev schreef: background was http://bugs.freepascal.org/view.php?id=10455, have sample, constructed from real rpoblem. Empty duplicate body of my own procedure was inserted. As i undestand: for all declared unimplemented procedures will be inserted implementations. It right guessed

Re: [lazarus] protected-Variables not visible in another file?

2007-12-28 Thread Vincent Snijders
Lukas Gradl schreef: Mattias Gaertner schrieb: On Fri, 28 Dec 2007 21:38:47 +0100 Lukas Gradl [EMAIL PROTECTED] wrote: Sorry, might need a little bit more sleep - but at the moment I'm stuck: I've to convert some files from Delphi to FPC (2.3.1, using Lazarus 0.9.25 only as an editor)

Re: [lazarus] Help installing package rxnew 1.1.5.98

2007-12-28 Thread Vincent Snijders
Horacio Jamilis schreef: Hi, I am trying to install the rxnew package without success (I already have most availables packages from ccr). But I have a link error when I install this package. If I uninstall it, lazarus links properly. I was unable to understand where the problem is. I was

Re: [lazarus] Working with different versions of lazarus

2007-12-27 Thread Vincent Snijders
Mattias Gaertner schreef: On Sat, 22 Dec 2007 13:23:11 +0100 Vincent Snijders [EMAIL PROTECTED] wrote: ik schreef: On Dec 21, 2007 12:27 AM, Vincent Snijders [EMAIL PROTECTED] wrote: ik schreef: Hello, My stable version of lazarus is 0.9.24, however I do check Lazarus svn from time to time

Re: [lazarus] is svn server down?

2007-12-27 Thread Vincent Snijders
Bee schreef: Is it? I can't reach it today. :( No, it is not down. What are you trying to do? Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] Lazarus IDE revamp

2007-12-27 Thread Vincent Snijders
Ciprian Mustiata schreef: Hi team, Based on that issues, and some more, me and that designer will not look back to Delphi legacy, excluding the LCL and we will try to manage to make a fork of Lazarus. The role of that fork is very easy: it will must provide bet UI for user, and will not take

  1   2   3   4   5   6   7   8   9   10   >