[fpc-devel] svn trunc doesn't compile since rev 2949

2006-03-18 Thread Burkhard Carstens
System: Linux i386 Affected revisions: svn-trunk 2949 - 2952 (current) $ make distclean all [..] dsparams.inc(433,5) Error: Asm: 64 Bit operands not supported dsparams.inc(892,3) Fatal: There were 1 errors compiling module, stopping Fatal: Compilation aborted make[4]: Leaving directory `/home/bor

[fpc-devel] Lazarus

2006-03-18 Thread Amir Aavani
Is there any example(way) to develop a plugin for lazarus,? for example, adding a new type of application to lazarus with its own properites and ... ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinf

Re: [fpc-devel] Lazarus

2006-03-18 Thread Michael Van Canneyt
On Sat, 18 Mar 2006, Amir Aavani wrote: > Is there any example(way) to develop a plugin for lazarus,? > for example, adding a new type of application to lazarus with its own > properites and ... I'll send you some articles in private where it is explained extensively. Michael.

Re: [fpc-devel] svn trunc doesn't compile since rev 2949

2006-03-18 Thread Jonas Maebe
On 18 Mar 2006, at 12:44, Burkhard Carstens wrote: System: Linux i386 Affected revisions: svn-trunk 2949 - 2952 (current) Fixed. Jonas ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] svn trunc doesn't compile since rev 2949

2006-03-18 Thread Burkhard Carstens
> > System: Linux i386 > > Affected revisions: svn-trunk 2949 - 2952 (current) > > Fixed. Thanks! Burkhard ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] object as vararg

2006-03-18 Thread Vincent Snijders
Hi, The gtk2int.pas file of lazarus doesn't compile with fpc 2.1.1 (revision 2954) anymore. The error message is: gtk2int.pas(268,67) Error: Wrong type "TObject" in array constructor Line 268 looks like this: gtk_list_store_set(FGtkListStore, @ListItem, [FColumnIndex+1, AnObject, -1]);

Re: [fpc-devel] object as vararg

2006-03-18 Thread Jonas Maebe
On 18 Mar 2006, at 16:46, Vincent Snijders wrote: The gtk2int.pas file of lazarus doesn't compile with fpc 2.1.1 (revision 2954) anymore. The error message is: gtk2int.pas(268,67) Error: Wrong type "TObject" in array constructor Line 268 looks like this: gtk_list_store_set(FGtkListStore