[Gambas-user] Suggestions for Gambas

Benoit Minisini gambas at ...1...
Wed Aug 3 17:38:08 CEST 2005


On Wednesday 03 August 2005 01:23, Peski - wrote:
> Hi,
>
> At first, excuse me if my english isn't good. I'm not English.
>
> Some days ago, I have noticed that gambas make executable files with all
> files found in project folder. For example, if I have a little programa
> written in Gambas, and in the project folder of this program I have a .mpeg
> file with size=100MB, Gambas will make an executable file of 100MB+real
> size of my program, in spite of this video file isn't use actually in my
> program. I think is better that gambas only insert in executable file the
> files which program actually uses.

Yes, but how can the archiver (the program that makes executables) know which 
files are used and which files are not used ?

The rule is: everything in the project directory is part of the program.

But if you want to put trash in your project directory that does not go into 
the executable, try to create a sub-directory whose name begins with a dot. I 
think it works :-)


>
> About IDE, Would be possible show in the tree project, procedures and
> functions below his class?
> With this option We will access quickly to this procedures and functions.
> Yes, I know that exist a button in code editor with more or less same
> function, but I think that this option is useful and homey for certain
> peoples (for me as example, ;-) hehe)

In the next IDE ? :-)

>
> This is all.
>
> Regards,
> Peski
>
> PD: Have I written well? ;-)
>
> PD2: Sorry if I'm repeating this mail, but from days ago I'm having
> problems with anti-spam filters due to my "non-official hotmail method" for
> send mails.
> As my previous post haven't reply, I think that maybe this mail was another
> victim of your anti-spam services ;-)
>
>

Regards,

-- 
Benoit Minisini
mailto:gambas at ...1...




More information about the User mailing list