> Hi!
> I'm trying to get better knowledge how Gambas works.
> I'm not sure how to progress... any hints? Flow charts, etc.?
> 
> I understand role of gbc, gba and how interpreters works generally.
> But why there is gbr and gbx?
> Is gbr for gambas executables, and gbx for non archived code?
> 
> 
> Jussi
> 

Yes. gbr is just a symbolic link to gbx. It allows to run the interpreter in 
"archive mode" without having to pass an extra argument. 

This is needed when putting the magic string "#!/usr/bin/env gbr<X>" on top of 
the executable file, because you can pass only one argument on this line, 
which is the name of the program when using "env".

In other words "gbr" is an hack to workaround a Unix limitation^W feature.

Regards,

-- 
Benoît Minisini

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to