Re: [Gambas-user] Huge executable.

2010-10-31 Thread Benoît Minisini
> > > I think we will forbid to save the executable in the project directory > > > ... can i do that myself Benoit ? > > > > That's not the solution. You should be able to put the executable > > anywhere. Of course, putting it inside a project data directory is > > useless. But you should be able

Re: [Gambas-user] Huge executable.

2010-10-31 Thread Benoît Minisini
> > I think we will forbid to save the executable in the project directory > > ... can i do that myself Benoit ? > > That's not the solution. You should be able to put the executable anywhere. > Of course, putting it inside a project data directory is useless. But you > should be able to put it in

Re: [Gambas-user] Huge executable.

2010-10-23 Thread Benoît Minisini
> I think we will forbid to save the executable in the project directory > ... can i do that myself Benoit ? > That's not the solution. You should be able to put the executable anywhere. Of course, putting it inside a project data directory is useless. But you should be able to put it inside th

Re: [Gambas-user] Huge executable.

2010-10-23 Thread Fabien Bodard
I think we will forbid to save the executable in the project directory ... can i do that myself Benoit ? 2010/10/23 Demosthenes Koptsis : > oops, sorry. > > the bin directory is in the project directory. > > Simonart you are right! > > This was the problem. > > i saved the executable outside the s

Re: [Gambas-user] Huge executable.

2010-10-22 Thread Demosthenes Koptsis
oops, sorry. the bin directory is in the project directory. Simonart you are right! This was the problem. i saved the executable outside the source directory and all is fine! Thanks. On Sat, Oct 23, 2010 at 1:04 AM, Demosthenes Koptsis wrote: > i save is in a directory named "bin" one l

Re: [Gambas-user] Huge executable.

2010-10-22 Thread Demosthenes Koptsis
i save is in a directory named "bin" one level up from source directory. On Fri, Oct 22, 2010 at 11:20 PM, Simonart Dominique < simonart.domini...@wanadoo.fr> wrote: > Le 22/10/2010 16:33, Fabien Bodard a écrit : > > 2010/10/22 Demosthenes Koptsis: > >> i use Gambas 2.21 on Ubuntu 10.04. > >> > >

Re: [Gambas-user] Huge executable.

2010-10-22 Thread Simonart Dominique
Le 22/10/2010 16:33, Fabien Bodard a écrit : > 2010/10/22 Demosthenes Koptsis: >> i use Gambas 2.21 on Ubuntu 10.04. >> >> i test the project at 32bit and 64 bit Pcs and produce the same behavior >> (huge executable) >> >> this is the project >> http://www.mediafire.com/file/0lq893dt8yo02l3/Gambas-

Re: [Gambas-user] Huge executable.

2010-10-22 Thread Fabien Bodard
2010/10/22 Demosthenes Koptsis : > i use Gambas 2.21 on Ubuntu 10.04. > > i test the project at 32bit and 64 bit Pcs and produce the same behavior > (huge executable) > > this is the project > http://www.mediafire.com/file/0lq893dt8yo02l3/Gambas-AVG-GUI-8.tar.gz > > > 2010/10/22 Benoît Minisini >

Re: [Gambas-user] Huge executable.

2010-10-22 Thread Demosthenes Koptsis
i use Gambas 2.21 on Ubuntu 10.04. i test the project at 32bit and 64 bit Pcs and produce the same behavior (huge executable) this is the project http://www.mediafire.com/file/0lq893dt8yo02l3/Gambas-AVG-GUI-8.tar.gz 2010/10/22 Benoît Minisini > > On Mon, 2010-10-04 at 21:46 +0200, Benoît Mini

Re: [Gambas-user] Huge executable.

2010-10-22 Thread Benoît Minisini
> On Mon, 2010-10-04 at 21:46 +0200, Benoît Minisini wrote: > > > I created a project with gb.gui. > > > > > > I changed the components from gb.gui to gb.qt and tried to compile the > > > project. > > > > > > The result was to create a name.gambas file 2 Gb and to crash the IDE. > > > > > > When

[Gambas-user] Huge executable.

2010-10-22 Thread user
On Mon, 2010-10-04 at 21:46 +0200, Benoît Minisini wrote: > > I created a project with gb.gui. > > > > I changed the components from gb.gui to gb.qt and tried to compile the > > project. > > > > The result was to create a name.gambas file 2 Gb and to crash the IDE. > > > > When i tried to reopen