« Return to Thread: vbnc: compile .vb with DLL reference

Re: vbnc: compile .vb with DLL reference

by Rafael Teixeira :: Rate this Message:

Reply to Author | View in Thread

The command

man vbnc

will tell you all the command line options.
The one you need just now is the -r that allows you to reference a managed library.

Fun,

On Tue, Jun 16, 2009 at 12:01 PM, AlterX76 <alterx@...> wrote:

Hi,
i'm trying to compile a little example.

Form1.vb has a reference to a DLL managed library.

How can I specify that above from command line?

es: vbnc Form1.vb

Output:
libGenCrack\Example\dotnet2\MasterExample\Form1.vb (3,61) : Error VBNC30451:
Could not resolve the name 'libGenCrack_net2'


libGenCrack_net2 is DLL library referenced.

Thanks in advance
--
View this message in context: http://www.nabble.com/vbnc%3A-compile-.vb-with-DLL-reference-tp24056222p24056222.html
Sent from the Mono - VB mailing list archive at Nabble.com.

_______________________________________________
Mono-vb mailing list
Mono-vb@...
http://lists.ximian.com/mailman/listinfo/mono-vb



--
Rafael "Monoman" Teixeira
---------------------------------------
"To be creative means to be in love with life. You can be creative only if you love life enough that you want to enhance its beauty, you want to bring a little more music to it, a little more poetry to it, a little more dance to it."
Osho

_______________________________________________
Mono-vb mailing list
Mono-vb@...
http://lists.ximian.com/mailman/listinfo/mono-vb

 « Return to Thread: vbnc: compile .vb with DLL reference