use of C++ dll in C#
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Hi all, I got this C++ dll that comes with a input/output card, How do I import and start using this in C# . Do point to any useful reference . Thank You
-
Hi all, I got this C++ dll that comes with a input/output card, How do I import and start using this in C# . Do point to any useful reference . Thank You
Consuming unmanaged components and .dlls are very easy in .Net Framework. Please go through Interop and P/Invoke technologies of .NET. P/Invoke and Interop Sreejith Nair [ My Articles ]
-
Consuming unmanaged components and .dlls are very easy in .Net Framework. Please go through Interop and P/Invoke technologies of .NET. P/Invoke and Interop Sreejith Nair [ My Articles ]
Thank you very much. Very useful link