Re: [Gambas-user] Release of Gambas 2.13.1

2009-05-27 Thread Rolf-Werner Eilert
Benoît Minisini schrieb: Hi, This release fixes compilation problems with gcc 4.4, FreeBSD and older versions of the GTK+ library. It makes simultaneaous asynchronous downloads work correctly in the gb.net.curl component too. Yep - compiled and installed flawlessly now. Big thanks for

Re: [Gambas-user] New feature in /trunk

2009-05-27 Thread David Villalobos Cambronero
Got this error compiling new rev at Mandriva 2009.1 32Bits debug.c: In function 'command_eval': debug.c:726: error: too few arguments to function 'EVAL.Compile' make[5]: *** [debug.lo] Error 1 make[5]: se sale del directorio `/home/david/Gambas3/main/lib/debug' Saludos -- David -

Re: [Gambas-user] WAIT ... is it an (un) necessary evil for my app?

2009-05-27 Thread M0E Lnx
Anyone else have any other suggestions? I still can't get this to work. Adding the wait on the process_kill() event also allows the progressbar to refresh, but I the results are the same...performance suffers with this lag at the end of every process.

Re: [Gambas-user] WAIT ... is it an (un) necessary evil for my app?

2009-05-27 Thread Jussi Lahtinen
I had similar problems, but I had only minor performance penalty. So in my case WAIT was ok. So I don't think I can help but... Hard to believe that progressbar really needs 0.25s to just refresh... WAIT must be doing something else too. In documentation of refresh, there reads: If you need an

Re: [Gambas-user] New feature in /trunk

2009-05-27 Thread Benoît Minisini
Got this error compiling new rev at Mandriva 2009.1 32Bits debug.c: In function 'command_eval': debug.c:726: error: too few arguments to function 'EVAL.Compile' make[5]: *** [debug.lo] Error 1 make[5]: se sale del directorio `/home/david/Gambas3/main/lib/debug' Saludos -- David

[Gambas-user] Another new feature in /trunk

2009-05-27 Thread Benoît Minisini
Hi, Now the interpreter stack grows automatically as needed (until it fills up your memory). So the stack size project option was removed from the IDE. The initial stack size is 4K, and grows by 4K increment. A local variable, a function argument or a WITH instruction uses 16 bytes, and a

Re: [Gambas-user] Startup problems

2009-05-27 Thread Diego Fernández
mmm Distro: Gambas Version: How did you install it? When did you get that errors? Please provide enough information so the list could help you. :D Keith Clark escribió: Hi there, I started my first project with gambas and right away I get the following error: missing gb.net, gb.net.smtp,

Re: [Gambas-user] Startup problems

2009-05-27 Thread Keith Clark
On Wed, 2009-05-27 at 15:58 -0600, Diego Fernández wrote: mmm Distro: Gambas Version: How did you install it? When did you get that errors? Please provide enough information so the list could help you. :D Keith Clark escribió: Hi there, I started my first project with gambas and

Re: [Gambas-user] Startup problems

2009-05-27 Thread Ray Cadmus
Had the same problem. Found that set of files and changed permissions so I had full access and it worked. Hope this helps, ray -- Keith Clark wrote: Hi there, I started my first project with gambas and right away I get the following error: missing gb.net, gb.net.smtp, gb.db.form.