in reply to Re^2: Passing a pointer to a .NET DLL
in thread Passing a pointer to a .NET DLL

I get this response:

Win32::OLE(0.1712) error: 0x80070057: "Incorrect parameter" in METHOD/PROPERTYGET "Test"

Replies are listed 'Best First'.
Re^4: Passing a pointer to a .NET DLL
by stevieb (Canon) on May 10, 2018 at 16:51 UTC

    Does sending in an array work correctly if your Test() accepts a List<int>?

      Same results for List<int>