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

Search:

Type: Posts; User: pattiman

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    3,661

    Re: DllImport issue in C#

    Small addition: it's not C++ but ANSI C99 and Device_ is an opaque struct, so I don't have to use the contents of it, but only use it as an input for other methods
  2. Replies
    2
    Views
    3,661

    DllImport issue in C#

    Hi.

    I need some help on importing a (probably unmanaged) C++ dll. From that specific dll, I only have a header file and a dll.
    In the header the following is declared:



    typedef struct...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured