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

In other words, what happens if you pass \@prtObject rather than @prtObject?

Replies are listed 'Best First'.
Re^3: Passing a pointer to a .NET DLL
by paulorfmmb (Acolyte) on May 10, 2018 at 16:35 UTC

    I get this response:

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

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

        Same results for List<int>