G
Guest
When I build a project, I get this error:
Argument '1': cannot convert from 'double[]' to 'ref System.Array'
It is about a VB Activex DLL method that I am trying to call (using
System.Runtime.InteropServices).
Many arguments are arrays of double type, and for each one of them I get
that same error message.
I suppose I missed some pieces here.
Very grateful for some help.
Argument '1': cannot convert from 'double[]' to 'ref System.Array'
It is about a VB Activex DLL method that I am trying to call (using
System.Runtime.InteropServices).
Many arguments are arrays of double type, and for each one of them I get
that same error message.
I suppose I missed some pieces here.
Very grateful for some help.