[lazarus] Latest Lazarus revisions not compileable

2007-08-31 Thread Christian U.
Since an view Days i get these Linker Messages when i compile Lazarus . Tested on 2 Mashines, also with clean. fpc is 2.1.5 on one Mashine and 2.3.1 on another. D:\lazarus\ide\lazarus.pp(118,1) Error: Undefined symbol: GRAPHICS_TBITMAP_$__INITFPIMAGEREADER$TFPCUSTOMIMAGEREADER D:\lazarus\ide\la

Re: [lazarus] broken gtk+ compatibility

2007-08-31 Thread Marc Weustink
Marc Weustink wrote: Giuliano Colla wrote: With rev. 11861 I started having problems with some versions of gtk+ libraries. Transparent parts of glyphs are shown in black. This happens with FC1 (gtk+1.2.10-28.1) but not with FC5 (gtk+1.2.10-50). As this problem didn't exist before, I presume th

Re: [lazarus] Gtk 2 and Image Masks problems

2007-08-31 Thread Marc Weustink
Felipe Monteiro de Carvalho wrote: Hi, I did some tests to see how the magnifier would works after the image changes, and I found some problems introduced on revision 11861 First, the magnifier starts showing lot's of messages like this: (magnifier:9882): GLib-GObject-CRITICAL **: g_object_unr

Re: [lazarus] broken gtk+ compatibility

2007-08-31 Thread Marc Weustink
Giuliano Colla wrote: With rev. 11861 I started having problems with some versions of gtk+ libraries. Transparent parts of glyphs are shown in black. This happens with FC1 (gtk+1.2.10-28.1) but not with FC5 (gtk+1.2.10-50). As this problem didn't exist before, I presume that some change has bee

[lazarus] Gtk 2 and Image Masks problems

2007-08-31 Thread Felipe Monteiro de Carvalho
Hi, I did some tests to see how the magnifier would works after the image changes, and I found some problems introduced on revision 11861 First, the magnifier starts showing lot's of messages like this: (magnifier:9882): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)'

[lazarus] Lazarus and QT4

2007-08-31 Thread ik
Hi, I'm using Lazarus with QT4 from latest revision (11893) using fpc 2.1.4 on amd 64 linux. The latest work on the QT4 really works much better, however there is one big problem: The keyboard when the editor is in place is really slow, and it takes a second or two to see any result back. Is there

Re: [lazarus] Web Model for future FPC/Lazarus

2007-08-31 Thread Michael Van Canneyt
On Fri, 31 Aug 2007, Razvan Adrian Bogdan wrote: > But many browsers can be enhanced to do almost anything, IE (on > Windows) has ActiveX and all other browsers support netscape plugins > on all platforms which are similar to activex. Some people on this > list already made their own netscape pl

Re: [lazarus] LazDE documentation editor won't build HTML file

2007-08-31 Thread Vincent Snijders
Chris Kirkpatrick schreef: Michael Van Canneyt wrote: On Fri, 31 Aug 2007, Chris Kirkpatrick wrote: I am trying to use LazDE (documentation editor) to construct an HTML file based on a recently edited XML documentation file. All tools including LazDE and Lazarus built from latest SVN. Mepi

[lazarus] broken gtk+ compatibility

2007-08-31 Thread Giuliano Colla
With rev. 11861 I started having problems with some versions of gtk+ libraries. Transparent parts of glyphs are shown in black. This happens with FC1 (gtk+1.2.10-28.1) but not with FC5 (gtk+1.2.10-50). As this problem didn't exist before, I presume that some change has been made which has broke

Re: [lazarus] LazDE documentation editor won't build HTML file

