How to consume a VB6 DLL from .net?
The dll has a method called rfc that returns an array, and has a parameter that is a vector of integers. How to make the call to this dll?
Please give examples.
var cls = new MyDllVB6.MyClassInVB6();
/*?Array?*/ = cls.MyFunctionInClass( /*?Vector of integer?*/);