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

... just a typo ...

That's why use of an Short, Self-Contained, Correct Example can be so important when asking a question:

  1. Here's the exact code I'm running;
  2. Here's the exact input data;
  3. Here's the output I get;
  4. Here's the output I want;
  5. Why don't I get what I want?

See also the Test::More approach to presenting code and input/output.


Give a man a fish:  <%-{-{-{-<

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

    I'd like to add that it would be prudent for the OP to state all actions he's doing.

    I tried to repro, and can't.

    OP, exactly what steps did you take to implement this. Start with the name of the cs file, how you built it, registered the dll (exact commands) etc.