Yes, the gb.xml is installed on my system, it is visible under the tab
COMPONENTS.
Actually, I have the Gambas application that runs this example, and works
fine as an application.
2009/5/21 Benoît Minisini
> > 2009/5/18 Benoît Minisini
> >
> > > > Hello all,
> > > > I have some questions about
Hi everybody
The gambas was updated to 2.13.0 on FreeBSD ports tree, It
compiles/runs without problems on i386/amd64 (I use it on i386), The
previous version had some problems on amd64 (missing info files, some
problems on pointyhat build package system, etc).
If some FreeBSD user could test it o
> 2009/5/18 Benoît Minisini
>
> > > Hello all,
> > > I have some questions about the scripting language. I need a little
> > > help. Question
> > >
> > > Thanks in advance, and have a nice weekend.
> >
> > The scripter works by creating a temporary project from your script, by
> > compiling it, an
2009/5/18 Benoît Minisini
> > Hello all,
> > I have some questions about the scripting language. I need a little help.
> > Question
> >
> > Thanks in advance, and have a nice weekend.
> >
>
> The scripter works by creating a temporary project from your script, by
> compiling it, and by running it
> Hello all,
> I have some questions about the scripting language. I need a little help.
> Question
>
> Thanks in advance, and have a nice weekend.
>
The scripter works by creating a temporary project from your script, by
compiling it, and by running it. The compiled project is cached so that it
Hum well,
first of all, i think the best man to answer you is Fabien Bodard.
He is the creator of GBS. Mainly, i see GBS like a administrator language
to manage some tasks over your system. If you don't like Bash for instance,
you can without problem use it in replacement.
However i don't really
Hello all,
I have some questions about the scripting language. I need a little help.
Question
1- The gbs2 scripter only have access to the gb. internal native class?
2- How can I use other components as the gb.XML?
3- Why my scripts dont run directly even when I am including the first
line #!/usr/b