From: Robert Fab <[EMAIL PROTECTED]>

I'm newbie here. I started using mono over RedHat 8.0
and the VB compiler. My problem is that I don't know
how to compile a little program using multiple
references. ...

When I compile, I need to reference at least (I guess
so) two libraries: "gtk-sharp" and "System.Drawing".
But -r option does not accept multiple libraries:

mbas win2.vb -r System.Drawing, gtk-sharp

Just repeat the -r option for each file:


mbas win2.vb -r System.Drawing -r gtk-sharp

Cheers,

Rafael Teixeira
Brazilian Polymath
Mono, MonoQLE Hacker



_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail


_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to