[Lazarus] LazReport crashes gdb.exe on Win32

2008-05-19 Thread Bent Normann Olsen
Hi, Yesterday I began to have problems with debugger crashing when a LazReport component is being used. I downloaded the latest snapshot of 2008.05.19 with Lazarus 0.9.25 and FPC 2.3.1, but the debugger crashes just right after the first "begin" in the project file. I went back to a snapshot fro

[Lazarus] TFiler.DefineBinaryProperty ReadData size problem

2008-05-19 Thread brianwung
Dear All, procedure TspCompressedStoredSkin.DefineProperties(Filer: TFiler); begin inherited; Filer.DefineBinaryProperty('CompressedData', ReadData, WriteData, True); end; procedure TspCompressedStoredSkin.ReadData; begin FCompressedStream.LoadFromStream(Reader); end; On Delphi, this me

Re: [Lazarus] embedding fomrs into forms

2008-05-19 Thread Marc Santhoff
Am Montag, den 19.05.2008, 19:58 +0200 schrieb Mattias Gaertner: > On Mon, 19 May 2008 12:54:45 +0200 > Marc Santhoff <[EMAIL PROTECTED]> wrote: > > > Am Montag, den 19.05.2008, 09:09 +0200 schrieb Marco van de Voort: > > > On Mon, May 19, 2008 at 12:06:40AM +0200, Marc Santhoff wrote: > > > > >

Re: [Lazarus] Mac OS X : Using TProcess to launch Unix command to Copy a Directory

2008-05-19 Thread Mattias Gaertner
On Mon, 19 May 2008 20:26:43 +0100 Dominique Louis <[EMAIL PROTECTED]> wrote: > Hi all, >I'm passing the following command to a TProcess instance... > > cp -R /SomePath/MyGame.app /SomePath/MyNewGame.app > > via it's command line property, but it did not work. Did you try the full filename?

Re: [Lazarus] Mac OS X : Using TProcess to launch Unix command to Copy a Directory

2008-05-19 Thread Vincent Snijders
Dominique Louis schreef: > Hi all, >I'm passing the following command to a TProcess instance... > > cp -R /SomePath/MyGame.app /SomePath/MyNewGame.app > > via it's command line property, but it did not work. > Maybe you should give a full path for cp. So /bin/cp -R /SomePath/MyGame.app /Some

[Lazarus] Mac OS X : Using TProcess to launch Unix command to Copy a Directory

2008-05-19 Thread Dominique Louis
Hi all, I'm passing the following command to a TProcess instance... cp -R /SomePath/MyGame.app /SomePath/MyNewGame.app via it's command line property, but it did not work. I then tried fpsystem, passing it the same string and it also fails with a 16384 error, which I've spent the last half h

Re: [Lazarus] Linux Installation Advise

2008-05-19 Thread Felipe Monteiro de Carvalho
On Mon, May 19, 2008 at 3:09 PM, Mattias Gaertner <[EMAIL PROTECTED]> wrote: > What is missing? The development packages, but each distribution names them differently. -- Felipe Monteiro de Carvalho ___ Lazarus mailing list Lazarus@lazarus.freepascal.o

Re: [Lazarus] Linux Installation Advise

2008-05-19 Thread Mattias Gaertner
On Sun, 18 May 2008 20:46:27 +0300 ik <[EMAIL PROTECTED]> wrote: > added to my todo list... > > Ido > > On Sun, May 18, 2008 at 5:46 PM, Vincent Snijders > <[EMAIL PROTECTED]> wrote: > > ik schreef: > >> > >> Then the person that created the spec file didn't create it > >> properly imho. What i

Re: [Lazarus] Set the Highlighter from the source file

2008-05-19 Thread Mattias Gaertner
On Mon, 19 May 2008 17:28:50 +0200 Damien Gerard <[EMAIL PROTECTED]> wrote: >[...] > > Or just close and open the file. > > > Indeed. However, if lazarus is not restarted, not all of my incl > files are highlighted (most of them yes but not all - 4/23 files). > As you can see on the screenshot :

Re: [Lazarus] embedding fomrs into forms

2008-05-19 Thread Mattias Gaertner
On Mon, 19 May 2008 12:54:45 +0200 Marc Santhoff <[EMAIL PROTECTED]> wrote: > Am Montag, den 19.05.2008, 09:09 +0200 schrieb Marco van de Voort: > > On Mon, May 19, 2008 at 12:06:40AM +0200, Marc Santhoff wrote: > > > > > > > > My goal is to have a core programm and some additional parts > > > >

Re: [Lazarus] ARM-WinCE test - DBF

2008-05-19 Thread Felipe Monteiro de Carvalho
On Sat, May 17, 2008 at 4:06 PM, <[EMAIL PROTECTED]> wrote: > I probably do not see the depth of the problem, and this seems to be just > too easy, but for me this should be done on the compiler level: how about a > compiler switch which forces the compiler to "think" as if the "unaligned" > keyw

Re: [Lazarus] ARM-WinCE test - DBF

2008-05-19 Thread Florian Klaempfl
Joost van der Sluis schrieb: > Op zaterdag 17-05-2008 om 21:06 uur [tijdzone +0200], schreef > [EMAIL PROTECTED]: >> I probably do not see the depth of the problem, and this seems to be just >> too easy, but for me this should be done on the compiler level: how about a >> compiler switch which fo

Re: [Lazarus] Linux Installation Advise

2008-05-19 Thread Joost van der Sluis
Op zondag 18-05-2008 om 17:01 uur [tijdzone +0300], schreef ik: > > > I found this out last night since even the lazarus snapshot RPM's > don't seem to > > indicate these as dependencies, maybe assumed that they already > exist on the > > machine and the person installing has a modicum of knowledg

