[mono-vb] gtk.vb simple tesst app

Rafael Teixeira monoman at gmail.com
Wed Jul 20 13:19:13 EDT 2005


I was just pointing out that you didn't pay attention to command line
options' documentation.

As I already answered to  another of your email I recommend you to use
the -pkg command line option, it makes things easier, as you don't
need to fully qualify file/assembly names, for correctly installed
packages.

Do:

mbas -pkg:gtk-sharp test.vb

or if you are using versions 2.x of Gtk#:

mbas -pkg gtk-sharp-2.0 test.vb

A pkg-config error will be printed if you don't have the right package
properly installed.

As I said before, reading the help screen is a GOOD thing:

mbas -help

:)

On 7/19/05, jim lawrence <fedorajim at gmail.com> wrote:
> now it seems that it can't find the gtk-sharp file
> 
> [jim at Notebook mono-apps]$ mbas -r gtk-sharp test.vb
> MonoBASIC Compiler  0.96.2.0 - (c)2002, 2003, 2004, 2005 Rafael Teixeira
> --------
> THIS IS AN ALPHA SOFTWARE.
> --------
> error BC0006: Can not find assembly 'gtk-sharp'
> Log:
> Compilation failed: 1 Error(s), 0 warnings
> [jim at Notebook mono-apps]$
> 
> 
> 
> 
> 
> 
> On 7/18/05, Rafael Teixeira <monoman at gmail.com> wrote:
> > As I said it is not
> >
> > mbas -r test.vb gtk-sharp
> >
> > it should be
> >
> > mbas -r gtk-sharp test.vb
> >
> > because -r option takes an assembly name not a source file name as parameter
> >
> > On 7/18/05, jim lawrence <fedorajim at gmail.com> wrote:
> > > mbas -r test.vb gtk-sharp
> >
> >
> > --
> > Rafael "Monoman" Teixeira
> > ---------------------------------------
> > I'm trying to become a "Rosh Gadol" before my own eyes.
> > See http://www.joelonsoftware.com/items/2004/12/06.html for enlightment.
> > It hurts!
> >
> 
> 
> --
> 
> 
> Registered Linux User: #376813
> www.fedorajim.homelinux.com
> 


-- 
Rafael "Monoman" Teixeira
---------------------------------------
I'm trying to become a "Rosh Gadol" before my own eyes. 
See http://www.joelonsoftware.com/items/2004/12/06.html for enlightment.
It hurts!


More information about the Mono-vb mailing list