User Profile
Collapse
-
Yea have been there looking for solutions, but cant find much specifically about my issue.. -
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?Leave a comment:
-
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:...
No activity results to display
Show More
Leave a comment: