Re: [Gambas-user] Segmentation fault (11) with ImageStat() function

2014-10-12 Thread Ru Vuott
Optime !
Now it works.

regards
vuott



Dom 12/10/14, Benoît Minisini gam...@users.sourceforge.net ha scritto:

 Oggetto: Re: [Gambas-user] Segmentation fault (11) with ImageStat() function
 A: mailing list for gambas users gambas-user@lists.sourceforge.net
 Data: Domenica 12 ottobre 2014, 03:23
 
 Le 12/10/2014 02:44, Ru
 Vuott a écrit :
  Hello,
 
  by starting from
 this:
  http://sourceforge.net/p/gambas/mailman/message/21194093/
 
  I tried this simple
 code:
 
  Public Sub
 Form_Open()
 
  With
 ImageStat(/tmp/my_image.jpg)
     Print .Type
    
 Print .Width;; .Height;; .Depth
  End
 With
 
  End
 
 
 
 Well, I obtain a  Segmentation fault (11)  error !
 
  ..maybe, is it a bug
 ?
 
  Regards
  vuott
 
  My Gambas SVN revision: #6535
 
 
 Fixed in
 revision #6536.
 
 Regards,
 
 -- 
 Benoît
 Minisini
 
 --
 Meet PCI DSS 3.0 Compliance Requirements with
 EventLog Analyzer
 Achieve PCI DSS 3.0
 Compliant Status with Out-of-the-box PCI DSS Reports
 Are you Audit-Ready for PCI DSS 3.0 Compliance?
 Download White paper
 Comply to PCI DSS 3.0
 Requirement 10 and 11.5 with EventLog Analyzer
 http://p.sf.net/sfu/Zoho
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Wow, Gambas is twice as fast as (Free) Pascal

2014-10-12 Thread T Lee Davidson
Hey Jussi,

I'd like to try figuring out why the Pascal program runs so much slower, 
relative to Gambas, on my system than on yours. May I ask what version 
of FPC you are using?


On 10/11/2014 08:24 PM, Jussi Lahtinen wrote:

 $ time gbs3 -c -f polym.gambas
[snip]
 real0m4.172s
 user0m4.158s
 sys0m0.012s


 $ time ./polym
[snip]
 real0m5.376s
 user0m5.374s
 sys0m0.000s

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Wow, Gambas is twice as fast as (Free) Pascal

2014-10-12 Thread Jussi Lahtinen
 May I ask what version of FPC you are using?


2.6.2-8 [2014/01/22] for x86_64


Jussi
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Pre-release of Gambas 3.6

2014-10-12 Thread Benoît Minisini
Hi,

I have uploaded the source package of Gambas 3.6 at:

http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.6.0.tar.bz2/download

The ChangeLog is available at:

http://gambaswiki.org/wiki/doc/release/3.6.0

Please test it and report any problem before I make it official!

Thanks in advance.

-- 
Benoît Minisini

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.6

2014-10-12 Thread Tobias Boege
On Sun, 12 Oct 2014, Beno??t Minisini wrote:
 The ChangeLog is available at:
 
 http://gambaswiki.org/wiki/doc/release/3.6.0
 

I did three things on that page (see the history):

 - add the fact that there are Heaps new in gb.data, too,
 - mention the gb.inotify component,
 - fix the end of the seealso block.

Regards,
Tobi

-- 
There's an old saying: Don't change anything... ever! -- Mr. Monk

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.6

2014-10-12 Thread Benoît Minisini
Le 12/10/2014 19:22, Tobias Boege a écrit :
 On Sun, 12 Oct 2014, Beno??t Minisini wrote:
 The ChangeLog is available at:

 http://gambaswiki.org/wiki/doc/release/3.6.0


 I did three things on that page (see the history):

   - add the fact that there are Heaps new in gb.data, too,
   - mention the gb.inotify component,
   - fix the end of the seealso block.

 Regards,
 Tobi


Good!

-- 
Benoît Minisini

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.6

2014-10-12 Thread Jussi Lahtinen
Everything else passed my test, but JIT causes some problems (this may be
old bug). In fact is this bug in LLVM or gbx3?

