CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: mson9

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    7,286

    Re: Passing an array to a DLL

    Thanks, but I figured a way to do what I was trying to do.

    It's similar to the example code here:
    http://www.dotnetperls.com/getmethod <http://www.dotnetperls.com/getmethod>
  2. Replies
    4
    Views
    7,286

    Re: Passing an array to a DLL

    No it's not a COM object, it's a .net assembly.

    Is there a better way than using the invoke method?
  3. Replies
    4
    Views
    7,286

    Passing an array to a DLL

    I'm having trouble figuring out how to pass an array (buffer) to a DLL. Currently I have the code taking in a list of a string of parameters for a command line call:
    ...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured