How to use the C++ dynamic load DLL which compiles with C#
-
How to use the C++ dynamic load DLL which compiles with C# :doh: tks!
-
How to use the C++ dynamic load DLL which compiles with C# :doh: tks!
I suggest you start looking at p/invoke - here's two starters ... http://www.perceler.com/articles1.php?art=pinvoke1 http://www.codeproject.com/KB/dotnet/PInvoke.aspx 'g'
-
How to use the C++ dynamic load DLL which compiles with C# :doh: tks!
What do you mean by a dll which compiles with C#? I think you have a native (C++) dll which you want to use in C#. As already suggested you can either use PInvoke to call the functions from that dll or if its a COM dll you might be interested in generating a tlb for it, then you can add the reference to this .tlb in your C# application and consume it.
I am a HUMAN. I have that keyword (??? too much) in my name........ ;-)_AnsHUMAN_b>