Re: [Lazarus] ARM-WinCE test - DBF

2008-05-19 Thread Joost van der Sluis
Op zaterdag 17-05-2008 om 21:06 uur [tijdzone +0200], schreef [EMAIL PROTECTED]: > I probably do not see the depth of the problem, and this seems to be just > too easy, but for me this should be done on the compiler level: how about a > compiler switch which forces the compiler to "think" as if t

Re: [Lazarus] Set the Highlighter from the source file

2008-05-19 Thread Damien Gerard
Le May 19, 2008 à 5:07 PM, Mattias Gärtner a écrit : > Zitat von Damien Gerard <[EMAIL PROTECTED]>: > >> >> Le May 19, 2008 à 3:21 PM, Mattias Gärtner a écrit : >> >>> Zitat von Damien Gerard <[EMAIL PROTECTED]>: >>> Le May 19, 2008 à 2:16 PM, Vincent Snijders a écrit : > Damie

Re: [Lazarus] Set the Highlighter from the source file

2008-05-19 Thread Mattias Gärtner
Zitat von Damien Gerard <[EMAIL PROTECTED]>: > > Le May 19, 2008 à 3:21 PM, Mattias Gärtner a écrit : > > > Zitat von Damien Gerard <[EMAIL PROTECTED]>: > > > >> > >> Le May 19, 2008 à 2:16 PM, Vincent Snijders a écrit : > >> > >>> Damien Gerard schreef: > Hi ! > > Is there a way to

Re: [Lazarus] Set the Highlighter from the source file

2008-05-19 Thread Damien Gerard
Le May 19, 2008 à 3:21 PM, Mattias Gärtner a écrit : > Zitat von Damien Gerard <[EMAIL PROTECTED]>: > >> >> Le May 19, 2008 à 2:16 PM, Vincent Snijders a écrit : >> >>> Damien Gerard schreef: Hi ! Is there a way to specify a hightlighter for the source editor, like vim

Re: [Lazarus] Set the Highlighter from the source file

2008-05-19 Thread Mattias Gärtner
Zitat von Damien Gerard <[EMAIL PROTECTED]>: > > Le May 19, 2008 à 2:16 PM, Vincent Snijders a écrit : > > > Damien Gerard schreef: > >> Hi ! > >> > >> Is there a way to specify a hightlighter for the source editor, like > >> vim : > >> # vim: ts=4 filetype=apache > >> > >> Actually I have include

Re: [Lazarus] Problem with threads in Lazarus 0.9.24

2008-05-19 Thread Lee Jenkins
Petr Hložek wrote: > Hi Lee, > > it looks that you are right. I have the same problem. > Is there any patch for 2.2.0 version? I tried to download and build > older version of fpc (2.0.4) but I cannot compile one of main component > for my program. > I tried also latest source code of fpc-2.2.1 b

Re: [Lazarus] Set the Highlighter from the source file

2008-05-19 Thread Damien Gerard
Le May 19, 2008 à 2:16 PM, Vincent Snijders a écrit : > Damien Gerard schreef: >> Hi ! >> >> Is there a way to specify a hightlighter for the source editor, like >> vim : >> # vim: ts=4 filetype=apache >> >> Actually I have include files (.incl, I know it is not standard) that >> are not directly

Re: [Lazarus] Set the Highlighter from the source file

2008-05-19 Thread Vincent Snijders
Damien Gerard schreef: > Hi ! > > Is there a way to specify a hightlighter for the source editor, like > vim : > # vim: ts=4 filetype=apache > > Actually I have include files (.incl, I know it is not standard) that > are not directly recognized as pascal source. Right click in the editor ->

Re: [Lazarus] Set the Highlighter from the source file

2008-05-19 Thread Graeme Geldenhuys
Damien Gerard wrote: > Is there a way to specify a hightlighter for the source editor, like > vim : > # vim: ts=4 filetype=apache That would be cool! Include in the feature request the 'tabwidth' or 'tabstop' setting as well! If 'tabstop' is not present, it defaults to 2 spaces for indentatio

[Lazarus] Set the Highlighter from the source file

2008-05-19 Thread Damien Gerard
Hi ! Is there a way to specify a hightlighter for the source editor, like vim : # vim: ts=4 filetype=apache Actually I have include files (.incl, I know it is not standard) that are not directly recognized as pascal source. -- Damien Gerard [EMAIL PROTECTED] "Intelligence is 10 million ru

Re: [Lazarus] embedding fomrs into forms

2008-05-19 Thread Marc Santhoff
Am Montag, den 19.05.2008, 09:09 +0200 schrieb Marco van de Voort: > On Mon, May 19, 2008 at 12:06:40AM +0200, Marc Santhoff wrote: > > > > > > My goal is to have a core programm and some additional parts delivered > > > > separately. Compiling the program for every permutation of combinations > >

Re: [Lazarus] Problem with threads in Lazarus 0.9.24

2008-05-19 Thread Petr Hložek , OK2CQR
Hi Lee, it looks that you are right. I have the same problem. Is there any patch for 2.2.0 version? I tried to download and build older version of fpc (2.0.4) but I cannot compile one of main component for my program. I tried also latest source code of fpc-2.2.1 but I cannot compile Lazarus 0.9.2

Re: [Lazarus] embedding fomrs into forms

2008-05-19 Thread Marco van de Voort
On Mon, May 19, 2008 at 12:06:40AM +0200, Marc Santhoff wrote: > > > > My goal is to have a core programm and some additional parts delivered > > > separately. Compiling the program for every permutation of combinations > > > is not quite usable if the count of extras goes up. > > > > Packages is