2007-08-31 Thread Chris Kirkpatrick
Michael Van Canneyt wrote: > On Fri, 31 Aug 2007, Chris Kirkpatrick wrote: > > >> I am trying to use LazDE (documentation editor) to construct an HTML >> file based on a recently edited XML documentation file. >> >> All tools including LazDE and Lazarus built from latest SVN. >> Mepis32 v6.5 (a

Re: [lazarus] Critical BUG in TBits class!

2007-08-31 Thread 12 12
You need to recompile your RTL with debug info. Darius _ I don't know how to do this. Can you advise me? _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] LazDE documentation editor won't build HTML file

2007-08-31 Thread Michael Van Canneyt
On Fri, 31 Aug 2007, Chris Kirkpatrick wrote: > I am trying to use LazDE (documentation editor) to construct an HTML > file based on a recently edited XML documentation file. > > All tools including LazDE and Lazarus built from latest SVN. > Mepis32 v6.5 (a variant of debian linux) > Intel Pent

Re: [lazarus] Lazarus IDE crashes while loading form

2007-08-31 Thread wile64
> > -Original Message- > From: Andreas Berger [mailto:[EMAIL PROTECTED] > Sent: Friday, August 31, 2007 7:00 AM > To: lazarus@miraclec.com > Subject: Re: [lazarus] Lazarus IDE crashes while loading form > > It would be interesting to have a list of lines that must be > removed/changed in a

RE: [lazarus] Lazarus IDE crashes while loading form

2007-08-31 Thread Hess, Philip J
Andrea, See file DfmToLfm.ini that comes with this conversion tool: http://wiki.lazarus.freepascal.org/XDev_Toolkit Thanks. -Phil -Original Message- From: Andreas Berger [mailto:[EMAIL PROTECTED] Sent: Friday, August 31, 2007 7:00 AM To: lazarus@miraclec.com Subject: Re: [lazarus] La

Re: [lazarus] LazDoc

2007-08-31 Thread Chris Kirkpatrick
Thanks - after recompiling everything using latest versions and all compatible with each other, it works! When will we learn? Regards - Chris Vincent Snijders wrote: > Chris Kirkpatrick schreef: >> I have recently started trying to create documentation for Lazarus, >> after a prolonged break. >>

[lazarus] LazDE documentation editor won't build HTML file

2007-08-31 Thread Chris Kirkpatrick
I am trying to use LazDE (documentation editor) to construct an HTML file based on a recently edited XML documentation file. All tools including LazDE and Lazarus built from latest SVN. Mepis32 v6.5 (a variant of debian linux) Intel Pentium4 with 512 MB memory. I (consistently) get the following

Re: [lazarus] Web Model for future FPC/Lazarus

2007-08-31 Thread Razvan Adrian Bogdan
But many browsers can be enhanced to do almost anything, IE (on Windows) has ActiveX and all other browsers support netscape plugins on all platforms which are similar to activex. Some people on this list already made their own netscape plugins if i remember correcly and they work everywhere. This

Re: [lazarus] Critical BUG in TBits class!

2007-08-31 Thread Darius Blaszijk
12 12 wrote: I tried to trace step-by-step "grow" method but Lazarus didn't enter to implementaion. How it can be possible to enter step-by-step into implemetation of RTL units during debug? You need to recompile your RTL with debug info. Darius _

Re: [lazarus] Lazarus IDE crashes while loading form

2007-08-31 Thread wile64
Yes, you delete the event OnDrawItem in object inspector, you change the Style to lbOwnerDrawFixed and recreate event. The error is here, I do not know why. 2007/8/31, Luis Rodrigues <[EMAIL PROTECTED]>: > > Is this a known Lazarus bug? > > In after I load the form if I try to change the propert

Re: [lazarus] Lazarus IDE crashes while loading form

2007-08-31 Thread Luis Rodrigues
Is this a known Lazarus bug? In after I load the form if I try to change the property Lazarus craches again :( Regards, Luis On Fri, 2007-08-31 at 08:58 +0200, wile64 wrote: > Hello Luis, > > Edit file dmap.lfm and delete line " Style = lbOwnerDrawFixed " in > object TListBox. > > object Li

Re: [lazarus] Lazarus IDE crashes while loading form

2007-08-31 Thread Andreas Berger
It would be interesting to have a list of lines that must be removed/changed in a dmf file before conversion to lfm. I have a program called dfm2lfm where I include all of these problems that I know of and use it as a pre-processor for each .dfm. It then calls LazRes to convert the pre-process

Re: [lazarus] Critical BUG in TBits class!

2007-08-31 Thread 12 12
procedure TBits.setSize(value : longint); begin grow(value - 1); end; I think i should be clear that size cannot be "grown" to -1. I tried to trace step-by-step "grow" method but Lazarus didn't enter to implementaion. How it can be possible to enter step-by-step into implemetation of RTL unit

Re: [lazarus] Critical BUG in TBits class!

2007-08-31 Thread Henry Vermaak
On 31/08/2007, Skybuck Flying <[EMAIL PROTECTED]> wrote: > From: "ik" <[EMAIL PROTECTED]> > >> "procedure TBits.setSize(value : longint); > >> begin > > > if (Value > 0) then > >grow(value - 1) > > else should work, but dunno if it's the correct solution. > > This is your a

Re: [lazarus] Critical BUG in TBits class!

2007-08-31 Thread ik
On 8/31/07, Skybuck Flying <[EMAIL PROTECTED]> wrote: > - Original Message - > From: "ik" <[EMAIL PROTECTED]> > To: > Sent: Friday, August 31, 2007 11:01 AM > Subject: Re: [lazarus] Critical BUG in TBits class! > > > > Hi Please see my code inline > > > > On 8/31/07, 12 12 <[EMAIL PROTECTE

Re: [lazarus] Critical BUG in TBits class!

2007-08-31 Thread Skybuck Flying
- Original Message - From: "ik" <[EMAIL PROTECTED]> To: Sent: Friday, August 31, 2007 11:01 AM Subject: Re: [lazarus] Critical BUG in TBits class! Hi Please see my code inline On 8/31/07, 12 12 <[EMAIL PROTECTED]> wrote: I tried to include sophisticated unit with math operations int

Re: [lazarus] Critical BUG in TBits class!

2007-08-31 Thread 12 12
Please always check that you are able to do the operation without arriving to overflow (for example). A question is, why Value is longint and not a Cardinal, is there a reason for negative size ?! You ask me? Class TBits is RTL class. It resides in file classesh.inc. I'm not freepascal developer

Re: [lazarus] Critical BUG in TBits class!

2007-08-31 Thread ik
Hi Please see my code inline On 8/31/07, 12 12 <[EMAIL PROTECTED]> wrote: > I tried to include sophisticated unit with math operations into my > project. > The unit worked fine in Delphi. > But in Lazarus it get error when call TBits.SetSize(0): > "Invalid bit index -1". > I go to implementation o

Re: [lazarus] Lazarus IDE crashes while loading form

2007-08-31 Thread wile64
I forgot, the EditorEnabled property dont not exist in TSpinEdit for Lazarus, it should be also removed… -- Laurent. My Web : http://wile64.neuf.fr/ French Forum : http://lazforum-fr.tuxfamily.org/index

Re: [lazarus] Lazarus IDE crashes while loading form

2007-08-31 Thread wile64
Hello Luis, Edit file dmap.lfm and delete line " Style = lbOwnerDrawFixed " in object TListBox. object ListBox1: TListBox Left = 8 Top = 8 Width = 121 Height = 249 Color = clBtnFace ItemHeight = 32 Items.Strings = ( ' Nodes' ' Links' ' Labels'