gbx3: /usr/include/llvm/IR/Instructions.h:2098: void
llvm::PHINode::addIncoming(llvm::Value*, llvm::BasicBlock*): Assertion
`getType() == V-getType()  All operands to PHI node must be the same
type as the PHI node!' failed.

I try to isolate the offending code later.


Jussi

On Sun, Oct 12, 2014 at 8:06 PM, Benoît Minisini 
gam...@users.sourceforge.net wrote:

 Hi,

 I have uploaded the source package of Gambas 3.6 at:


 http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.6.0.tar.bz2/download

 The ChangeLog is available at:

 http://gambaswiki.org/wiki/doc/release/3.6.0

 Please test it and report any problem before I make it official!

 Thanks in advance.

 --
 Benoît Minisini


 --
 Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
 Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
 Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
 Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
 http://p.sf.net/sfu/Zoho
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.6

2014-10-12 Thread Jussi Lahtinen
Oh, btw, the drop down menu in IDE for functions and subs doesn't react to
keys anymore. Meaning when I open the menu and press b, it used to jump
to functions starting with letter b. I liked that, can you re-enable it?


Jussi



On Sun, Oct 12, 2014 at 9:02 PM, Jussi Lahtinen jussi.lahti...@gmail.com
wrote:

 Everything else passed my test, but JIT causes some problems (this may be
 old bug). In fact is this bug in LLVM or gbx3?

 gbx3: /usr/include/llvm/IR/Instructions.h:2098: void
 llvm::PHINode::addIncoming(llvm::Value*, llvm::BasicBlock*): Assertion
 `getType() == V-getType()  All operands to PHI node must be the same
 type as the PHI node!' failed.

 I try to isolate the offending code later.


 Jussi

 On Sun, Oct 12, 2014 at 8:06 PM, Benoît Minisini 
 gam...@users.sourceforge.net wrote:

 Hi,

 I have uploaded the source package of Gambas 3.6 at:


 http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.6.0.tar.bz2/download

 The ChangeLog is available at:

 http://gambaswiki.org/wiki/doc/release/3.6.0

 Please test it and report any problem before I make it official!

 Thanks in advance.

 --
 Benoît Minisini


 --
 Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
 Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
 Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
 Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
 http://p.sf.net/sfu/Zoho
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user



--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] JIT bug with complex string substitutions

2014-10-12 Thread Jussi Lahtinen
Thanks to unnecessary complexness of Finnish language and my lack of ideas,
I have written some monster lines with nested Substs. JIT doesn't seem to
like them.
I isolated the problem to simplest possible (unusable) case. See attachment.


Jussi


JIT_bug-0.0.1.tar.gz
Description: GNU Zip compressed data
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] JIT bug with complex string substitutions

2014-10-12 Thread Emil Lenngren
Hi. I'll check.

/Emil
Den 12 okt 2014 21:09 skrev Jussi Lahtinen jussi.lahti...@gmail.com:

 Thanks to unnecessary complexness of Finnish language and my lack of
 ideas, I have written some monster lines with nested Substs. JIT doesn't
 seem to like them.
 I isolated the problem to simplest possible (unusable) case. See
 attachment.


 Jussi

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.6

2014-10-12 Thread Benoît Minisini
Le 12/10/2014 20:33, Emanuele Sottocorno a écrit :
 Hi Benoit,
 make fails in gb.sdl:

 make[3]: ingresso nella directory
 /home/emanuele/Gambas/Stable/gambas3-3.6.0/gb.sdl
 Making all in src
 make[4]: ingresso nella directory
 /home/emanuele/Gambas/Stable/gambas3-3.6.0/gb.sdl/src
 CXX  gb_sdl_la-SDLapp.lo
 CXX  gb_sdl_la-SDLcore.lo
 CXX  gb_sdl_la-SDLdebug.lo
 CXX  gb_sdl_la-SDLerror.lo
 CXX  gb_sdl_la-SDLfont.lo
 SDLfont.cpp:31:26: fatal error: default_font.h: No such file or directory
#include default_font.h
 ^
 compilation terminated.

 [System]
 Gambas=3.6.0
 OperatingSystem=Linux
 Kernel=3.13.0-38-generic
 Architecture=x86_64
 Distribution=Ubuntu 14.04.1 LTS
 Desktop=GNOME
 Theme=QGtk
 Language=it_IT.UTF-8
 Memory=3952M
 [Libraries]
 Cairo=libcairo.so.2.11301.0
 Curl=libcurl.so.4.3.0
 DBus=libdbus-1.so.3.7.6
 GStreamer=libgstreamer-0.10.so.0.30.0
 GStreamer=libgstreamer-1.0.so.0.204.0
 GTK+3=libgtk-3.so.0.1000.8
 GTK+=libgtk-x11-2.0.so.0.2400.23
 OpenGL=libGL.so.1.2.0
 Poppler=libpoppler.so.44.0.0
 Qt4=libQtCore.so.4.8.6
 SDL=libSDL-1.2.so.0.11.4

 Regards,

 Emanuele


Can you download the source archive again? It should be fixed now.

Regards,

-- 
Benoît Minisini

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.6

