Re: [fpc-devel] Extend the libraries people!

2005-06-08 Thread Jan Ruzicka
On Jun 3, 2005, at 07:03, Michael Van Canneyt wrote: On Fri, 3 Jun 2005, Kornel Kisielewicz wrote: Florian Klaempfl wrote: - write a bcd classes BCD? Binary Coded Decimal. We urgently need a bcdfmt unit as in delphi. [...] Hi I did not find any usable info about the bcdfmt. What is the req

Re: [fpc-devel] BUG: gtk2 unit and GtkFileChooserDialog

2005-06-08 Thread Federico Lox Lucignano
Alle 23:00, mercoledì 08 giugno 2005, hai scritto: > > 1) in libglade2 unit the windows dll is referenced as "libglade-2.0.dll" > > while > > the correct name is "libglade-2.0-0.dll" (in all the other gtk related > > units > > the libxxx-2.0-0.dll pattern is used correctly) > > Fixed > Perfect ;-)

Re: [fpc-devel] BUG: gtk2 unit and GtkFileChooserDialog

2005-06-08 Thread Peter Vreman
> 1) in libglade2 unit the windows dll is referenced as "libglade-2.0.dll" > while > the correct name is "libglade-2.0-0.dll" (in all the other gtk related > units > the libxxx-2.0-0.dll pattern is used correctly) Fixed > 2)Although it is declared in gtkfilechooserdialog.inc the > PGtkFileChooser

Re: [fpc-devel] GetText patch

2005-06-08 Thread Ales Katona
Sorry, that patch was made with diffing 2.0.0 svn.. Here's the one from 2.1.1 Index: fcl/inc/gettext.pp === --- fcl/inc/gettext.pp (revision 288) +++ fcl/inc/gettext.pp (working copy) @@ -76,7 +76,7 @@ implementation -uses dos

[fpc-devel] BUG: gtk2 unit and GtkFileChooserDialog

2005-06-08 Thread Federico Lox Lucignano
Hi to all, I'm new to FPC and making some tests in the last few days I've found 2 little but annoying bugs: 1) in libglade2 unit the windows dll is referenced as "libglade-2.0.dll" while the correct name is "libglade-2.0-0.dll" (in all the other gtk related units the libxxx-2.0-0.dll pattern i

Re: [fpc-devel] out parameters in RTL/FCL

2005-06-08 Thread Peter Vreman
> At the moment there are a lot of warnigns for uninitialised var > parameters. > > Is it possible to replace the 'var' with 'out' specifiers? > Can I send patches for that? Yes, you can send them to me or florian ___ fpc-devel maillist - fpc-devel

[fpc-devel] GetText patch

2005-06-08 Thread Ales Katona
This patch makes GetText/TranslateResourceStrings(FileName) work in win32. (it didn't detect the right language under win32 before it worked only in POSIX enviroments) GetLanguageIDs is used with permission from Vincent(it's his code in lazarus) Ales Index: fcl/inc/gettext.pp ===

Re: [fpc-devel] out parameters in RTL/FCL

2005-06-08 Thread Ales Katona
Mattias Gaertner wrote: At the moment there are a lot of warnigns for uninitialised var parameters. Is it possible to replace the 'var' with 'out' specifiers? Can I send patches for that? Mattias ___ fpc-devel maillist - fpc-devel@lists.freepasca

Re: [fpc-devel] out parameters in RTL/FCL

2005-06-08 Thread Florian Klaempfl
Tomas Hajny wrote: > Mattias Gaertner said: > >>At the moment there are a lot of warnigns for uninitialised var >>parameters. >> >>Is it possible to replace the 'var' with 'out' specifiers? >>Can I send patches for that? > > > Is compatibility for existing code (including low-level one - assemb

Re: [fpc-devel] out parameters in RTL/FCL

2005-06-08 Thread Tomas Hajny
Mattias Gaertner said: > > At the moment there are a lot of warnigns for uninitialised var > parameters. > > Is it possible to replace the 'var' with 'out' specifiers? > Can I send patches for that? Is compatibility for existing code (including low-level one - assembly) guaranteed? Tomas __

[fpc-devel] out parameters in RTL/FCL

2005-06-08 Thread Mattias Gaertner
At the moment there are a lot of warnigns for uninitialised var parameters. Is it possible to replace the 'var' with 'out' specifiers? Can I send patches for that? Mattias ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepas

Re: [fpc-devel] Bug 4004

2005-06-08 Thread Gerhard Scholz
... > I'm not sure, at least > > > .L9: > > movw %dx,-12(%ebp) > > .Ll3: > > suggests that the target is not an integer, but instead is a (possibly > unsigned) word type. Please check again! ... This is the result of the compilation: "ppc386 tord -al" (shortened of course). Since "MOVW" move

Re: [fpc-devel] packages\extra\uuid

2005-06-08 Thread Peter Vreman
> Hi, > > packages/extra/Makefile.fpc adds the uuid package for linux. > > The packages/extra/uuid/Makefile has: > MAKEFILETARGETS=i386-linux > > Since i386 is not the only linux target a couple of targets are missing: > at least x86_64, powerpc and sparc. Fixed ___

[fpc-devel] packages\extra\uuid

2005-06-08 Thread Vincent Snijders
Hi, packages/extra/Makefile.fpc adds the uuid package for linux. The packages/extra/uuid/Makefile has: MAKEFILETARGETS=i386-linux Since i386 is not the only linux target a couple of targets are missing: at least x86_64, powerpc and sparc. Vincent. ___

Re: [fpc-devel] Bug 4004

2005-06-08 Thread Gerhard Scholz
There are two philosophies behind that. One philosophy is thatproduces a again (for out of [ + - * / div and or mod]) ("/" for reals only; "div" and "mod" of ints only of course). "Widening" is done when the 2 types are not identical but compatible, e.g. "byte + integer" would be done as "in

Re: [fpc-devel] gtk2 gdk_draw_pixbuf

2005-06-08 Thread Peter Vreman
> Here is a patch to add the missing gdk_draw_pixbuf function to the gtk2 > bindings. Applied ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] gtk2 gdk_draw_pixbuf

2005-06-08 Thread Mattias Gaertner
Here is a patch to add the missing gdk_draw_pixbuf function to the gtk2 bindings. Mattias gtk2.diff Description: Binary data ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel