怎样用VB引用VC的Dll?请尽量使用新版的Visual Studio,最好是2010
微软的帮助很详细:http://msdn.microsoft.com/zh-cn/library/ms235636.aspx
[DllImport("VC.dll", SetLastError = true, EntryPoint = "HelloC")] public static extern string HelloC();