[Gambas-user] Multidimensionally Collection/Arrays

2008-07-27 Thread Stefan Miefert
Hello, how can i set and get a multidimensionally collection I can call like this mycollection['dimension1']['dimension2'] Thanks for any help - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge B

[Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-27 Thread Benoit Minisini
Hi, I finally succeeded in fixing Gambas for gcc 4.3, and therefore OpenSuse 11. For all people being in that case, please compile the latest version of Gambas 2.x (revision >= 1486), and tell me if everything is ok. The fixes have not been yet ported to Gambas 3. Regards, -- Benoit Minisini

Re: [Gambas-user] Sig 11

2008-07-27 Thread Benoit Minisini
On dimanche 27 juillet 2008, Laurent Carlier wrote: > Le Sunday 27 July 2008 21:23:34 Benoit Minisini, vous avez écrit : > > On dimanche 27 juillet 2008, Steven Lobbezoo wrote: > > > Hi, > > > > > > I did as you requested (no pun intended ;-) ) > > > The output of valgrind is here : > > > [EMAIL PR

Re: [Gambas-user] Sig 11

2008-07-27 Thread Laurent Carlier
Le Sunday 27 July 2008 21:23:34 Benoit Minisini, vous avez écrit : > On dimanche 27 juillet 2008, Steven Lobbezoo wrote: > > Hi, > > > > I did as you requested (no pun intended ;-) ) > > The output of valgrind is here : > > [EMAIL PROTECTED]:~/request_dev> valgrind --tool=memcheck > > --num-callers

Re: [Gambas-user] Sig 11

2008-07-27 Thread Benoit Minisini
On dimanche 27 juillet 2008, Steven Lobbezoo wrote: > Hi, > > I did as you requested (no pun intended ;-) ) > The output of valgrind is here : > [EMAIL PROTECTED]:~/request_dev> valgrind --tool=memcheck > --num-callers=50 gbx2 -p > ==7566== Memcheck, a memory error detector. > ==7566== Copyright (C

Re: [Gambas-user] Sig 11

2008-07-27 Thread Laurent Carlier
Le Sunday 27 July 2008 18:00:13 Benoit Minisini, vous avez écrit : > On dimanche 27 juillet 2008, Laurent Carlier wrote: > > Perhaps it should be cleaner to put moc detection macro into gb.qt/m4 dir > > ? like with gb.sdl component does. > > > > ++ > > What is the difference between putting the mac

Re: [Gambas-user] Sig 11

2008-07-27 Thread Benoit Minisini
On dimanche 27 juillet 2008, Laurent Carlier wrote: > Perhaps it should be cleaner to put moc detection macro into gb.qt/m4 dir ? > like with gb.sdl component does. > > ++ > What is the difference between putting the macro inside m4 and inside acinclude.m4? -- Benoit Minisini -

Re: [Gambas-user] Sig 11

2008-07-27 Thread Laurent Carlier
Le Sunday 27 July 2008 17:26:10 Benoit Minisini, vous avez écrit : > On dimanche 27 juillet 2008, Steven Lobbezoo wrote: > > Ok, here is it, but i suppose i'm missing some files for gdb > > > > [EMAIL PROTECTED]:~/request_dev> gbc2 -agt > > OK > > [EMAIL PROTECTED]:~/request_dev> gdb gbx2 > > GNU g

Re: [Gambas-user] Sig 11

2008-07-27 Thread Benoit Minisini
On dimanche 27 juillet 2008, Steven Lobbezoo wrote: > Ok, here is it, but i suppose i'm missing some files for gdb > > [EMAIL PROTECTED]:~/request_dev> gbc2 -agt > OK > [EMAIL PROTECTED]:~/request_dev> gdb gbx2 > GNU gdb 6.8 > Copyright (C) 2008 Free Software Foundation, Inc. > License GPLv3+: GNU

Re: [Gambas-user] Using DataSource et al

2008-07-27 Thread John K
Hi Richard, At long last I've managed to figure out how DataSource works. Thanks for suggesting another method. I'll keep it in mind for when I get more adventurous. Regards, John K. richard terry wrote: > On Tue, 22 Jul 2008 07:53:16 am John K wrote: > >> Hi, >> I'm new to Gambas so maybe I'm

Re: [Gambas-user] Using DataSource et al

2008-07-27 Thread John K
Hi Benoit, After a few nights dissecting the example and quite a few cups of coffee I finally managed to figure out how DataSource works. I still don't know why, but that will come latter. Thanks for your help, Regards, John K. Benoit Minisini wrote: > On lundi 21 juillet 2008, John K wrote: >

Re: [Gambas-user] Sig 11

2008-07-27 Thread Steven Lobbezoo
Ok, here is it, but i suppose i'm missing some files for gdb [EMAIL PROTECTED]:~/request_dev> gbc2 -agt OK [EMAIL PROTECTED]:~/request_dev> gdb gbx2 GNU gdb 6.8 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is f