vbnc: compile .vb with DLL reference
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