VB .net help# DotNet - 窗口里的风景
b*s
1 楼
I have a VB .net project. I tries to use vbc.exe to compile all the vb files
instead of using the visual studio .net.
I created one utility file say "a.vb", which have a function "f1()" that I
will call in other vb source file say "b.vb". But there is no conecpt of the
include as C/C++ has. So when I try to compile b.vb using:
vbc b.vb
It complains the function 'f()" can not be found. If it is in C, I will use
#include "a.h" in b file and it will know where the definition is.
Does anybody have
instead of using the visual studio .net.
I created one utility file say "a.vb", which have a function "f1()" that I
will call in other vb source file say "b.vb". But there is no conecpt of the
include as C/C++ has. So when I try to compile b.vb using:
vbc b.vb
It complains the function 'f()" can not be found. If it is in C, I will use
#include "a.h" in b file and it will know where the definition is.
Does anybody have