Re: [Lazarus] OT footer [Re: Lazarus on gtk2 double double-click (and SourceEditor select-word failure)]

2009-06-07 Thread Vincent Snijders
Luca Olivetti schreef: It has to be two dashes and a space. Nothing more, nothing less I tried to add the space, but it seems that the mailman software trims the strings from the configuration settings somehow. Vincent --\u0020 ___ Lazarus

Re: [Lazarus] Graphical differences between Mac OS X on Intel and PowerPC...

2009-06-07 Thread Mattias Gaertner
On Sun, 07 Jun 2009 06:50:30 -0400 domini...@savagesoftware.com.au wrote: I've narrowed down the surface creation error to the following block... {$IFDEF CPUPOWERPC} tempSurface := SDL_CreateRGBSurfaceFrom( aWordArray, aWidth, aHeight, 32, aWidth * 4, $FF00, $00FF,

Re: [Lazarus] Graphical differences between Mac OS X on Intel and PowerPC...

2009-06-07 Thread dominique
s_w := bbb.Width; s_h:= bbb.Height; GetMem( s_data, s_h * s_w * 4 ); ScanLineImage := bbb.CreateIntfImage; // Copy the data from the bitmap for j := 0 to s_h - 1 do begin row := ScanLineImage.GetDataLineStart( j ); for i := 0 to s_w - 1 do s_data[ j * s_w + i

Re: [Lazarus] 64 bit compiler

2009-06-07 Thread Marc Weustink
Terry A. Haimann wrote: I really don't know how to read the config file. So, I did a locate on stdctrls and found this file: /usr/lib64/lazarus/lcl/units/x86_64-linux/stdctrls.o I guess the .ppu is there too. So the compiled unit is there, but somehow the compiler thinks it needs to get

[Lazarus] TODBCConnection

2009-06-07 Thread Bogusław Brandys
Hi, Could someone provide me a correct DSN-less TODBCCOnnection to MS SQL Server 2005 Express to concrete database so queries can be simple ? Boguslaw -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org