2014-10-12 Thread Emanuele Sottocorno
Il 12/10/2014 21:55, Benoît Minisini ha scritto:
 Le 12/10/2014 20:33, Emanuele Sottocorno a écrit :
 Hi Benoit,
 make fails in gb.sdl:

 make[3]: ingresso nella directory
 /home/emanuele/Gambas/Stable/gambas3-3.6.0/gb.sdl
 Making all in src
 make[4]: ingresso nella directory
 /home/emanuele/Gambas/Stable/gambas3-3.6.0/gb.sdl/src
  CXX  gb_sdl_la-SDLapp.lo
  CXX  gb_sdl_la-SDLcore.lo
  CXX  gb_sdl_la-SDLdebug.lo
  CXX  gb_sdl_la-SDLerror.lo
  CXX  gb_sdl_la-SDLfont.lo
 SDLfont.cpp:31:26: fatal error: default_font.h: No such file or directory
 #include default_font.h
  ^
 compilation terminated.

 [System]
 Gambas=3.6.0
 OperatingSystem=Linux
 Kernel=3.13.0-38-generic
 Architecture=x86_64
 Distribution=Ubuntu 14.04.1 LTS
 Desktop=GNOME
 Theme=QGtk
 Language=it_IT.UTF-8
 Memory=3952M
 [Libraries]
 Cairo=libcairo.so.2.11301.0
 Curl=libcurl.so.4.3.0
 DBus=libdbus-1.so.3.7.6
 GStreamer=libgstreamer-0.10.so.0.30.0
 GStreamer=libgstreamer-1.0.so.0.204.0
 GTK+3=libgtk-3.so.0.1000.8
 GTK+=libgtk-x11-2.0.so.0.2400.23
 OpenGL=libGL.so.1.2.0
 Poppler=libpoppler.so.44.0.0
 Qt4=libQtCore.so.4.8.6
 SDL=libSDL-1.2.so.0.11.4

 Regards,

 Emanuele

 Can you download the source archive again? It should be fixed now.

 Regards,

Sorry Benoit,
now it fails in /home/emanuele/Gambas/Stable/gambas3-3.6.0/gb.gtk/src

make[5]: ingresso nella directory 
/home/emanuele/Gambas/Stable/gambas3-3.6.0/gb.gtk/src
   CXX  gb_gtk_la-gmainwindow.lo
gmainwindow.cpp:34:19: fatal error: sm/sm.h: No such file or directory
  #include sm/sm.h

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.6 (Theme Colors)

2014-10-12 Thread Kevin Fishburne

At least using the Quick theme, there are two problems.

Demonstrated by the first attachment (Bad Colors 1.png), the pop-up 
message caused by a syntax error is difficult to read. The light blue 
background color isn't a background color defined in the theme (perhaps 
it borrows one of the foreground color definitions).


Demonstrated by the second attachment (Bad Colors 2.png), the 
background color of the pop-up message caused by a double-click when the 
program is paused also isn't a background color defined in the theme.


I think the simplest solution would be to borrow two existing theme 
color definitions, keeping their background and foreground pairings. 
That way, if the pop-ups look like shit, at least it will be obvious by 
examining the theme color definitions and can be manually corrected by 
the user.


--
Kevin Fishburne
Eight Virtues
www: http://sales.eightvirtues.com
e-mail: sa...@eightvirtues.com
phone: (770) 853-6271

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.6

2014-10-12 Thread Benoît Minisini
Le 12/10/2014 22:31, Emanuele Sottocorno a écrit :
 Sorry Benoit,
 now it fails in /home/emanuele/Gambas/Stable/gambas3-3.6.0/gb.gtk/src

 make[5]: ingresso nella directory
 /home/emanuele/Gambas/Stable/gambas3-3.6.0/gb.gtk/src
 CXX  gb_gtk_la-gmainwindow.lo
 gmainwindow.cpp:34:19: fatal error: sm/sm.h: No such file or directory
#include sm/sm.h


It should be good now!

-- 
Benoît Minisini

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.6

2014-10-12 Thread Gian

Hello Benoit,

I extracted the 6543 revision and with library llvm-3.5 installed I get 
this error:

make[4]: ingresso nella directory /home/vir/3.6/gb.jit/src

CXX gb_jit_la-jit_api.lo

CXX gb_jit_la-jit_codegen.lo

In file included from jit_codegen.cpp:34:0:

jit.h:49:26: fatal error: llvm/IR/CFG.h: No such file or directory

#include llvm/IR/CFG.h

^

compilation terminated.

The above is obtained even with the trunk.


Instead eliminating the 3.5, with the library llvm-3.4 I get the 
installation without errors but with these data:

gb.jit is disabled

gbi3: warning: component gb.xml.rpc not found

Unable to find file: libintl.so

Unable to find file: libiconv.so

Total warning 192


My system:


[System]

Gambas=3.6.0

OperatingSystem=Linux

Kernel=3.13.0-38-generic

Architecture=x86_64

Distribution=Ubuntu 14.04.1 LTS

Desktop=GNOME

Theme=QGtk

Language=it_IT.UTF-8

Memory=4537M

[Libraries]

Cairo=libcairo.so.2.11301.0

Curl=libcurl.so.4.3.0

DBus=libdbus-1.so.3.7.6

GStreamer=libgstreamer-0.10.so.0.30.0

GStreamer=libgstreamer-1.0.so.0.204.0

GTK+3=libgtk-3.so.0.1000.8

GTK+=libgtk-x11-2.0.so.0.2400.23

OpenGL=libGL.so.1.2.0

Poppler=libpoppler.so.44.0.0

Qt4=libQtCore.so.4.8.6

SDL=libSDL-1.2.so.0.11.4


Regards and good night

gianluigi



Il 12/10/2014 19:06, Benoît Minisini ha scritto:
 Hi,

 I have uploaded the source package of Gambas 3.6 at:

 http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.6.0.tar.bz2/download

 The ChangeLog is available at:

 http://gambaswiki.org/wiki/doc/release/3.6.0

 Please test it and report any problem before I make it official!

 Thanks in advance.


--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user