Rafael Teixeira wrote:
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.
Thanks...I'm using win32 and I've tried that:
vbnc /target:winexe /addmodule:mylib.dll Form1.vb
That above show me VBNC30451 that indicates problem in nested class. :-(
mylib.dll is C++ managed that nested a class into another one.
Is there a way to resolve it without change code?