Re: [lazarus] How to set LCL_PLATFORM

2008-01-03 Thread Graeme Geldenhuys
On 03/01/2008, Dave Parsons <[EMAIL PROTECTED]> wrote: > > There is already a Gtk1 port for OS/2 which works with various > X interfaces such as HOBX11, everblue or XFreeOS/2, but I want > a native OS/2 PM version. Ever considered using fpGUI under OS/2? Currently fpGUI supports X11 & GDI only.

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

2008-01-03 Thread willem
Vincent Snijders wrote: 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

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

2008-01-03 Thread willem
Sergei Gorelkin wrote: 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 does n

[lazarus] FastZLib: Illegal COFF Magic

2008-01-03 Thread Lukas Gradl
Anyone got FastZLib to compile with FPC? (http://www.dellapasqua.com/delphizlib/) When it links the .OBJ-Files there occurs an "Illegal COFF Magic while reading" and the name of the OBJ-File. Could'nt find an information in that - seems that Borland-C compiled files can not be read by ld.

[lazarus] Ahh - next one: TFieldList in FPC?

2008-01-03 Thread Lukas Gradl
Porting DB-related components from Delphi to FPC is not an easy task. I'm missing TFieldList - anyone implementing that? regards Lukas -- software security networks Lukas Gradl Eduard-Bodem-Gasse 9 A - 6020 Innsbruck Tel: +43-720-300168-0 Fax: +43-512-341033-19 ---

[lazarus] TReader / TWriter compatibility to Delphi?

2008-01-03 Thread Lukas Gradl
Just discovered that TWriter / TReader Objects in FPC are missing some Methods compared to Delphi. At the moment I'm missing TReader.SkipValue - am I to stupid again or do I have to write a fix for that? regards Lukas -- software security networks Lukas Gradl E

[lazarus] Hi, i have problems with TDBMemo and TToolbar

2008-01-03 Thread Osvaldo TC Filho
Hi all. Environment: ubuntu gutsy, Lazarus svn Rev. 13608 GTK2 My TDBMemo is read only, with others db components no problem. (please don't answaer with: " ... and the properties 'Read Only' ..." it's false. My Toolbar is transparent, but don't update your "image background", your image showi

Re: [lazarus] IDE packages

2008-01-03 Thread Mattias Gaertner
On Thu, 3 Jan 2008 13:17:31 -0500 "Hess, Philip J" <[EMAIL PROTECTED]> wrote: > Hi Mattias, > > Wouldn't packages also need access to > packager\registration\lazaruspackageintf in order to call RegisterUnit > and RegisterPackage? That's part of the FCL package which is used by IDEIntf. So no pro

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 does

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

2008-01-03 Thread Sergei Gorelkin
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 does not do any push's and pop

Re: [lazarus] IDE packages

2008-01-03 Thread Michael Van Canneyt
On Thu, 3 Jan 2008, Mattias Gaertner wrote: > > Current state: > It is allowed for IDE packages to access the IDE source directories > (designer, debugger, ide, packager). > > Is anyone using this feature? I am not, and I wrote quite some packages :-) > > I would like to get of this. Then a

RE: [lazarus] IDE packages

2008-01-03 Thread Hess, Philip J
Hi Mattias, Wouldn't packages also need access to packager\registration\lazaruspackageintf in order to call RegisterUnit and RegisterPackage? Other units like PropEdits and ComponentEditors are in ideintf so that would be okay. Sounds like a great idea! Thanks. -Phil -Original Message---

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

2008-01-03 Thread willem
Vincent Snijders wrote: 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

[lazarus] IDE packages

2008-01-03 Thread Mattias Gaertner
Current state: It is allowed for IDE packages to access the IDE source directories (designer, debugger, ide, packager). Is anyone using this feature? I would like to get of this. Then a package can be installed without recompiling the IDE, but simply by linking. At the moment the IDE compiles it

Re: [lazarus] Lazarus-related Searchengine

2008-01-03 Thread Johannes Müller
Vincent Snijders schrieb: A nice initiative. Do know how looking for lcl_version can give: http://lazarus-ccr.sourceforge.net/docs/lcl/lclversion/lcl_version.html The tried this: http://www.search.lazarusforum.de/?cx=002621910463717490805%3Aqzjmlxuj410&cof=FORID%3A9&q=lcl_version&sa=Suche#258

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 willem
Paulo Costa wrote: At 18:46 02/01/2008, willem wrote: Vincent has made an improved Mandelbrot benchmark. i did run the original mandelbrot benchmark with N =5000. It took 2: 20 minutes. The improved version took 2:00 minutes. If you see the gcc version you'll see that it relies on SSE2 i

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 spec