VB6(dll 文件)中的函数带有变量类型的参数,如调用中所示。网?
我有一个带有方法的 dll。 该方法接受一个对象参数(在.net中),在vb6中它被定义为变体,它是一个字符串向量。
如何在 .net 上调用此方法并传递字符串数组?
请给我一个例子
谢谢
I have a dll with a method.
This method accepts an object parameter (in .net) in vb6 it is defined as a variant, which is a vector of strings.
How can I make the call to this method on .net passing an array of strings?
Please send me an example
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
双方都对COM有很好的支持。我无法从你的问题中判断调用是来自.net还是VB6,但无论哪种方式,与良好的老式COM进行通信都是最简单的。
Both parties have good support for COM. I can't tell from your question whether or not the call comes from .net or VB6, but either way it will be simplest to communicate with good old fashioned COM.