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 -

java - where to store the user credentials in an enterprise application(EAI)? -

openxml - Programmatically format a date in an excel sheet using Office Open Xml SDK -