User Profile

Collapse

Profile Sidebar

Collapse
Nkolsen
Nkolsen
Last Activity: Mar 27 '08, 11:50 AM
Joined: Feb 26 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Nkolsen
    replied to importing from an unmanaged DLL
    in .NET
    Yea have been there looking for solutions, but cant find much specifically about my issue..
    See more | Go to post

    Leave a comment:


  • Nkolsen
    replied to importing from an unmanaged DLL
    in .NET
    I only have the header file for the function calls, so im not able to see what is in the .DLL.

    My problem is what to do with the double void pointer in C# ? Can I just use a bytearray?
    See more | Go to post

    Leave a comment:


  • Nkolsen
    started a topic importing from an unmanaged DLL
    in .NET

    importing from an unmanaged DLL

    Hi

    I know this issue have been here before, but im struggeling with my problem.
    Im trying to import an unmanaged DLL from C to C#.

    From the headerfile i have the following declaration:

    extern "C"_declspec(dl lexport)
    long _stdcall TCatIoGetInputP tr( unsigned short nPort, void** ppInput, int nSize );

    with the following variable description:

    ppInp:...
    See more | Go to post
No activity results to display
Show More
Working...