Using "C" dll in C# -


possible duplicate:
how call unmanaged c/c++ code c# asp.net webpage

i have dll file written in "c" language, want use in c#. how can that?

you can use pinvoke

platform invocation services (pinvoke) allows managed code call unmanaged functions implemented in dll.

here great tutorial nag (numerical algorithms group) group


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

binding - How can you make the color of elements of a WPF DrawingImage dynamic? -

c# - How to add a new treeview at the selected node? -